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, worldINFINITE_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, validateareCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCapsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDisplayNamecanRenderBreaking, deserializeNBT, getModelData, getRenderBoundingBox, getTileEntity, handleUpdateTag, hasFastRenderer, onChunkUnloaded, onDataPacket, onLoad, requestModelDataUpdate, serializeNBT, shouldRenderInPassgetCapability, getCapabilitypublic 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 TileEntitypublic void read(NBTTagCompound compound)
read in class TileEntitypublic ITextComponent getName()
public boolean hasCustomName()
hasCustomName in interface INameablepublic void setCustomName(@Nullable
ITextComponent name)
@Nullable public ITextComponent getCustomName()
getCustomName in interface INameablepublic Container createContainer(InventoryPlayer playerInventory, EntityPlayer playerIn)
createContainer in interface IInteractionObjectpublic java.lang.String getGuiID()
getGuiID in interface IInteractionObject