public class TileEntityPiston extends TileEntity implements IUpdatePlayerListBox
blockType, INFINITE_EXTENT_AABB, pos, tileEntityInvalid, worldObj| Constructor and Description |
|---|
TileEntityPiston() |
TileEntityPiston(IBlockState pistonStateIn,
EnumFacing pistonFacingIn,
boolean extendingIn,
boolean shouldHeadBeRenderedIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearPistonTileEntity() |
float |
func_145860_a(float p_145860_1_) |
float |
func_174926_d(float p_174926_1_) |
float |
func_174928_c(float p_174928_1_) |
float |
func_174929_b(float p_174929_1_) |
int |
getBlockMetadata() |
EnumFacing |
getFacing() |
IBlockState |
getPistonState() |
boolean |
isExtending() |
void |
readFromNBT(NBTTagCompound compound) |
boolean |
shouldPistonHeadBeRendered() |
void |
update() |
void |
writeToNBT(NBTTagCompound compound) |
addInfoToCrashReport, addMapping, canRenderBreaking, createAndLoadEntity, getBlockType, getDescriptionPacket, getDistanceSq, getMaxRenderDistanceSquared, getPos, getRenderBoundingBox, getWorld, hasWorldObj, invalidate, isInvalid, markDirty, onChunkUnload, onDataPacket, receiveClientEvent, setPos, setWorldObj, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validatepublic TileEntityPiston()
public TileEntityPiston(IBlockState pistonStateIn, EnumFacing pistonFacingIn, boolean extendingIn, boolean shouldHeadBeRenderedIn)
public IBlockState getPistonState()
public int getBlockMetadata()
getBlockMetadata in class TileEntitypublic boolean isExtending()
public EnumFacing getFacing()
public boolean shouldPistonHeadBeRendered()
public float func_145860_a(float p_145860_1_)
public float func_174929_b(float p_174929_1_)
public float func_174928_c(float p_174928_1_)
public float func_174926_d(float p_174926_1_)
public void clearPistonTileEntity()
public void update()
update in interface IUpdatePlayerListBoxpublic void readFromNBT(NBTTagCompound compound)
readFromNBT in class TileEntitypublic void writeToNBT(NBTTagCompound compound)
writeToNBT in class TileEntity