public class TileEntityEnchantmentTable extends TileEntity implements IInteractionObject, ITickable
Modifier and Type | Field and Description |
---|---|
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 |
pos, removed, world
INFINITE_EXTENT_AABB
Constructor and Description |
---|
TileEntityEnchantmentTable() |
Modifier and Type | Method and Description |
---|---|
Container |
createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
ITextComponent |
getCustomName() |
java.lang.String |
getGuiID() |
ITextComponent |
getName() |
boolean |
hasCustomName() |
void |
read(NBTTagCompound compound) |
void |
setCustomName(ITextComponent name) |
void |
tick() |
NBTTagCompound |
write(NBTTagCompound compound) |
addInfoToCrashReport, create, getBlockState, getDistanceSq, getMaxRenderDistanceSquared, getPos, getTileData, getType, getUpdatePacket, getUpdateTag, getWorld, hasWorld, isRemoved, markDirty, mirror, onlyOpsCanSetNbt, receiveClientEvent, remove, rotate, setPos, setWorld, updateContainingBlockInfo, validate
areCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCaps
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName
canRenderBreaking, deserializeNBT, getModelData, getRenderBoundingBox, getTileEntity, handleUpdateTag, hasFastRenderer, onChunkUnloaded, onDataPacket, onLoad, requestModelDataUpdate, serializeNBT, shouldRenderInPass
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
public NBTTagCompound write(NBTTagCompound compound)
write
in class TileEntity
public void read(NBTTagCompound compound)
read
in class TileEntity
public ITextComponent getName()
public boolean hasCustomName()
hasCustomName
in interface INameable
public void setCustomName(@Nullable ITextComponent name)
@Nullable public ITextComponent getCustomName()
getCustomName
in interface INameable
public Container createContainer(InventoryPlayer playerInventory, EntityPlayer playerIn)
createContainer
in interface IInteractionObject
public java.lang.String getGuiID()
getGuiID
in interface IInteractionObject