Uses of Record Class
net.minecraft.client.render.entity.state.EntityRenderState.class_11680
Packages that use EntityRenderState.class_11680
Package
Description
The base package for all Minecraft classes.
-
Uses of EntityRenderState.class_11680 in net.minecraft
Fields in net.minecraft with type parameters of type EntityRenderState.class_11680Modifier and TypeFieldDescriptionprivate final List<EntityRenderState.class_11680> class_11661.class_11673.piecesThe field for thepiecesrecord component.Methods in net.minecraft that return types with arguments of type EntityRenderState.class_11680Modifier and TypeMethodDescriptionclass_11661.class_11673.pieces()Returns the value of thepiecesrecord component.Method parameters in net.minecraft with type arguments of type EntityRenderState.class_11680Modifier and TypeMethodDescriptionvoidclass_11659.method_72922(MatrixStack matrixStack, float float2, List<EntityRenderState.class_11680> list) voidclass_11661.method_72922(MatrixStack matrixStack, float float2, List<EntityRenderState.class_11680> list) Constructor parameters in net.minecraft with type arguments of type EntityRenderState.class_11680ModifierConstructorDescriptionclass_11673(Matrix4f matrix4f, float float2, List<EntityRenderState.class_11680> list) -
Uses of EntityRenderState.class_11680 in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state with type parameters of type EntityRenderState.class_11680