Class EntityModelLoader
java.lang.Object
net.minecraft.client.render.entity.model.EntityModelLoader
- All Implemented Interfaces:
ResourceReloadListener
,SynchronousResourceReloadListener
@Environment(CLIENT) public class EntityModelLoader extends Object implements SynchronousResourceReloadListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloadListener
ResourceReloadListener.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 void
apply(ResourceManager manager)
ModelPart
getModelPart(EntityModelLayer layer)
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.ResourceReloadListener
getName
Methods inherited from interface net.minecraft.resource.SynchronousResourceReloadListener
reload
-
Field Details
-
modelParts
-
-
Constructor Details
-
EntityModelLoader
public EntityModelLoader()
-
-
Method Details
-
getModelPart
-
apply
- Specified by:
apply
in interfaceSynchronousResourceReloadListener
-