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.method_6481(FallingBlockEntity fallingBlockEntity) protected voidFallingBlock.method_6481(FallingBlockEntity fallingBlockEntity) -
Uses of FallingBlockEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type FallingBlockEntityModifier and TypeMethodDescriptionprotected IdentifierFallingBlockEntityRenderer.getTexture(FallingBlockEntity fallingBlockEntity) voidFallingBlockEntityRenderer.render(FallingBlockEntity fallingBlockEntity, double double2, double double3, double double4, float float2, float float3) -
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