mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Mark WoodLikeBlockIdHelper as internal
This commit is contained in:
@ -42,6 +42,8 @@ use pocketmine\utils\AssumptionFailedError;
|
|||||||
* as flammability, hardness, required tool tier, etc.
|
* 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
|
* Therefore, to stay on the safe side of Mojang, wood-like blocks have static types. This does unfortunately generate
|
||||||
* a lot of ugly code.
|
* a lot of ugly code.
|
||||||
|
*
|
||||||
|
* @internal
|
||||||
*/
|
*/
|
||||||
final class WoodLikeBlockIdHelper{
|
final class WoodLikeBlockIdHelper{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user