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 Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EquipmentModel
private static final ResourceFinder
private Map
<RegistryKey<EquipmentAsset>, EquipmentModel> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
apply
(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, prepare
Methods inherited from class net.minecraft.resource.SinglePreparationResourceReloader
reload
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
-
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
-
EquipmentModelLoader
public EquipmentModelLoader()
-
-
Method Details
-
apply
protected void apply(Map<Identifier, EquipmentModel> map, ResourceManager resourceManager, Profiler profiler) Description copied from class:SinglePreparationResourceReloader
Handles the prepared intermediate object.This method is called in the apply executor, or the game engine, in a reload.
- Specified by:
apply
in classSinglePreparationResourceReloader<Map<Identifier,
EquipmentModel>> - Parameters:
map
- the prepared objectresourceManager
- the resource managerprofiler
- 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;
-