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 TypeMethodDescriptionvoidFallingBlockRenderer.extractRenderState(FallingBlockEntity p_364559_, FallingBlockRenderState p_360509_, float p_361019_) booleanFallingBlockRenderer.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 FallingBlockEntityFallingBlockEntity.fall(Level pLevel, BlockPos pPos, BlockState pBlockState) 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 voidAnvilBlock.falling(FallingBlockEntity pFallingEntity) protected voidFallingBlock.falling(FallingBlockEntity pEntity) voidAnvilBlock.onBrokenAfterFall(Level p_152053_, BlockPos p_152054_, FallingBlockEntity p_152055_) voidBrushableBlock.onBrokenAfterFall(Level p_278097_, BlockPos p_277734_, FallingBlockEntity p_277539_) default voidFallable.onBrokenAfterFall(Level pLevel, BlockPos pPos, FallingBlockEntity pFallingBlock) voidPointedDripstoneBlock.onBrokenAfterFall(Level p_154059_, BlockPos p_154060_, FallingBlockEntity p_154061_) voidAnvilBlock.onLand(Level p_48793_, BlockPos p_48794_, BlockState p_48795_, BlockState p_48796_, FallingBlockEntity p_48797_) voidConcretePowderBlock.onLand(Level p_52068_, BlockPos p_52069_, BlockState p_52070_, BlockState p_52071_, FallingBlockEntity p_52072_) default voidFallable.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 voidIFallableExtension.fallingTick(Level level, BlockPos currentPosition, FallingBlockEntity entity) Called intick()after vanilla processing on both server and client.