Uses of Enum Class
net.minecraft.class_8685.Model
Packages that use class_8685.Model
Package
Description
The base package for all Minecraft classes.
-
Uses of class_8685.Model in net.minecraft
Fields in net.minecraft declared as class_8685.ModelModifier and TypeFieldDescriptionprivate final class_8685.Modelclass_8685.modelThe field for themodelrecord component.Methods in net.minecraft that return class_8685.ModelModifier and TypeMethodDescriptionstatic class_8685.Modelclass_8685.Model.method_52857(@Nullable String string) class_8685.model()Returns the value of themodelrecord component.static class_8685.ModelReturns the enum constant of this class with the specified name.static class_8685.Model[]class_8685.Model.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft with parameters of type class_8685.ModelModifierConstructorDescriptionclass_8685(Identifier identifier, @Nullable Identifier identifier2, @Nullable Identifier identifier3, class_8685.Model model, boolean bool) -
Uses of class_8685.Model in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type class_8685.ModelModifier and TypeFieldDescriptionprivate Map<class_8685.Model,EntityRenderer<? extends PlayerEntity>> EntityRenderDispatcher.modelRenderersprivate static final Map<class_8685.Model,EntityRendererFactory<AbstractClientPlayerEntity>> EntityRenderers.PLAYER_RENDERER_FACTORIESMethods in net.minecraft.client.render.entity that return types with arguments of type class_8685.ModelModifier and TypeMethodDescriptionstatic Map<class_8685.Model,EntityRenderer<? extends PlayerEntity>> EntityRenderers.reloadPlayerRenderers(EntityRendererFactory.Context ctx) -
Uses of class_8685.Model in net.minecraft.client.util
Methods in net.minecraft.client.util with parameters of type class_8685.ModelModifier and TypeMethodDescriptionprivate static class_8685DefaultSkinHelper.method_52855(String string, class_8685.Model model)