30    private function __construct(){
 
   34    public const ATTACHMENT_HANGING = 
"hanging";
 
   35    public const ATTACHMENT_MULTIPLE = 
"multiple";
 
   36    public const ATTACHMENT_SIDE = 
"side";
 
   37    public const ATTACHMENT_STANDING = 
"standing";
 
   39    public const BAMBOO_LEAF_SIZE_LARGE_LEAVES = 
"large_leaves";
 
   40    public const BAMBOO_LEAF_SIZE_NO_LEAVES = 
"no_leaves";
 
   41    public const BAMBOO_LEAF_SIZE_SMALL_LEAVES = 
"small_leaves";
 
   43    public const BAMBOO_STALK_THICKNESS_THICK = 
"thick";
 
   44    public const BAMBOO_STALK_THICKNESS_THIN = 
"thin";
 
   46    public const BIG_DRIPLEAF_TILT_FULL_TILT = 
"full_tilt";
 
   47    public const BIG_DRIPLEAF_TILT_NONE = 
"none";
 
   48    public const BIG_DRIPLEAF_TILT_PARTIAL_TILT = 
"partial_tilt";
 
   49    public const BIG_DRIPLEAF_TILT_UNSTABLE = 
"unstable";
 
   51    public const CAULDRON_LIQUID_LAVA = 
"lava";
 
   52    public const CAULDRON_LIQUID_POWDER_SNOW = 
"powder_snow";
 
   53    public const CAULDRON_LIQUID_WATER = 
"water";
 
   55    public const CRACKED_STATE_CRACKED = 
"cracked";
 
   56    public const CRACKED_STATE_MAX_CRACKED = 
"max_cracked";
 
   57    public const CRACKED_STATE_NO_CRACKS = 
"no_cracks";
 
   59    public const CREAKING_HEART_STATE_AWAKE = 
"awake";
 
   60    public const CREAKING_HEART_STATE_DORMANT = 
"dormant";
 
   61    public const CREAKING_HEART_STATE_UPROOTED = 
"uprooted";
 
   63    public const DRIPSTONE_THICKNESS_BASE = 
"base";
 
   64    public const DRIPSTONE_THICKNESS_FRUSTUM = 
"frustum";
 
   65    public const DRIPSTONE_THICKNESS_MERGE = 
"merge";
 
   66    public const DRIPSTONE_THICKNESS_MIDDLE = 
"middle";
 
   67    public const DRIPSTONE_THICKNESS_TIP = 
"tip";
 
   69    public const LEVER_DIRECTION_DOWN_EAST_WEST = 
"down_east_west";
 
   70    public const LEVER_DIRECTION_DOWN_NORTH_SOUTH = 
"down_north_south";
 
   71    public const LEVER_DIRECTION_EAST = 
"east";
 
   72    public const LEVER_DIRECTION_NORTH = 
"north";
 
   73    public const LEVER_DIRECTION_SOUTH = 
"south";
 
   74    public const LEVER_DIRECTION_UP_EAST_WEST = 
"up_east_west";
 
   75    public const LEVER_DIRECTION_UP_NORTH_SOUTH = 
"up_north_south";
 
   76    public const LEVER_DIRECTION_WEST = 
"west";
 
   78    public const MC_BLOCK_FACE_DOWN = 
"down";
 
   79    public const MC_BLOCK_FACE_EAST = 
"east";
 
   80    public const MC_BLOCK_FACE_NORTH = 
"north";
 
   81    public const MC_BLOCK_FACE_SOUTH = 
"south";
 
   82    public const MC_BLOCK_FACE_UP = 
"up";
 
   83    public const MC_BLOCK_FACE_WEST = 
"west";
 
   85    public const MC_CARDINAL_DIRECTION_EAST = 
"east";
 
   86    public const MC_CARDINAL_DIRECTION_NORTH = 
"north";
 
   87    public const MC_CARDINAL_DIRECTION_SOUTH = 
"south";
 
   88    public const MC_CARDINAL_DIRECTION_WEST = 
"west";
 
   90    public const MC_FACING_DIRECTION_DOWN = 
"down";
 
   91    public const MC_FACING_DIRECTION_EAST = 
"east";
 
   92    public const MC_FACING_DIRECTION_NORTH = 
"north";
 
   93    public const MC_FACING_DIRECTION_SOUTH = 
"south";
 
   94    public const MC_FACING_DIRECTION_UP = 
"up";
 
   95    public const MC_FACING_DIRECTION_WEST = 
"west";
 
   97    public const MC_VERTICAL_HALF_BOTTOM = 
"bottom";
 
   98    public const MC_VERTICAL_HALF_TOP = 
"top";
 
  100    public const ORIENTATION_DOWN_EAST = 
"down_east";
 
  101    public const ORIENTATION_DOWN_NORTH = 
"down_north";
 
  102    public const ORIENTATION_DOWN_SOUTH = 
"down_south";
 
  103    public const ORIENTATION_DOWN_WEST = 
"down_west";
 
  104    public const ORIENTATION_EAST_UP = 
"east_up";
 
  105    public const ORIENTATION_NORTH_UP = 
"north_up";
 
  106    public const ORIENTATION_SOUTH_UP = 
"south_up";
 
  107    public const ORIENTATION_UP_EAST = 
"up_east";
 
  108    public const ORIENTATION_UP_NORTH = 
"up_north";
 
  109    public const ORIENTATION_UP_SOUTH = 
"up_south";
 
  110    public const ORIENTATION_UP_WEST = 
"up_west";
 
  111    public const ORIENTATION_WEST_UP = 
"west_up";
 
  113    public const PALE_MOSS_CARPET_SIDE_EAST_NONE = 
"none";
 
  114    public const PALE_MOSS_CARPET_SIDE_EAST_SHORT = 
"short";
 
  115    public const PALE_MOSS_CARPET_SIDE_EAST_TALL = 
"tall";
 
  117    public const PALE_MOSS_CARPET_SIDE_NORTH_NONE = 
"none";
 
  118    public const PALE_MOSS_CARPET_SIDE_NORTH_SHORT = 
"short";
 
  119    public const PALE_MOSS_CARPET_SIDE_NORTH_TALL = 
"tall";
 
  121    public const PALE_MOSS_CARPET_SIDE_SOUTH_NONE = 
"none";
 
  122    public const PALE_MOSS_CARPET_SIDE_SOUTH_SHORT = 
"short";
 
  123    public const PALE_MOSS_CARPET_SIDE_SOUTH_TALL = 
"tall";
 
  125    public const PALE_MOSS_CARPET_SIDE_WEST_NONE = 
"none";
 
  126    public const PALE_MOSS_CARPET_SIDE_WEST_SHORT = 
"short";
 
  127    public const PALE_MOSS_CARPET_SIDE_WEST_TALL = 
"tall";
 
  129    public const PILLAR_AXIS_X = 
"x";
 
  130    public const PILLAR_AXIS_Y = 
"y";
 
  131    public const PILLAR_AXIS_Z = 
"z";
 
  133    public const PORTAL_AXIS_UNKNOWN = 
"unknown";
 
  134    public const PORTAL_AXIS_X = 
"x";
 
  135    public const PORTAL_AXIS_Z = 
"z";
 
  137    public const SEA_GRASS_TYPE_DEFAULT = 
"default";
 
  138    public const SEA_GRASS_TYPE_DOUBLE_BOT = 
"double_bot";
 
  139    public const SEA_GRASS_TYPE_DOUBLE_TOP = 
"double_top";
 
  141    public const STRUCTURE_BLOCK_TYPE_CORNER = 
"corner";
 
  142    public const STRUCTURE_BLOCK_TYPE_DATA = 
"data";
 
  143    public const STRUCTURE_BLOCK_TYPE_EXPORT = 
"export";
 
  144    public const STRUCTURE_BLOCK_TYPE_INVALID = 
"invalid";
 
  145    public const STRUCTURE_BLOCK_TYPE_LOAD = 
"load";
 
  146    public const STRUCTURE_BLOCK_TYPE_SAVE = 
"save";
 
  148    public const TORCH_FACING_DIRECTION_EAST = 
"east";
 
  149    public const TORCH_FACING_DIRECTION_NORTH = 
"north";
 
  150    public const TORCH_FACING_DIRECTION_SOUTH = 
"south";
 
  151    public const TORCH_FACING_DIRECTION_TOP = 
"top";
 
  152    public const TORCH_FACING_DIRECTION_UNKNOWN = 
"unknown";
 
  153    public const TORCH_FACING_DIRECTION_WEST = 
"west";
 
  155    public const TURTLE_EGG_COUNT_FOUR_EGG = 
"four_egg";
 
  156    public const TURTLE_EGG_COUNT_ONE_EGG = 
"one_egg";
 
  157    public const TURTLE_EGG_COUNT_THREE_EGG = 
"three_egg";
 
  158    public const TURTLE_EGG_COUNT_TWO_EGG = 
"two_egg";
 
  160    public const VAULT_STATE_ACTIVE = 
"active";
 
  161    public const VAULT_STATE_EJECTING = 
"ejecting";
 
  162    public const VAULT_STATE_INACTIVE = 
"inactive";
 
  163    public const VAULT_STATE_UNLOCKING = 
"unlocking";
 
  165    public const WALL_CONNECTION_TYPE_EAST_NONE = 
"none";
 
  166    public const WALL_CONNECTION_TYPE_EAST_SHORT = 
"short";
 
  167    public const WALL_CONNECTION_TYPE_EAST_TALL = 
"tall";
 
  169    public const WALL_CONNECTION_TYPE_NORTH_NONE = 
"none";
 
  170    public const WALL_CONNECTION_TYPE_NORTH_SHORT = 
"short";
 
  171    public const WALL_CONNECTION_TYPE_NORTH_TALL = 
"tall";
 
  173    public const WALL_CONNECTION_TYPE_SOUTH_NONE = 
"none";
 
  174    public const WALL_CONNECTION_TYPE_SOUTH_SHORT = 
"short";
 
  175    public const WALL_CONNECTION_TYPE_SOUTH_TALL = 
"tall";
 
  177    public const WALL_CONNECTION_TYPE_WEST_NONE = 
"none";
 
  178    public const WALL_CONNECTION_TYPE_WEST_SHORT = 
"short";
 
  179    public const WALL_CONNECTION_TYPE_WEST_TALL = 
"tall";