PocketMine-MP 5.33.2 git-1133d49c924b4358c79d44eeb97dcbf56cb4d1eb
Loading...
Searching...
No Matches
pocketmine\block\tile\ContainerTile Interface Reference
+ 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"
 

Detailed Description

Definition at line 29 of file ContainerTile.php.

Member Function Documentation

◆ canOpenWith()

pocketmine\block\tile\ContainerTile::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\ContainerTile::TAG_ITEMS = "Items"

Definition at line 30 of file ContainerTile.php.

◆ TAG_LOCK

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

Definition at line 31 of file ContainerTile.php.


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