|
PocketMine-MP 5.37.2 git-e507eb5e50da3ead3ae88ed2324df21e75820019
|
Collaboration diagram for pocketmine\block\BlockIdentifier:Public Member Functions | |
| __construct (private int $blockTypeId, private ?string $tileClass=null) | |
| getBlockTypeId () | |
| getTileClass () | |
Definition at line 29 of file BlockIdentifier.php.
| pocketmine\block\BlockIdentifier::__construct | ( | private int | $blockTypeId, |
| private ?string | $tileClass = null ) |
@phpstan-param class-string<Tile>|null $tileClass
Definition at line 33 of file BlockIdentifier.php.
| pocketmine\block\BlockIdentifier::getBlockTypeId | ( | ) |
Definition at line 45 of file BlockIdentifier.php.
| pocketmine\block\BlockIdentifier::getTileClass | ( | ) |
@phpstan-return class-string<Tile>|null
Definition at line 50 of file BlockIdentifier.php.