Uses of Class
net.minecraft.world.entity.item.FallingBlockEntity
Packages that use FallingBlockEntity
Package
Description
-
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 pEntity) Returns the location of an entity's texture.void
FallingBlockRenderer.render
(FallingBlockEntity pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) -
Uses of FallingBlockEntity in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type FallingBlockEntityModifier and TypeFieldDescriptionstatic final EntityType
<FallingBlockEntity> EntityType.FALLING_BLOCK
-
Uses of FallingBlockEntity in net.minecraft.world.entity.item
Methods in net.minecraft.world.entity.item that return FallingBlockEntityModifier and TypeMethodDescriptionstatic FallingBlockEntity
FallingBlockEntity.fall
(Level pLevel, BlockPos pPos, BlockState pBlockState) Constructor parameters in net.minecraft.world.entity.item with type arguments of type FallingBlockEntityModifierConstructorDescriptionFallingBlockEntity
(EntityType<? extends FallingBlockEntity> pEntityType, Level pLevel) -
Uses of FallingBlockEntity in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type FallingBlockEntityModifier and TypeMethodDescriptionprotected void
AnvilBlock.falling
(FallingBlockEntity pFallingEntity) protected void
FallingBlock.falling
(FallingBlockEntity pEntity) void
AnvilBlock.onBrokenAfterFall
(Level pLevel, BlockPos pPos, FallingBlockEntity pFallingBlock) void
BrushableBlock.onBrokenAfterFall
(Level pLevel, BlockPos pPos, FallingBlockEntity pFallingBlock) default void
Fallable.onBrokenAfterFall
(Level pLevel, BlockPos pPos, FallingBlockEntity pFallingBlock) void
PointedDripstoneBlock.onBrokenAfterFall
(Level pLevel, BlockPos pPos, FallingBlockEntity pFallingBlock) void
AnvilBlock.onLand
(Level pLevel, BlockPos pPos, BlockState pState, BlockState pReplaceableState, FallingBlockEntity pFallingBlock) void
ConcretePowderBlock.onLand
(Level pLevel, BlockPos pPos, BlockState pState, BlockState pReplaceableState, FallingBlockEntity pFallingBlock) default void
Fallable.onLand
(Level pLevel, BlockPos pPos, BlockState pState, BlockState pReplaceableState, FallingBlockEntity pFallingBlock)