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/EquipmentModelLoader- intermediary - net/minecraft/class_10201- official - hgy
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloaderResourceReloader.Synchronizer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final EquipmentModelprivate static final ResourceFinderprivate Map<RegistryKey<EquipmentAsset>, EquipmentModel> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.JsonDataLoaderload, load, prepareMethods inherited from class net.minecraft.resource.SinglePreparationResourceReloaderreloadMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.resource.ResourceReloadergetName
- 
Field Details- 
EMPTY- Mappings:
- Namespace - Name - Mixin selector - named - EMPTY- Lnet/minecraft/client/render/entity/equipment/EquipmentModelLoader;EMPTY:Lnet/minecraft/client/render/entity/equipment/EquipmentModel;- intermediary - field_54189- Lnet/minecraft/class_10201;field_54189:Lnet/minecraft/class_10186;- official - a- Lhgy;a:Lhgz;
 
- 
FINDER- Mappings:
- Namespace - Name - Mixin selector - named - FINDER- Lnet/minecraft/client/render/entity/equipment/EquipmentModelLoader;FINDER:Lnet/minecraft/resource/ResourceFinder;- intermediary - field_55459- Lnet/minecraft/class_10201;field_55459:Lnet/minecraft/class_7654;- official - b- Lhgy;b:Lako;
 
- 
models- Mappings:
- Namespace - Name - Mixin selector - named - models- Lnet/minecraft/client/render/entity/equipment/EquipmentModelLoader;models:Ljava/util/Map;- intermediary - field_54190- Lnet/minecraft/class_10201;field_54190:Ljava/util/Map;- official - c- Lhgy;c:Ljava/util/Map;
 
 
- 
- 
Constructor Details- 
EquipmentModelLoaderpublic EquipmentModelLoader()
 
- 
- 
Method Details- 
applyprotected 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 class- SinglePreparationResourceReloader<Map<Identifier,- EquipmentModel>> 
- Parameters:
- map- the prepared object
- resourceManager- the resource manager
- profiler- the apply profiler
- Mappings:
- Namespace - Name - Mixin selector - named - apply- Lnet/minecraft/client/render/entity/equipment/EquipmentModelLoader;apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)V- intermediary - method_64088- Lnet/minecraft/class_10201;method_64088(Ljava/util/Map;Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)V- official - a- Lhgy;a(Ljava/util/Map;Laup;Lbou;)V
 
- 
get- Mappings:
- Namespace - Name - Mixin selector - named - get- Lnet/minecraft/client/render/entity/equipment/EquipmentModelLoader;get(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/client/render/entity/equipment/EquipmentModel;- intermediary - method_64087- Lnet/minecraft/class_10201;method_64087(Lnet/minecraft/class_5321;)Lnet/minecraft/class_10186;- official - a- Lhgy;a(Laku;)Lhgz;
 
 
-