net.minecraft.block.entity

public class MovingBlockEntity

extends BlockEntity implements Tickable

All mapped superinterfaces:

Tickable

atd
net.minecraft.unmapped.C_98403025
net.minecraft.block.entity.MovingBlockEntity

Field summary

Modifier and TypeField
private BlockState
a
f_29587349
movedState
private Direction
f
f_40418465
facing
private boolean
g
f_58494323
extending
private boolean
h
f_80425378
source
private static final ThreadLocal<Boolean>
i
f_49577607
NOCLIP_DIR
private float
j
f_84722291
progress
private float
k
f_79960180
lastProgress

Constructor summary

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

Method summary

Modifier and TypeMethod
public BlockState
a()
m_64733453()
getMovedState()
public NbtCompound
d()
m_78358720()
toNbt()
public int
v()
m_99453028()
getBlockMetadata()
public boolean
e()
m_65081383()
isExtending()
public Direction
f()
m_80949805()
getFacing()
public boolean
h()
m_64972001()
isSource()
private float
e(float arg0)
m_41198342(float arg0)
getAmountExtended(float tickDelta)
public Box
a(aju arg0, co arg1)
m_25602080(C_46108969 arg0, C_32594356 arg1)
getShape(WorldView world, BlockPos pos)
public Box
a(aju arg0, co arg1, float arg2)
m_30154427(C_46108969 arg0, C_32594356 arg1, float arg2)
getShape(WorldView world, BlockPos pos, float progress)
private BlockState
j()
m_79220568()
getStateForShape()
private void
f(float arg0)
m_31697607(float arg0)
moveEntities(float progress)
private double
a(bdr arg0, cv arg1, bdr arg2)
m_83536928(C_82690114 arg0, C_28786548 arg1, C_82690114 arg2)
getEntityMovement(Box movementArea, Direction dir, Box shape)
private Box
a(bdr arg0)
m_04395341(C_82690114 arg0)
moveBox(Box box)
private Box
a(bdr arg0, cv arg1, double arg2)
m_26624742(C_82690114 arg0, C_28786548 arg1, double arg2)
getMovementArea(Box collisions, Direction dir, double progressDelta)
private void
a(sm arg0, cv arg1)
m_33185222(C_42232651 arg0, C_28786548 arg1)
moveEntity(Entity arg0, Direction arg1)
private static double
b(bdr arg0, cv arg1, bdr arg2)
m_84176146(C_82690114 arg0, C_28786548 arg1, C_82690114 arg2)
getEntityMovementX(Box movementArea, Direction dir, Box shape)
private static double
c(bdr arg0, cv arg1, bdr arg2)
m_77715247(C_82690114 arg0, C_28786548 arg1, C_82690114 arg2)
getEntityMovementY(Box movementArea, Direction dir, Box shape)
private static double
d(bdr arg0, cv arg1, bdr arg2)
m_42588716(C_82690114 arg0, C_28786548 arg1, C_82690114 arg2)
getEntityMovementZ(Box movementArea, Direction dir, Box shape)
public void
i()
m_33919568()
finish()
public void
F_()
m_65302345()
tick()
public static void
a(ph arg0)
m_22843889(C_81045817 arg0)
registerSchema(DataFixerUpper dfu)
public void
a(du arg0)
m_08722866(C_74087615 arg0)
readNbt(NbtCompound arg0)
public NbtCompound
b(du arg0)
m_55164141(C_74087615 arg0)
writeNbt(NbtCompound arg0)
public void
a(ajq arg0, co arg1, bdr arg2, List<bdr> arg3, sm arg4)
m_85519385(C_64041439 arg0, C_32594356 arg1, C_82690114 arg2, List<C_82690114> arg3, C_42232651 arg4)
addCollisions(World world, BlockPos pos, Box shape, List<Box> collisions, Entity entity)
public float
a(float arg0)
m_82390985(float arg0)
getProgress(float tickDelta)
public float
b(float arg0)
m_53945335(float arg0)
getRenderOffsetX(float tickDelta)
public float
c(float arg0)
m_85067052(float arg0)
getRenderOffsetY(float tickDelta)
public float
d(float arg0)
m_39280806(float arg0)
getRenderOffsetZ(float tickDelta)