Uses of Record Class
net.minecraft.client.render.entity.state.EntityRenderState.ShadowPiece
Packages that use EntityRenderState.ShadowPiece
-
Uses of EntityRenderState.ShadowPiece in net.minecraft.client.render.command
Fields in net.minecraft.client.render.command with type parameters of type EntityRenderState.ShadowPieceModifier and TypeFieldDescriptionprivate final List<EntityRenderState.ShadowPiece> OrderedRenderCommandQueueImpl.ShadowPiecesCommand.piecesThe field for thepiecesrecord component.Methods in net.minecraft.client.render.command that return types with arguments of type EntityRenderState.ShadowPieceModifier and TypeMethodDescriptionOrderedRenderCommandQueueImpl.ShadowPiecesCommand.pieces()Returns the value of thepiecesrecord component.Method parameters in net.minecraft.client.render.command with type arguments of type EntityRenderState.ShadowPieceModifier and TypeMethodDescriptionvoidBatchingRenderCommandQueue.submitShadowPieces(MatrixStack matrices, float shadowRadius, List<EntityRenderState.ShadowPiece> shadowPieces) voidOrderedRenderCommandQueueImpl.submitShadowPieces(MatrixStack matrices, float shadowRadius, List<EntityRenderState.ShadowPiece> shadowPieces) voidRenderCommandQueue.submitShadowPieces(MatrixStack matrices, float shadowRadius, List<EntityRenderState.ShadowPiece> shadowPieces) Constructor parameters in net.minecraft.client.render.command with type arguments of type EntityRenderState.ShadowPieceModifierConstructorDescriptionShadowPiecesCommand(Matrix4f pose, float radius, List<EntityRenderState.ShadowPiece> pieces) -
Uses of EntityRenderState.ShadowPiece in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state with type parameters of type EntityRenderState.ShadowPiece