|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\network\mcpe\protocol\types\ItemTypeEntry:Public Member Functions | |
| __construct (private string $stringId, private int $numericId, private bool $componentBased, private int $version, private CacheableNbt $componentNbt) | |
| getComponentNbt () | |
| getNumericId () | |
| getStringId () | |
| getVersion () | |
| isComponentBased () | |
Definition at line 17 of file ItemTypeEntry.php.
| pocketmine\network\mcpe\protocol\types\ItemTypeEntry::__construct | ( | private string | $stringId, |
| private int | $numericId, | ||
| private bool | $componentBased, | ||
| private int | $version, | ||
| private CacheableNbt | $componentNbt ) |
@phpstan-param CacheableNbt<\pocketmine\nbt\tag\CompoundTag> $componentNbt
Definition at line 21 of file ItemTypeEntry.php.
| pocketmine\network\mcpe\protocol\types\ItemTypeEntry::getComponentNbt | ( | ) |
@phpstan-return CacheableNbt<\pocketmine\nbt\tag\CompoundTag>
Definition at line 38 of file ItemTypeEntry.php.
| pocketmine\network\mcpe\protocol\types\ItemTypeEntry::getNumericId | ( | ) |
Definition at line 31 of file ItemTypeEntry.php.
| pocketmine\network\mcpe\protocol\types\ItemTypeEntry::getStringId | ( | ) |
Definition at line 29 of file ItemTypeEntry.php.
| pocketmine\network\mcpe\protocol\types\ItemTypeEntry::getVersion | ( | ) |
Definition at line 35 of file ItemTypeEntry.php.
| pocketmine\network\mcpe\protocol\types\ItemTypeEntry::isComponentBased | ( | ) |
Definition at line 33 of file ItemTypeEntry.php.