public abstract class DTileEntity
extends java.lang.Object
| Constructor and Description |
|---|
DTileEntity() |
| Modifier and Type | Method and Description |
|---|---|
DBlockData |
getBlockData()
Get the DBlockData associated with this tile entity.
|
org.bukkit.Location |
getLocation()
Get the location associated with this tile entity.
|
abstract void |
load(NBTEditor.NBTCompound compound)
Called when loading from file.
|
abstract void |
save(NBTEditor.NBTCompound compound)
Called when saving to file.
|
void |
tick()
Called once a tick.
|
public abstract void load(NBTEditor.NBTCompound compound)
compound - public abstract void save(NBTEditor.NBTCompound compound)
compound - public void tick()
public final org.bukkit.Location getLocation()
public final DBlockData getBlockData()