Uses of Enum Class
net.minecraft.client.util.Model
Packages that use Model
Package
Description
The base package for all Minecraft classes.
-
Uses of Model in net.minecraft
Fields in net.minecraft declared as ModelModifier and TypeFieldDescriptionprivate final Modelclass_11892.modelThe field for themodelrecord component.Methods in net.minecraft that return ModelModifier and TypeMethodDescriptionclass_11892.model()Returns the value of themodelrecord component.Constructors in net.minecraft with parameters of type ModelModifierConstructorDescriptionclass_11892(Identifier identifier, Optional<Identifier> optional, Optional<Identifier> optional2, Model model) -
Uses of Model in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type ModelModifier and TypeFieldDescriptionprivate Map<Model, PlayerEntityRenderer<class_11903>> EntityRenderManager.field_62757EntityRenderManager.modelRenderersMethods in net.minecraft.client.render.entity that return types with arguments of type ModelModifier and TypeMethodDescriptionstatic <T extends class_11890 & class_11901>
Map<Model, PlayerEntityRenderer<T>> EntityRenderers.reloadPlayerRenderers(EntityRendererFactory.Context ctx) Method parameters in net.minecraft.client.render.entity with type arguments of type ModelModifier and TypeMethodDescriptionprivate <T extends class_11890 & class_11901>
PlayerEntityRenderer<T> EntityRenderManager.method_74406(Map<Model, PlayerEntityRenderer<T>> map, T t) -
Uses of Model in net.minecraft.client.util
Fields in net.minecraft.client.util declared as ModelModifier and TypeFieldDescriptionprivate final ModelSkinTextures.modelThe field for themodelrecord component.Fields in net.minecraft.client.util with type parameters of type ModelModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec<Model> Model.field_62533static final PacketCodec<ByteBuf, Model> Model.field_62534Methods in net.minecraft.client.util that return ModelModifier and TypeMethodDescriptionstatic ModelSkinTextures.model()Returns the value of themodelrecord component.static ModelReturns the enum constant of this class with the specified name.static Model[]Model.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.util with parameters of type ModelModifier and TypeMethodDescriptionprivate static SkinTexturesDefaultSkinHelper.createSkinTextures(String texture, Model model) Constructors in net.minecraft.client.util with parameters of type ModelModifierConstructorDescriptionSkinTextures(Identifier identifier, @Nullable String string, @Nullable Identifier identifier2, @Nullable Identifier identifier3, Model model, boolean bool)