net.minecraft.block.entity

public class MovingBlockEntity

extends BlockEntity implements Tickable

All mapped superinterfaces:

Tickable

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

Field summary

Modifier and TypeField
private BlockState
a
field_9872
movedState
pistonState
private Direction
f
field_9873
facing
pistonFacing
private boolean
g
field_577
extending
extending
private boolean
h
field_578
source
shouldHeadBeRendered
private float
i
field_579
progress
progress
private float
j
field_580
lastProgress
lastProgress
private List<Entity>
k
field_581
movedEntities
field_174933_k

Constructor summary

ModifierConstructor
public ()
public (BlockState movedState, Direction facing, boolean extending, boolean source)

Method summary

Modifier and TypeMethod
public BlockState
b()
method_9007()
getMovedState()
getPistonState()
public int
u()
method_550()
getBlockMetadata()
getBlockMetadata()
public boolean
d()
method_572()
isExtending()
isExtending()
public Direction
e()
method_9011()
getFacing()
getFacing()
public float
a(float arg0)
method_570(float arg0)
getProgress(float tickDelta)
getProgress(float ticks)
private void
a(float arg0, float arg1)
method_571(float arg0, float arg1)
moveEntities(float progress, float amount)
launchWithSlimeBlock(float arg0, float arg1)
public void
h()
method_578()
finish()
clearPistonTileEntity()
public void
c()
method_2053()
tick()
update()
public void
a(dn arg0)
method_537(class_322 arg0)
readNbt(NbtCompound arg0)
readFromNBT(NBTTagCompound arg0)
public void
b(dn arg0)
method_541(class_322 arg0)
writeNbt(NbtCompound arg0)
writeToNBT(NBTTagCompound arg0)
public boolean
g()
method_577()
isSource()
shouldPistonHeadBeRendered()
public float
b(float arg0)
method_9008(float arg0)
getRenderOffsetX(float tickDelta)
getOffsetX(float ticks)
public float
c(float arg0)
method_9009(float arg0)
getRenderOffsetY(float tickDelta)
getOffsetY(float ticks)
public float
d(float arg0)
method_9010(float arg0)
getRenderOffsetZ(float tickDelta)
getOffsetZ(float ticks)