Uses of Class
net.minecraft.world.entity.item.FallingBlockEntity
Packages that use FallingBlockEntity
Package
Description
-
Uses of FallingBlockEntity in net.minecraft.client.renderer.entity
Subclasses with type arguments of type FallingBlockEntity in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type FallingBlockEntityModifier and TypeMethodDescriptionvoidFallingBlockRenderer.extractRenderState(FallingBlockEntity entity, FallingBlockRenderState state, float partialTicks) booleanFallingBlockRenderer.shouldRender(FallingBlockEntity entity, Frustum culler, double camX, double camY, double camZ) -
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 level, BlockPos pos, BlockState state) Constructor parameters in net.minecraft.world.entity.item with type arguments of type FallingBlockEntityModifierConstructorDescriptionFallingBlockEntity(EntityType<? extends FallingBlockEntity> type, Level level) -
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 entity) protected voidFallingBlock.falling(FallingBlockEntity entity) voidAnvilBlock.onBrokenAfterFall(Level level, BlockPos pos, FallingBlockEntity entity) voidBrushableBlock.onBrokenAfterFall(Level level, BlockPos pos, FallingBlockEntity entity) default voidFallable.onBrokenAfterFall(Level level, BlockPos pos, FallingBlockEntity entity) voidPointedDripstoneBlock.onBrokenAfterFall(Level level, BlockPos pos, FallingBlockEntity entity) voidAnvilBlock.onLand(Level level, BlockPos pos, BlockState state, BlockState replacedBlock, FallingBlockEntity entity) voidConcretePowderBlock.onLand(Level level, BlockPos pos, BlockState state, BlockState replacedBlock, FallingBlockEntity entity) default voidFallable.onLand(Level level, BlockPos pos, BlockState state, BlockState replacedBlock, FallingBlockEntity entity) -
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 inFallingBlockEntity.tick()after vanilla processing on both server and client.