PocketMine-MP 5.18.1 git-9381fc4172e5dce4cada1cb356050c8a2ab57b94
|
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.
References pocketmine\utils\Utils\testValidInstance().
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.