PocketMine-MP 5.23.3 git-f7687af337d001ddbcc47b8e773f014a33faa662
|
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.