net.minecraft.block.entity

public class MovingBlockEntity

extends BlockEntity

aps
net.minecraft.class_230
net.minecraft.block.entity.MovingBlockEntity
net.minecraft.tileentity.TileEntityPiston

Field summary

Modifier and TypeField
private Block
a
field_7501
movedBlock
storedBlock
private int
i
field_575
movedMetadata
storedMetadata
private int
j
field_576
facing
storedOrientation
private boolean
k
field_577
extending
extending
private boolean
l
field_578
source
shouldHeadBeRendered
private float
m
field_579
progress
progress
private float
n
field_580
lastProgress
lastProgress
private List
o
field_581
movedEntities
pushedObjects

Constructor summary

ModifierConstructor
public ()
public (Block movedBlock, int movedMetadata, int facing, boolean extending, boolean source)

Method summary

Modifier and TypeMethod
public Block
a()
method_569()
getMovedBlock()
getStoredBlockID()
public int
p()
method_550()
getBlockMetadata()
getBlockMetadata()
public boolean
b()
method_572()
isExtending()
isExtending()
public int
c()
method_574()
getFacing()
getPistonOrientation()
public float
a(float arg0)
method_570(float arg0)
getProgress(float tickDelta)
func_145860_a(float arg0)
private void
a(float arg0, float arg1)
method_571(float arg0, float arg1)
moveEntities(float progress, float amount)
func_145863_a(float arg0, float arg1)
public void
f()
method_578()
finish()
clearPistonTileEntity()
public void
h()
method_545()
tick()
updateEntity()
public void
a(dh arg0)
method_537(class_322 arg0)
readNbt(NbtCompound arg0)
readFromNBT(NBTTagCompound arg0)
public void
b(dh arg0)
method_541(class_322 arg0)
writeNbt(NbtCompound arg0)
writeToNBT(NBTTagCompound arg0)
public boolean
d()
method_577()
isSource()
shouldPistonHeadBeRendered()
public float
b(float arg0)
method_573(float arg0)
getRenderOffsetX(float tickDelta)
func_145865_b(float arg0)
public float
c(float arg0)
method_575(float arg0)
getRenderOffsetY(float tickDelta)
func_145862_c(float arg0)
public float
d(float arg0)
method_576(float arg0)
getRenderOffsetZ(float tickDelta)
func_145859_d(float arg0)