Class EntityModelLoader
java.lang.Object
net.minecraft.client.render.entity.model.EntityModelLoader
- All Implemented Interfaces:
ResourceReloader
,SynchronousResourceReloader
@Environment(CLIENT) public class EntityModelLoader extends Object implements SynchronousResourceReloader
- Mappings:
Namespace Name official eha
intermediary net/minecraft/class_5599
named net/minecraft/client/render/entity/model/EntityModelLoader
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer
-
Field Summary
Fields Modifier and Type Field Description private Map<EntityModelLayer,TexturedModelData>
modelParts
-
Constructor Summary
Constructors Constructor Description EntityModelLoader()
-
Method Summary
Modifier and Type Method Description ModelPart
getModelPart(EntityModelLayer layer)
void
reload(ResourceManager manager)
Performs the reload in the apply executor, or the game engine.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.resource.ResourceReloader
getName
Methods inherited from interface net.minecraft.resource.SynchronousResourceReloader
reload
-
Field Details
-
modelParts
- Mappings:
Namespace Name Mixin selector official a
Leha;a:Ljava/util/Map;
intermediary field_27542
Lnet/minecraft/class_5599;field_27542:Ljava/util/Map;
named modelParts
Lnet/minecraft/client/render/entity/model/EntityModelLoader;modelParts:Ljava/util/Map;
-
-
Constructor Details
-
EntityModelLoader
public EntityModelLoader()
-
-
Method Details
-
getModelPart
- Mappings:
Namespace Name Mixin selector official a
Leha;a(Lehc;)Lehe;
intermediary method_32072
Lnet/minecraft/class_5599;method_32072(Lnet/minecraft/class_5601;)Lnet/minecraft/class_630;
named getModelPart
Lnet/minecraft/client/render/entity/model/EntityModelLoader;getModelPart(Lnet/minecraft/client/render/entity/model/EntityModelLayer;)Lnet/minecraft/client/model/ModelPart;
-
reload
Performs the reload in the apply executor, or the game engine.- Specified by:
reload
in interfaceSynchronousResourceReloader
- Parameters:
manager
- the resource manager- Mappings:
Namespace Name Mixin selector official a
Ladm;a(Ladl;)V
intermediary method_14491
Lnet/minecraft/class_4013;method_14491(Lnet/minecraft/class_3300;)V
named reload
Lnet/minecraft/resource/SynchronousResourceReloader;reload(Lnet/minecraft/resource/ResourceManager;)V
-