PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
pocketmine\network\mcpe\cache\CreativeInventoryCacheEntry Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\cache\CreativeInventoryCacheEntry:

Public Member Functions

 __construct (public readonly array $categories, public readonly array $groups, public readonly array $items,)
 

Detailed Description

Definition at line 30 of file CreativeInventoryCacheEntry.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\cache\CreativeInventoryCacheEntry::__construct ( public readonly array $categories,
public readonly array $groups,
public readonly array $items )
Parameters
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.


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