|
PocketMine-MP 5.36.1 git-eaa7c4834c8fe2f379d24e7f0ee6cc63cfb18ccc
|
Inheritance diagram for pocketmine\block\tile\ContainerTile:
Collaboration diagram for pocketmine\block\tile\ContainerTile:Public Member Functions | |
| canOpenWith (string $key) | |
| getInventory () | |
| getRealInventory () | |
Public Attributes | |
| const | TAG_ITEMS = "Items" |
| const | TAG_LOCK = "Lock" |
Definition at line 29 of file ContainerTile.php.
| pocketmine\block\tile\ContainerTile::canOpenWith | ( | string | $key | ) |
Returns whether this container can be opened by an item with the given custom name.
| const pocketmine\block\tile\ContainerTile::TAG_ITEMS = "Items" |
Definition at line 30 of file ContainerTile.php.
| const pocketmine\block\tile\ContainerTile::TAG_LOCK = "Lock" |
Definition at line 31 of file ContainerTile.php.