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 pLevel, BlockPos pPos, BlockState pBlockState) Constructor parameters in net.minecraft.world.entity.item with type arguments of type FallingBlockEntityModifierConstructorDescriptionFallingBlockEntity
(EntityType<? extends FallingBlockEntity> pEntityType, Level pLevel) -
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 pFallingEntity) protected void
FallingBlock.falling
(FallingBlockEntity pEntity) void
AnvilBlock.onBrokenAfterFall
(Level pLevel, BlockPos pPos, FallingBlockEntity pFallingBlock) void
BrushableBlock.onBrokenAfterFall
(Level pLevel, BlockPos pPos, FallingBlockEntity pFallingBlock) default void
Fallable.onBrokenAfterFall
(Level pLevel, BlockPos pPos, FallingBlockEntity pFallingBlock) void
PointedDripstoneBlock.onBrokenAfterFall
(Level pLevel, BlockPos pPos, FallingBlockEntity pFallingBlock) void
AnvilBlock.onLand
(Level pLevel, BlockPos pPos, BlockState pState, BlockState pReplaceableState, FallingBlockEntity pFallingBlock) void
ConcretePowderBlock.onLand
(Level pLevel, BlockPos pPos, BlockState pState, BlockState pReplaceableState, FallingBlockEntity pFallingBlock) default void
Fallable.onLand
(Level pLevel, BlockPos pPos, BlockState pState, BlockState pReplaceableState, FallingBlockEntity pFallingBlock) -
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.