Uses of Class
net.minecraft.world.entity.item.FallingBlockEntity
Package
Description
-
Uses of FallingBlockEntity in net.minecraft.client.renderer.entity
Modifier and TypeMethodDescriptionFallingBlockRenderer.getTextureLocation
(FallingBlockEntity p_114632_) void
FallingBlockRenderer.render
(FallingBlockEntity p_114634_, float p_114635_, float p_114636_, PoseStack p_114637_, MultiBufferSource p_114638_, int p_114639_) -
Uses of FallingBlockEntity in net.minecraft.world.entity
Modifier and TypeFieldDescriptionstatic final EntityType<FallingBlockEntity>
EntityType.FALLING_BLOCK
-
Uses of FallingBlockEntity in net.minecraft.world.entity.item
Modifier and TypeMethodDescriptionstatic FallingBlockEntity
FallingBlockEntity.fall
(Level p_201972_, BlockPos p_201973_, BlockState p_201974_) ModifierConstructorDescriptionFallingBlockEntity
(EntityType<? extends FallingBlockEntity> p_31950_, Level p_31951_) -
Uses of FallingBlockEntity in net.minecraft.world.level.block
Modifier and TypeMethodDescriptionprotected void
AnvilBlock.falling
(FallingBlockEntity p_48779_) protected void
FallingBlock.falling
(FallingBlockEntity p_53206_) void
AnvilBlock.onBrokenAfterFall
(Level p_152053_, BlockPos p_152054_, FallingBlockEntity p_152055_) void
BrushableBlock.onBrokenAfterFall
(Level p_278097_, BlockPos p_277734_, FallingBlockEntity p_277539_) default void
Fallable.onBrokenAfterFall
(Level p_153217_, BlockPos p_153218_, FallingBlockEntity p_153219_) void
PointedDripstoneBlock.onBrokenAfterFall
(Level p_154059_, BlockPos p_154060_, FallingBlockEntity p_154061_) void
AnvilBlock.onLand
(Level p_48793_, BlockPos p_48794_, BlockState p_48795_, BlockState p_48796_, FallingBlockEntity p_48797_) void
ConcretePowderBlock.onLand
(Level p_52068_, BlockPos p_52069_, BlockState p_52070_, BlockState p_52071_, FallingBlockEntity p_52072_) default void
Fallable.onLand
(Level p_153220_, BlockPos p_153221_, BlockState p_153222_, BlockState p_153223_, FallingBlockEntity p_153224_)