PocketMine-MP 5.37.4 git-dbb3eefc44d5dddb20f540594fbda61467f50873
Loading...
Searching...
No Matches
pocketmine\block\BlockTypeTags Class Reference
+ 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"
 

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.

◆ HANGING_SIGN

const pocketmine\block\BlockTypeTags::HANGING_SIGN = self::PREFIX . "hanging_sign"

Definition at line 34 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: