Uses of Class
net.minecraft.entity.item.FallingBlockEntity
-
Packages that use FallingBlockEntity Package Description net.minecraft.block net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.item -
-
Uses of FallingBlockEntity in net.minecraft.block
Methods in net.minecraft.block with parameters of type FallingBlockEntity Modifier and Type Method Description protected 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
Methods in net.minecraft.client.renderer.entity with parameters of type FallingBlockEntity Modifier and Type Method Description ResourceLocation
FallingBlockRenderer. 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
Fields in net.minecraft.entity with type parameters of type FallingBlockEntity Modifier and Type Field Description static 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 FallingBlockEntity Constructor Description FallingBlockEntity(EntityType<? extends FallingBlockEntity> p_i50218_1_, World p_i50218_2_)
-