Property | Type | Description | |
---|---|---|---|
$attach | |||
$chunk | pocketmine\level\format\Chunk | ||
$closed | |||
$id | |||
$metadata | |||
$name | |||
$namedtag | |||
$tickTimer | |||
$tileCount | |||
$x | |||
$y | |||
$z |
Property | Type | Description | |
---|---|---|---|
$lastUpdate | |||
$server | |||
$timings |
Method | Description | |
---|---|---|
__construct ( pocketmine\level\format\FullChunk $chunk, |
||
__destruct ( ) | ||
close ( ) | ||
createTile ( string $type, pocketmine\level\format\FullChunk $chunk, |
||
getBlock ( ) : |
||
getId ( ) | ||
getName ( ) : string | ||
getSaveId ( ) : string | Returns the short save name | |
onUpdate ( ) | ||
registerTile ( $className ) : boolean | ||
saveNBT ( ) | ||
scheduleUpdate ( ) |
public __construct ( pocketmine\level\format\FullChunk $chunk, |
||
$chunk | pocketmine\level\format\FullChunk | |
$nbt |
public static createTile ( string $type, pocketmine\level\format\FullChunk $chunk, |
||
$type | string | |
$chunk | pocketmine\level\format\FullChunk | |
$nbt | ||
$args | ||
return |
public static registerTile ( $className ) : boolean | ||
$className | ||
return | boolean |
public Chunk,pocketmine\level\format $chunk | ||
return | pocketmine\level\format\Chunk |
public TimingsHandler,pocketmine\event $tickTimer | ||
return |