Uses of Record Class
net.minecraft.client.renderer.entity.state.EntityRenderState.ShadowPiece
Packages that use EntityRenderState.ShadowPiece
-
Uses of EntityRenderState.ShadowPiece in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type EntityRenderState.ShadowPieceModifier and TypeFieldDescriptionprivate final List<EntityRenderState.ShadowPiece> SubmitNodeStorage.ShadowSubmit.piecesThe field for thepiecesrecord component.Methods in net.minecraft.client.renderer that return types with arguments of type EntityRenderState.ShadowPieceModifier and TypeMethodDescriptionSubmitNodeStorage.ShadowSubmit.pieces()Returns the value of thepiecesrecord component.Method parameters in net.minecraft.client.renderer with type arguments of type EntityRenderState.ShadowPieceModifier and TypeMethodDescriptionvoidOrderedSubmitNodeCollector.submitShadow(PoseStack poseStack, float radius, List<EntityRenderState.ShadowPiece> pieces) voidSubmitNodeCollection.submitShadow(PoseStack poseStack, float radius, List<EntityRenderState.ShadowPiece> pieces) voidSubmitNodeStorage.submitShadow(PoseStack poseStack, float radius, List<EntityRenderState.ShadowPiece> pieces) Constructor parameters in net.minecraft.client.renderer with type arguments of type EntityRenderState.ShadowPieceModifierConstructorDescriptionShadowSubmit(Matrix4f pose, float radius, List<EntityRenderState.ShadowPiece> pieces) Creates an instance of aShadowSubmitrecord class. -
Uses of EntityRenderState.ShadowPiece in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state with type parameters of type EntityRenderState.ShadowPiece