net.minecraft.block.entity

public class MovingBlockEntity

extends BlockEntity implements Tickable

All mapped superinterfaces:

Tickable

aqx
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

Constructor summary

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

Method summary

Modifier and TypeMethod
public BlockState
d()
method_9007()
getMovedState()
getPistonState()
public int
u()
method_550()
getBlockMetadata()
getBlockMetadata()
public boolean
e()
method_572()
isExtending()
isExtending()
public Direction
g()
method_9011()
getFacing()
getFacing()
private float
e(float arg0)
method_11703(float arg0)
getAmountExtended(float tickDelta)
getExtendedProgress(float arg0)
public Box
a(ahx arg0, cl arg1)
method_11701(class_1158 arg0, class_2552 arg1)
getShape(WorldView world, BlockPos pos)
getAABB(IBlockAccess arg0, BlockPos arg1)
public Box
a(ahx arg0, cl arg1, float arg2)
method_11702(class_1158 arg0, class_2552 arg1, float arg2)
getShape(WorldView world, BlockPos pos, float progress)
getAABB(IBlockAccess arg0, BlockPos arg1, float arg2)
private void
j()
method_11704()
moveEntities()
moveCollidedEntities()
public void
i()
method_578()
finish()
clearPistonTileEntity()
public void
c()
method_2053()
tick()
update()
public void
a(dq arg0)
method_537(class_322 arg0)
readNbt(NbtCompound arg0)
readFromNBT(NBTTagCompound arg0)
public NbtCompound
b(dq arg0)
method_541(class_322 arg0)
writeNbt(NbtCompound arg0)
writeToNBT(NBTTagCompound arg0)
public boolean
h()
method_577()
isSource()
shouldPistonHeadBeRendered()
public float
a(float arg0)
method_570(float arg0)
getProgress(float tickDelta)
getProgress(float ticks)
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)