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 fcn
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetModelPart
(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
Lfcn;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
Lfcn;a(Lfcp;)Lfcr;
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
Lali;a(Lalh;)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
-