Uses of Class
net.minecraft.client.render.entity.state.FallingBlockEntityRenderState
Packages that use FallingBlockEntityRenderState
-
Uses of FallingBlockEntityRenderState in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity that return FallingBlockEntityRenderStateMethods in net.minecraft.client.render.entity with parameters of type FallingBlockEntityRenderStateModifier and TypeMethodDescriptionvoidFallingBlockEntityRenderer.render(FallingBlockEntityRenderState fallingBlockEntityRenderState, MatrixStack matrixStack, EntityRenderCommandQueue entityRenderCommandQueue) voidFallingBlockEntityRenderer.updateRenderState(FallingBlockEntity fallingBlockEntity, FallingBlockEntityRenderState fallingBlockEntityRenderState, float float2) -
Uses of FallingBlockEntityRenderState in net.minecraft.client.render.entity.command
Fields in net.minecraft.client.render.entity.command declared as FallingBlockEntityRenderStateModifier and TypeFieldDescriptionprivate final FallingBlockEntityRenderStateBatchingEntityRenderCommandQueue.FallingBlockCommand.renderStateThe field for therenderStaterecord component.Methods in net.minecraft.client.render.entity.command that return FallingBlockEntityRenderStateModifier and TypeMethodDescriptionBatchingEntityRenderCommandQueue.FallingBlockCommand.renderState()Returns the value of therenderStaterecord component.Methods in net.minecraft.client.render.entity.command with parameters of type FallingBlockEntityRenderStateModifier and TypeMethodDescriptionvoidBatchingEntityRenderCommandQueue.pushFallingBlock(MatrixStack matrices, FallingBlockEntityRenderState renderState) voidEntityRenderCommandQueue.pushFallingBlock(MatrixStack matrices, FallingBlockEntityRenderState renderState) Constructors in net.minecraft.client.render.entity.command with parameters of type FallingBlockEntityRenderStateModifierConstructorDescriptionFallingBlockCommand(Matrix4f matrix4f, FallingBlockEntityRenderState fallingBlockEntityRenderState)