Uses of Class
net.minecraft.world.entity.item.FallingBlockEntity
Packages that use FallingBlockEntity
Package
Description
-
Uses of FallingBlockEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type FallingBlockEntityModifier and TypeMethodDescriptionvoid
FallingBlockRenderer.extractRenderState
(FallingBlockEntity p_364559_, FallingBlockRenderState p_360509_, float p_361019_) boolean
FallingBlockRenderer.shouldRender
(FallingBlockEntity p_362415_, Frustum p_364047_, double p_362218_, double p_363427_, double p_361722_) -
Uses of FallingBlockEntity in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type FallingBlockEntityModifier and TypeFieldDescriptionstatic final EntityType
<FallingBlockEntity> EntityType.FALLING_BLOCK
-
Uses of FallingBlockEntity in net.minecraft.world.entity.item
Methods in net.minecraft.world.entity.item that return FallingBlockEntityModifier and TypeMethodDescriptionstatic FallingBlockEntity
FallingBlockEntity.fall
(Level p_201972_, BlockPos p_201973_, BlockState p_201974_) Constructor parameters in net.minecraft.world.entity.item with type arguments of type FallingBlockEntityModifierConstructorDescriptionFallingBlockEntity
(EntityType<? extends FallingBlockEntity> p_31950_, Level p_31951_) -
Uses of FallingBlockEntity in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type FallingBlockEntityModifier 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_) -
Uses of FallingBlockEntity in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions with parameters of type FallingBlockEntityModifier and TypeMethodDescriptiondefault void
IFallableExtension.fallingTick
(Level level, BlockPos currentPosition, FallingBlockEntity entity) Called intick()
after vanilla processing on both server and client.