Uses of Class
net.minecraft.entity.item.FallingBlockEntity
Packages that use FallingBlockEntity
Package
Description
-
Uses of FallingBlockEntity in net.minecraft.block
Methods in net.minecraft.block with parameters of type FallingBlockEntityModifier and TypeMethodDescriptionprotected voidAnvilBlock.falling(FallingBlockEntity p_149829_1_) protected voidFallingBlock.falling(FallingBlockEntity p_149829_1_) voidAnvilBlock.onBroken(World p_190974_1_, BlockPos p_190974_2_, FallingBlockEntity p_190974_3_) voidFallingBlock.onBroken(World p_190974_1_, BlockPos p_190974_2_, FallingBlockEntity p_190974_3_) voidAnvilBlock.onLand(World p_176502_1_, BlockPos p_176502_2_, BlockState p_176502_3_, BlockState p_176502_4_, FallingBlockEntity p_176502_5_) voidConcretePowderBlock.onLand(World p_176502_1_, BlockPos p_176502_2_, BlockState p_176502_3_, BlockState p_176502_4_, FallingBlockEntity p_176502_5_) voidFallingBlock.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
Methods in net.minecraft.client.renderer.entity with parameters of type FallingBlockEntityModifier and TypeMethodDescriptionFallingBlockRenderer.getTextureLocation(FallingBlockEntity p_110775_1_) voidFallingBlockRenderer.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
Fields in net.minecraft.entity with type parameters of type FallingBlockEntityModifier and TypeFieldDescriptionstatic final EntityType<FallingBlockEntity>EntityType.FALLING_BLOCK -
Uses of FallingBlockEntity in net.minecraft.entity.item
Constructor parameters in net.minecraft.entity.item with type arguments of type FallingBlockEntityModifierConstructorDescriptionFallingBlockEntity(EntityType<? extends FallingBlockEntity> p_i50218_1_, World p_i50218_2_)