Mark WoodLikeBlockIdHelper as internal

This commit is contained in:
Dylan K. Taylor 2023-05-30 21:41:25 +01:00
parent 0ed5e94a72
commit 4f4dca7fc0
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -42,6 +42,8 @@ use pocketmine\utils\AssumptionFailedError;
* as flammability, hardness, required tool tier, etc.
* Therefore, to stay on the safe side of Mojang, wood-like blocks have static types. This does unfortunately generate
* a lot of ugly code.
*
* @internal
*/
final class WoodLikeBlockIdHelper{