Uses of Class
net.minecraft.entity.FallingBlockEntity
Packages that use FallingBlockEntity
-
Uses of FallingBlockEntity in net.minecraft.block
Methods in net.minecraft.block with parameters of type FallingBlockEntityModifier and TypeMethodDescriptionprotected voidAnvilBlock.configureFallingBlockEntity(FallingBlockEntity entity)protected voidFallingBlock.configureFallingBlockEntity(FallingBlockEntity entity)voidAnvilBlock.onDestroyedOnLanding(World world, BlockPos pos, FallingBlockEntity fallingBlockEntity)default voidLandingBlock.onDestroyedOnLanding(World world, BlockPos pos, FallingBlockEntity fallingBlockEntity)voidPointedDripstoneBlock.onDestroyedOnLanding(World world, BlockPos pos, FallingBlockEntity fallingBlockEntity)voidAnvilBlock.onLanding(World world, BlockPos pos, BlockState fallingBlockState, BlockState currentStateInPos, FallingBlockEntity fallingBlockEntity)voidConcretePowderBlock.onLanding(World world, BlockPos pos, BlockState fallingBlockState, BlockState currentStateInPos, FallingBlockEntity fallingBlockEntity)default voidLandingBlock.onLanding(World world, BlockPos pos, BlockState fallingBlockState, BlockState currentStateInPos, FallingBlockEntity fallingBlockEntity) -
Uses of FallingBlockEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type FallingBlockEntityModifier and TypeMethodDescriptionFallingBlockEntityRenderer.getTexture(FallingBlockEntity fallingBlockEntity)voidFallingBlockEntityRenderer.render(FallingBlockEntity fallingBlockEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) -
Uses of FallingBlockEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type FallingBlockEntityConstructor parameters in net.minecraft.entity with type arguments of type FallingBlockEntityModifierConstructorDescriptionFallingBlockEntity(EntityType<? extends FallingBlockEntity> type, World world)