mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Publish script used to generate BlockTypeNames, BlockStateNames and BlockStateStringValues
This commit is contained in:
@ -23,7 +23,13 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\data\bedrock\block;
|
||||
|
||||
/**
|
||||
* This class is generated automatically from the block palette for the current version. Do not edit it manually.
|
||||
*/
|
||||
final class BlockStateNames{
|
||||
private function __construct(){
|
||||
//NOOP
|
||||
}
|
||||
|
||||
public const ACTIVE = "active";
|
||||
public const AGE = "age";
|
||||
|
Reference in New Issue
Block a user