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 hdr
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EquipmentModelprivate Map<Identifier, EquipmentModel> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapply(Map<Identifier, EquipmentModel> map, ResourceManager resourceManager, Profiler profiler) Handles the prepared intermediate object.get(Identifier id) Methods inherited from class net.minecraft.resource.JsonDataLoader
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/item/equipment/EquipmentModel;intermediary field_54189Lnet/minecraft/class_10201;field_54189:Lnet/minecraft/class_10186;official aLhdr;a:Ldfr;
-
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 bLhdr;b: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 aLhdr;a(Ljava/util/Map;Lavv;Lbps;)V
-
get
- Mappings:
Namespace Name Mixin selector named getLnet/minecraft/client/render/entity/equipment/EquipmentModelLoader;get(Lnet/minecraft/util/Identifier;)Lnet/minecraft/item/equipment/EquipmentModel;intermediary method_64087Lnet/minecraft/class_10201;method_64087(Lnet/minecraft/class_2960;)Lnet/minecraft/class_10186;official aLhdr;a(Lalz;)Ldfr;
-