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 pPoseStack, float pRadius, List<EntityRenderState.ShadowPiece> pPieces) voidSubmitNodeCollection.submitShadow(PoseStack p_439535_, float p_440101_, List<EntityRenderState.ShadowPiece> p_439163_) voidSubmitNodeStorage.submitShadow(PoseStack p_434181_, float p_435337_, List<EntityRenderState.ShadowPiece> p_432741_) 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