PocketMine-MP 5.21.2 git-a6534ecbbbcf369264567d27e5ed70f7f5be9816
Loading...
Searching...
No Matches
BlockStateNames.php
1<?php
2
3/*
4 *
5 * ____ _ _ __ __ _ __ __ ____
6 * | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \
7 * | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) |
8 * | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/
9 * |_| \___/ \___|_|\_\___|\__|_| |_|_|_| |_|\___| |_| |_|_|
10 *
11 * This program is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License as published by
13 * the Free Software Foundation, either version 3 of the License, or
14 * (at your option) any later version.
15 *
16 * @author PocketMine Team
17 * @link http://www.pocketmine.net/
18 *
19 *
20 */
21
22declare(strict_types=1);
23
24namespace pocketmine\data\bedrock\block;
25
29final class BlockStateNames{
30 private function __construct(){
31 //NOOP
32 }
33
34 public const ACTIVE = "active";
35 public const AGE = "age";
36 public const AGE_BIT = "age_bit";
37 public const ATTACHED_BIT = "attached_bit";
38 public const ATTACHMENT = "attachment";
39 public const BAMBOO_LEAF_SIZE = "bamboo_leaf_size";
40 public const BAMBOO_STALK_THICKNESS = "bamboo_stalk_thickness";
41 public const BIG_DRIPLEAF_HEAD = "big_dripleaf_head";
42 public const BIG_DRIPLEAF_TILT = "big_dripleaf_tilt";
43 public const BITE_COUNTER = "bite_counter";
44 public const BLOOM = "bloom";
45 public const BOOKS_STORED = "books_stored";
46 public const BREWING_STAND_SLOT_A_BIT = "brewing_stand_slot_a_bit";
47 public const BREWING_STAND_SLOT_B_BIT = "brewing_stand_slot_b_bit";
48 public const BREWING_STAND_SLOT_C_BIT = "brewing_stand_slot_c_bit";
49 public const BRUSHED_PROGRESS = "brushed_progress";
50 public const BUTTON_PRESSED_BIT = "button_pressed_bit";
51 public const CAN_SUMMON = "can_summon";
52 public const CANDLES = "candles";
53 public const CAULDRON_LIQUID = "cauldron_liquid";
54 public const CLUSTER_COUNT = "cluster_count";
55 public const COMPOSTER_FILL_LEVEL = "composter_fill_level";
56 public const CONDITIONAL_BIT = "conditional_bit";
57 public const CORAL_DIRECTION = "coral_direction";
58 public const CORAL_FAN_DIRECTION = "coral_fan_direction";
59 public const COVERED_BIT = "covered_bit";
60 public const CRACKED_STATE = "cracked_state";
61 public const CRAFTING = "crafting";
62 public const DEAD_BIT = "dead_bit";
63 public const DEPRECATED = "deprecated";
64 public const DIRECTION = "direction";
65 public const DISARMED_BIT = "disarmed_bit";
66 public const DOOR_HINGE_BIT = "door_hinge_bit";
67 public const DRAG_DOWN = "drag_down";
68 public const DRIPSTONE_THICKNESS = "dripstone_thickness";
69 public const END_PORTAL_EYE_BIT = "end_portal_eye_bit";
70 public const EXPLODE_BIT = "explode_bit";
71 public const EXTINGUISHED = "extinguished";
72 public const FACING_DIRECTION = "facing_direction";
73 public const FILL_LEVEL = "fill_level";
74 public const GROUND_SIGN_DIRECTION = "ground_sign_direction";
75 public const GROWING_PLANT_AGE = "growing_plant_age";
76 public const GROWTH = "growth";
77 public const HANGING = "hanging";
78 public const HEAD_PIECE_BIT = "head_piece_bit";
79 public const HEIGHT = "height";
80 public const HONEY_LEVEL = "honey_level";
81 public const HUGE_MUSHROOM_BITS = "huge_mushroom_bits";
82 public const IN_WALL_BIT = "in_wall_bit";
83 public const INFINIBURN_BIT = "infiniburn_bit";
84 public const ITEM_FRAME_MAP_BIT = "item_frame_map_bit";
85 public const ITEM_FRAME_PHOTO_BIT = "item_frame_photo_bit";
86 public const KELP_AGE = "kelp_age";
87 public const LEVER_DIRECTION = "lever_direction";
88 public const LIQUID_DEPTH = "liquid_depth";
89 public const LIT = "lit";
90 public const MC_BLOCK_FACE = "minecraft:block_face";
91 public const MC_CARDINAL_DIRECTION = "minecraft:cardinal_direction";
92 public const MC_FACING_DIRECTION = "minecraft:facing_direction";
93 public const MC_VERTICAL_HALF = "minecraft:vertical_half";
94 public const MOISTURIZED_AMOUNT = "moisturized_amount";
95 public const MULTI_FACE_DIRECTION_BITS = "multi_face_direction_bits";
96 public const OCCUPIED_BIT = "occupied_bit";
97 public const OMINOUS = "ominous";
98 public const OPEN_BIT = "open_bit";
99 public const ORIENTATION = "orientation";
100 public const OUTPUT_LIT_BIT = "output_lit_bit";
101 public const OUTPUT_SUBTRACT_BIT = "output_subtract_bit";
102 public const PERSISTENT_BIT = "persistent_bit";
103 public const PILLAR_AXIS = "pillar_axis";
104 public const PORTAL_AXIS = "portal_axis";
105 public const POWERED_BIT = "powered_bit";
106 public const PROPAGULE_STAGE = "propagule_stage";
107 public const RAIL_DATA_BIT = "rail_data_bit";
108 public const RAIL_DIRECTION = "rail_direction";
109 public const REDSTONE_SIGNAL = "redstone_signal";
110 public const REPEATER_DELAY = "repeater_delay";
111 public const RESPAWN_ANCHOR_CHARGE = "respawn_anchor_charge";
112 public const ROTATION = "rotation";
113 public const SCULK_SENSOR_PHASE = "sculk_sensor_phase";
114 public const SEA_GRASS_TYPE = "sea_grass_type";
115 public const STABILITY = "stability";
116 public const STABILITY_CHECK = "stability_check";
117 public const STRUCTURE_BLOCK_TYPE = "structure_block_type";
118 public const SUSPENDED_BIT = "suspended_bit";
119 public const TOGGLE_BIT = "toggle_bit";
120 public const TORCH_FACING_DIRECTION = "torch_facing_direction";
121 public const TRIAL_SPAWNER_STATE = "trial_spawner_state";
122 public const TRIGGERED_BIT = "triggered_bit";
123 public const TURTLE_EGG_COUNT = "turtle_egg_count";
124 public const TWISTING_VINES_AGE = "twisting_vines_age";
125 public const UPDATE_BIT = "update_bit";
126 public const UPPER_BLOCK_BIT = "upper_block_bit";
127 public const UPSIDE_DOWN_BIT = "upside_down_bit";
128 public const VAULT_STATE = "vault_state";
129 public const VINE_DIRECTION_BITS = "vine_direction_bits";
130 public const WALL_CONNECTION_TYPE_EAST = "wall_connection_type_east";
131 public const WALL_CONNECTION_TYPE_NORTH = "wall_connection_type_north";
132 public const WALL_CONNECTION_TYPE_SOUTH = "wall_connection_type_south";
133 public const WALL_CONNECTION_TYPE_WEST = "wall_connection_type_west";
134 public const WALL_POST_BIT = "wall_post_bit";
135 public const WEEPING_VINES_AGE = "weeping_vines_age";
136 public const WEIRDO_DIRECTION = "weirdo_direction";
137}