|
PocketMine-MP 5.36.1 git-eaa7c4834c8fe2f379d24e7f0ee6cc63cfb18ccc
|
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.