public class EnchantingTableTileEntity extends TileEntity implements INameable, ITickableTileEntity
Modifier and Type | Field and Description |
---|---|
private ITextComponent |
customname |
int |
field_195522_a |
float |
field_195523_f |
float |
field_195524_g |
float |
field_195525_h |
float |
field_195526_i |
float |
field_195527_j |
float |
field_195528_k |
float |
field_195529_l |
float |
field_195530_m |
float |
field_195531_n |
private static java.util.Random |
field_195532_o |
pos, removed, world
INFINITE_EXTENT_AABB
Constructor and Description |
---|
EnchantingTableTileEntity() |
Modifier and Type | Method and Description |
---|---|
ITextComponent |
getCustomName() |
ITextComponent |
getName() |
void |
read(CompoundNBT compound) |
void |
setCustomName(ITextComponent name) |
void |
tick() |
CompoundNBT |
write(CompoundNBT compound) |
addInfoToCrashReport, create, getBlockState, getDistanceSq, getMaxRenderDistanceSquared, getPos, getTileData, getType, getUpdatePacket, getUpdateTag, getWorld, hasWorld, isRemoved, markDirty, mirror, onlyOpsCanSetNbt, receiveClientEvent, remove, rotate, setPos, setWorldAndPos, updateContainingBlockInfo, validate, warnInvalidBlock
areCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCaps
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName, hasCustomName
canRenderBreaking, deserializeNBT, getModelData, getRenderBoundingBox, getTileEntity, handleUpdateTag, hasFastRenderer, onChunkUnloaded, onDataPacket, onLoad, requestModelDataUpdate, serializeNBT
getCapability, getCapability
public int field_195522_a
public float field_195523_f
public float field_195524_g
public float field_195525_h
public float field_195526_i
public float field_195527_j
public float field_195528_k
public float field_195529_l
public float field_195530_m
public float field_195531_n
private static final java.util.Random field_195532_o
private ITextComponent customname
public CompoundNBT write(CompoundNBT compound)
write
in class TileEntity
public void read(CompoundNBT compound)
read
in class TileEntity
public void tick()
tick
in interface ITickableTileEntity
public ITextComponent getName()
public void setCustomName(@Nullable ITextComponent name)
@Nullable public ITextComponent getCustomName()
getCustomName
in interface INameable