Uses of Record Class
net.minecraft.client.renderer.entity.state.EntityRenderState.ShadowPiece
Packages that use EntityRenderState.ShadowPiece
Package
Description
-
Uses of EntityRenderState.ShadowPiece in net.minecraft.client.renderer
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) -
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 -
Uses of EntityRenderState.ShadowPiece in net.minecraft.client.renderer.feature
Fields in net.minecraft.client.renderer.feature with type parameters of type EntityRenderState.ShadowPieceModifier and TypeFieldDescriptionprivate final List<EntityRenderState.ShadowPiece> ShadowFeatureRenderer.Submit.piecesThe field for thepiecesrecord component.Methods in net.minecraft.client.renderer.feature that return types with arguments of type EntityRenderState.ShadowPieceModifier and TypeMethodDescriptionShadowFeatureRenderer.Submit.pieces()Returns the value of thepiecesrecord component.Constructor parameters in net.minecraft.client.renderer.feature with type arguments of type EntityRenderState.ShadowPieceModifierConstructorDescriptionSubmit(Matrix4fc pose, float radius, List<EntityRenderState.ShadowPiece> pieces) Creates an instance of aSubmitrecord class.