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