|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\network\mcpe\cache\CreativeInventoryCacheEntry:Public Member Functions | |
| __construct (public readonly array $categories, public readonly array $groups, public readonly array $items,) | |
Definition at line 30 of file CreativeInventoryCacheEntry.php.
| pocketmine\network\mcpe\cache\CreativeInventoryCacheEntry::__construct | ( | public readonly array | $categories, |
| public readonly array | $groups, | ||
| public readonly array | $items ) |
| CreativeCategory[] | $categories | |
| CreativeGroup[] | null[] | $groups | |
| CreativeItemEntry[] | $items |
@phpstan-param list<CreativeCategory> $categories @phpstan-param list<CreativeGroup|null> $groups @phpstan-param list<CreativeItemEntry> $items
Definition at line 41 of file CreativeInventoryCacheEntry.php.