Loading [MathJax]/jax/input/TeX/config.js
PocketMine-MP 5.25.3 git-afc4a3c7f18d42b41cbfde84ab6a2e4dd7c03045
All Classes Namespaces Functions Variables Enumerations Enumerator Pages
pocketmine\block\tile\Container Interface Reference
+ 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"
 

Detailed Description

Definition at line 29 of file Container.php.

Member Function Documentation

◆ canOpenWith()

pocketmine\block\tile\Container::canOpenWith ( string $key)

Returns whether this container can be opened by an item with the given custom name.

Member Data Documentation

◆ TAG_ITEMS

const pocketmine\block\tile\Container::TAG_ITEMS = "Items"

Definition at line 30 of file Container.php.

◆ TAG_LOCK

const pocketmine\block\tile\Container::TAG_LOCK = "Lock"

Definition at line 31 of file Container.php.


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