Uses of Enum Class
net.minecraft.client.util.Model
Packages that use Model
Package
Description
-
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<ClientMannequinEntity>> EntityRenderManager.field_62757EntityRenderManager.modelRenderersMethods in net.minecraft.client.render.entity that return types with arguments of type ModelModifier and TypeMethodDescriptionstatic <T extends PlayerLikeEntity & ClientPlayerLikeEntity>
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 PlayerLikeEntity & ClientPlayerLikeEntity>
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.CODECstatic final PacketCodec<ByteBuf, Model> Model.PACKET_CODECMethods 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) -
Uses of Model in net.minecraft.entity.decoration
Fields in net.minecraft.entity.decoration declared as ModelModifier and TypeFieldDescriptionprivate final ModelMannequinInfo.modelThe field for themodelrecord component.Methods in net.minecraft.entity.decoration that return ModelModifier and TypeMethodDescriptionMannequinInfo.model()Returns the value of themodelrecord component.Constructors in net.minecraft.entity.decoration with parameters of type ModelModifierConstructorDescriptionMannequinInfo(Identifier identifier, Optional<Identifier> optional, Optional<Identifier> optional2, Model model)