PocketMine-MP 5.27.1 git-9af3cde03fabbe4129c79e46dc87ffa0fff446e6
|
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.