Uses of Class
net.minecraft.entity.item.FallingBlockEntity
Package
Description
-
Uses of FallingBlockEntity in net.minecraft.block
Modifier and TypeMethodDescriptionprotected void
AnvilBlock.falling
(FallingBlockEntity p_149829_1_) protected void
FallingBlock.falling
(FallingBlockEntity p_149829_1_) void
AnvilBlock.onBroken
(World p_190974_1_, BlockPos p_190974_2_, FallingBlockEntity p_190974_3_) void
FallingBlock.onBroken
(World p_190974_1_, BlockPos p_190974_2_, FallingBlockEntity p_190974_3_) void
AnvilBlock.onLand
(World p_176502_1_, BlockPos p_176502_2_, BlockState p_176502_3_, BlockState p_176502_4_, FallingBlockEntity p_176502_5_) void
ConcretePowderBlock.onLand
(World p_176502_1_, BlockPos p_176502_2_, BlockState p_176502_3_, BlockState p_176502_4_, FallingBlockEntity p_176502_5_) void
FallingBlock.onLand
(World p_176502_1_, BlockPos p_176502_2_, BlockState p_176502_3_, BlockState p_176502_4_, FallingBlockEntity p_176502_5_) -
Uses of FallingBlockEntity in net.minecraft.client.renderer.entity
Modifier and TypeMethodDescriptionFallingBlockRenderer.getTextureLocation
(FallingBlockEntity p_110775_1_) void
FallingBlockRenderer.render
(FallingBlockEntity p_225623_1_, float p_225623_2_, float p_225623_3_, MatrixStack p_225623_4_, IRenderTypeBuffer p_225623_5_, int p_225623_6_) -
Uses of FallingBlockEntity in net.minecraft.entity
Modifier and TypeFieldDescriptionstatic final EntityType<FallingBlockEntity>
EntityType.FALLING_BLOCK
-
Uses of FallingBlockEntity in net.minecraft.entity.item
ModifierConstructorDescriptionFallingBlockEntity
(EntityType<? extends FallingBlockEntity> p_i50218_1_, World p_i50218_2_)