|
PocketMine-MP 5.37.4 git-dbb0a3db4df7e1ea8e62dc67aa0a6030f2ac20e4
|
Collaboration diagram for pocketmine\inventory\CreativeInventoryEntry:Public Member Functions | |
| __construct (Item $item, private readonly CreativeCategory $category, private readonly ?CreativeGroup $group=null) | |
| getCategory () | |
| getGroup () | |
| getItem () | |
| matchesItem (Item $item) | |
Definition at line 28 of file CreativeInventoryEntry.php.
| pocketmine\inventory\CreativeInventoryEntry::__construct | ( | Item | $item, |
| private readonly CreativeCategory | $category, | ||
| private readonly ?CreativeGroup | $group = null ) |
Definition at line 31 of file CreativeInventoryEntry.php.
| pocketmine\inventory\CreativeInventoryEntry::getCategory | ( | ) |
Definition at line 41 of file CreativeInventoryEntry.php.
| pocketmine\inventory\CreativeInventoryEntry::getGroup | ( | ) |
Definition at line 43 of file CreativeInventoryEntry.php.
| pocketmine\inventory\CreativeInventoryEntry::getItem | ( | ) |
Definition at line 39 of file CreativeInventoryEntry.php.
| pocketmine\inventory\CreativeInventoryEntry::matchesItem | ( | Item | $item | ) |
Definition at line 45 of file CreativeInventoryEntry.php.