Note
extends Tile
in package
Tags
Table of Contents
- TAG_ID = "id"
- TAG_X = "x"
- TAG_Y = "y"
- TAG_Z = "z"
- $closed : bool
- $position : Position
- $timings : TimingsHandler
- $pitch : int
- __construct() : mixed
- __destruct() : mixed
- close() : void
- getBlock() : Block
- getCleanedNBT() : CompoundTag|null
- getPitch() : int
- getPosition() : Position
- isClosed() : bool
- onBlockDestroyed() : void
- Called when the tile's block is destroyed.
- readSaveData() : void
- saveNBT() : CompoundTag
- setPitch() : void
- onBlockDestroyedHook() : void
- Override this method to do actions you need to do when this tile is destroyed due to block being broken.
- writeSaveData() : void
- Writes additional save data to a CompoundTag, not including generic things like ID and coordinates.
Constants
TAG_ID
public
mixed
TAG_ID
= "id"
TAG_X
public
mixed
TAG_X
= "x"
TAG_Y
public
mixed
TAG_Y
= "y"
TAG_Z
public
mixed
TAG_Z
= "z"
Properties
$closed
public
bool
$closed
= false
$position
protected
Position
$position
$timings
protected
TimingsHandler
$timings
$pitch
private
int
$pitch
= 0
Methods
__construct()
public
__construct(World $world, Vector3 $pos) : mixed
Parameters
Return values
mixed —__destruct()
public
__destruct() : mixed
Return values
mixed —close()
public
close() : void
Return values
void —getBlock()
public
getBlock() : Block
Return values
Block —getCleanedNBT()
public
getCleanedNBT() : CompoundTag|null
Return values
CompoundTag|null —getPitch()
public
getPitch() : int
Return values
int —getPosition()
public
getPosition() : Position
Return values
Position —isClosed()
public
isClosed() : bool
Return values
bool —onBlockDestroyed()
Called when the tile's block is destroyed.
public
final onBlockDestroyed() : void
Return values
void —readSaveData()
public
readSaveData(CompoundTag $nbt) : void
Parameters
- $nbt : CompoundTag
Return values
void —saveNBT()
public
saveNBT() : CompoundTag
Return values
CompoundTag —setPitch()
public
setPitch(int $pitch) : void
Parameters
- $pitch : int
Return values
void —onBlockDestroyedHook()
Override this method to do actions you need to do when this tile is destroyed due to block being broken.
protected
onBlockDestroyedHook() : void
Return values
void —writeSaveData()
Writes additional save data to a CompoundTag, not including generic things like ID and coordinates.
protected
writeSaveData(CompoundTag $nbt) : void
Parameters
- $nbt : CompoundTag