PocketMine-MP 5.14.2 git-50e2c469a547a16a23b2dc691e70a51d34e29395
pocketmine\block\BlockTypeTags Class Reference
+ Collaboration diagram for pocketmine\block\BlockTypeTags:

Public Attributes

const DIRT = self::PREFIX . "dirt"
 
const FIRE = self::PREFIX . "fire"
 
const MUD = self::PREFIX . "mud"
 
const POTTABLE_PLANTS = self::PREFIX . "pottable"
 
const SAND = self::PREFIX . "sand"
 

Detailed Description

Definition at line 26 of file BlockTypeTags.php.

Member Data Documentation

◆ DIRT

const pocketmine\block\BlockTypeTags::DIRT = self::PREFIX . "dirt"

Definition at line 29 of file BlockTypeTags.php.

◆ FIRE

const pocketmine\block\BlockTypeTags::FIRE = self::PREFIX . "fire"

Definition at line 33 of file BlockTypeTags.php.

◆ MUD

const pocketmine\block\BlockTypeTags::MUD = self::PREFIX . "mud"

Definition at line 30 of file BlockTypeTags.php.

◆ POTTABLE_PLANTS

const pocketmine\block\BlockTypeTags::POTTABLE_PLANTS = self::PREFIX . "pottable"

Definition at line 32 of file BlockTypeTags.php.

◆ SAND

const pocketmine\block\BlockTypeTags::SAND = self::PREFIX . "sand"

Definition at line 31 of file BlockTypeTags.php.


The documentation for this class was generated from the following file: