|
PocketMine-MP 5.37.4 git-dbb3eefc44d5dddb20f540594fbda61467f50873
|
Collaboration diagram for pocketmine\block\BlockTypeTags:Public Attributes | |
| const | DIRT = self::PREFIX . "dirt" |
| const | FIRE = self::PREFIX . "fire" |
| const | HANGING_SIGN = self::PREFIX . "hanging_sign" |
| const | MUD = self::PREFIX . "mud" |
| const | POTTABLE_PLANTS = self::PREFIX . "pottable" |
| const | SAND = self::PREFIX . "sand" |
Definition at line 26 of file BlockTypeTags.php.
| const pocketmine\block\BlockTypeTags::DIRT = self::PREFIX . "dirt" |
Definition at line 29 of file BlockTypeTags.php.
| const pocketmine\block\BlockTypeTags::FIRE = self::PREFIX . "fire" |
Definition at line 33 of file BlockTypeTags.php.
| const pocketmine\block\BlockTypeTags::HANGING_SIGN = self::PREFIX . "hanging_sign" |
Definition at line 34 of file BlockTypeTags.php.
| const pocketmine\block\BlockTypeTags::MUD = self::PREFIX . "mud" |
Definition at line 30 of file BlockTypeTags.php.
| const pocketmine\block\BlockTypeTags::POTTABLE_PLANTS = self::PREFIX . "pottable" |
Definition at line 32 of file BlockTypeTags.php.
| const pocketmine\block\BlockTypeTags::SAND = self::PREFIX . "sand" |
Definition at line 31 of file BlockTypeTags.php.