public abstract class TileBase extends TileForestry
| Constructor and Description |
|---|
TileBase() |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.EnumFacing |
getFacing() |
java.lang.String |
getUnlocalizedTitle()
Gets the tile's unlocalized name, based on the block at the location of this entity (client-only).
|
void |
openGui(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack heldItem) |
boolean |
shouldRefresh(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.block.state.IBlockState oldState,
net.minecraft.block.state.IBlockState newState) |
addExternalTriggers, addInternalSidedTriggers, addInternalTriggers, canExtractItem, canInsertItem, canSlotAccept, clear, closeInventory, decrStackSize, getCapability, getCoordinates, getDisplayName, getErrorLogic, getField, getFieldCount, getInternalInventory, getInventoryStackLimit, getName, getSizeInventory, getSlotsForFace, getStackInSlot, getTileCache, getUpdatePacket, getUpdateTag, getWorldObj, handleUpdateTag, hasCapability, hasCustomName, invalidate, isEmpty, isItemValidForSlot, isLocked, isRedstoneActivated, isUsableByPlayer, onNeighborTileChange, onRemoval, openInventory, readData, readFromNBT, removeStackFromSlot, sendNetworkUpdate, setField, setInternalInventory, setInventorySlotContents, setNeedsNetworkUpdate, update, updateClientSide, updateOnInterval, updateServerSide, validate, writeData, writeToNBTaddInfoToCrashReport, canRenderBreaking, create, deserializeNBT, getBlockMetadata, getBlockType, getDistanceSq, getKey, getMaxRenderDistanceSquared, getPos, getRenderBoundingBox, getTileData, getWorld, hasFastRenderer, hasWorld, isInvalid, markDirty, mirror, onChunkUnload, onDataPacket, onLoad, onlyOpsCanSetNbt, receiveClientEvent, register, restrictNBTCopy, rotate, serializeNBT, setPos, setWorld, setWorldCreate, shouldRenderInPass, updateContainingBlockInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContainer, getGuipublic void openGui(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack heldItem)
public java.lang.String getUnlocalizedTitle()
TileForestrygetUnlocalizedTitle in interface ITitledgetUnlocalizedTitle in class TileForestrypublic boolean shouldRefresh(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.block.state.IBlockState oldState,
net.minecraft.block.state.IBlockState newState)
shouldRefresh in class net.minecraft.tileentity.TileEntity@Nonnull public net.minecraft.util.EnumFacing getFacing()