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 void
AnvilBlock.configureFallingBlockEntity
(FallingBlockEntity entity) protected void
FallingBlock.configureFallingBlockEntity
(FallingBlockEntity entity) void
AnvilBlock.onDestroyedOnLanding
(World world, BlockPos pos, FallingBlockEntity fallingBlockEntity) void
BrushableBlock.onDestroyedOnLanding
(World world, BlockPos pos, FallingBlockEntity fallingBlockEntity) default void
LandingBlock.onDestroyedOnLanding
(World world, BlockPos pos, FallingBlockEntity fallingBlockEntity) void
PointedDripstoneBlock.onDestroyedOnLanding
(World world, BlockPos pos, FallingBlockEntity fallingBlockEntity) void
AnvilBlock.onLanding
(World world, BlockPos pos, BlockState fallingBlockState, BlockState currentStateInPos, FallingBlockEntity fallingBlockEntity) void
ConcretePowderBlock.onLanding
(World world, BlockPos pos, BlockState fallingBlockState, BlockState currentStateInPos, FallingBlockEntity fallingBlockEntity) default void
LandingBlock.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) void
FallingBlockEntityRenderer.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 FallingBlockEntityModifier and TypeFieldDescriptionstatic final EntityType<FallingBlockEntity>
EntityType.FALLING_BLOCK
Methods in net.minecraft.entity that return FallingBlockEntityModifier and TypeMethodDescriptionstatic FallingBlockEntity
FallingBlockEntity.spawnFromBlock
(World world, BlockPos pos, BlockState state) Spawns a falling block entity atpos
from the blockstate
.Constructor parameters in net.minecraft.entity with type arguments of type FallingBlockEntityModifierConstructorDescriptionFallingBlockEntity
(EntityType<? extends FallingBlockEntity> type, World world)