Class EquipmentModelLoader
java.lang.Object
net.minecraft.resource.SinglePreparationResourceReloader<Map<Identifier,EquipmentModel>>
 
net.minecraft.resource.JsonDataLoader<EquipmentModel>
net.minecraft.client.render.entity.equipment.EquipmentModelLoader
- All Implemented Interfaces:
 ResourceReloader
- Mappings:
 Namespace Name named net/minecraft/client/render/entity/equipment/EquipmentModelLoaderintermediary net/minecraft/class_10201official hty
- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EquipmentModelprivate static final ResourceFinderprivate Map<RegistryKey<EquipmentAsset>, EquipmentModel>  - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidapply(Map<Identifier, EquipmentModel> map, ResourceManager resourceManager, Profiler profiler) Handles the prepared intermediate object.get(RegistryKey<EquipmentAsset> assetKey) Methods inherited from class net.minecraft.resource.JsonDataLoader
load, load, prepareMethods inherited from class net.minecraft.resource.SinglePreparationResourceReloader
reloadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.resource.ResourceReloader
getName 
- 
Field Details
- 
EMPTY
- Mappings:
 Namespace Name Mixin selector named EMPTYLnet/minecraft/client/render/entity/equipment/EquipmentModelLoader;EMPTY:Lnet/minecraft/client/render/entity/equipment/EquipmentModel;intermediary field_54189Lnet/minecraft/class_10201;field_54189:Lnet/minecraft/class_10186;official aLhty;a:Lhtz;
 - 
FINDER
- Mappings:
 Namespace Name Mixin selector named FINDERLnet/minecraft/client/render/entity/equipment/EquipmentModelLoader;FINDER:Lnet/minecraft/resource/ResourceFinder;intermediary field_55459Lnet/minecraft/class_10201;field_55459:Lnet/minecraft/class_7654;official bLhty;b:Lalx;
 - 
models
- Mappings:
 Namespace Name Mixin selector named modelsLnet/minecraft/client/render/entity/equipment/EquipmentModelLoader;models:Ljava/util/Map;intermediary field_54190Lnet/minecraft/class_10201;field_54190:Ljava/util/Map;official cLhty;c:Ljava/util/Map;
 
 - 
 - 
Constructor Details
- 
EquipmentModelLoader
public EquipmentModelLoader() 
 - 
 - 
Method Details
- 
apply
protected void apply(Map<Identifier, EquipmentModel> map, ResourceManager resourceManager, Profiler profiler) Description copied from class:SinglePreparationResourceReloaderHandles the prepared intermediate object.This method is called in the apply executor, or the game engine, in a reload.
- Specified by:
 applyin classSinglePreparationResourceReloader<Map<Identifier,EquipmentModel>> - Parameters:
 map- the prepared objectresourceManager- the resource managerprofiler- the apply profiler- Mappings:
 Namespace Name Mixin selector named applyLnet/minecraft/client/render/entity/equipment/EquipmentModelLoader;apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)Vintermediary method_64088Lnet/minecraft/class_10201;method_64088(Ljava/util/Map;Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)Vofficial aLhty;a(Ljava/util/Map;Laxo;Lbtt;)V
 - 
get
- Mappings:
 Namespace Name Mixin selector named getLnet/minecraft/client/render/entity/equipment/EquipmentModelLoader;get(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/client/render/entity/equipment/EquipmentModel;intermediary method_64087Lnet/minecraft/class_10201;method_64087(Lnet/minecraft/class_5321;)Lnet/minecraft/class_10186;official aLhty;a(Lamd;)Lhtz;
 
 -