Class EquipmentAssetManager
java.lang.Object
net.neoforged.neoforge.resource.ContextAwareReloadListener
net.minecraft.server.packs.resources.SimplePreparableReloadListener<Map<ResourceLocation,EquipmentClientInfo>>
net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener<EquipmentClientInfo>
net.minecraft.client.resources.model.EquipmentAssetManager
- All Implemented Interfaces:
PreparableReloadListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener
PreparableReloadListener.PreparationBarrier
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final FileToIdConverter
private Map
<ResourceKey<EquipmentAsset>, EquipmentClientInfo> static final EquipmentClientInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
apply
(Map<ResourceLocation, EquipmentClientInfo> p_388124_, ResourceManager p_387311_, ProfilerFiller p_387076_) get
(ResourceKey<EquipmentAsset> p_388632_) Methods inherited from class net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener
getPreparedPath, prepare, scanDirectory, scanDirectory, scanDirectoryWithOptionalValues
Methods inherited from class net.minecraft.server.packs.resources.SimplePreparableReloadListener
reload
Methods inherited from class net.neoforged.neoforge.resource.ContextAwareReloadListener
getContext, getRegistryLookup, injectContext, makeConditionalOps, makeConditionalOps
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener
getName
-
Field Details
-
MISSING
-
ASSET_LISTER
-
equipmentAssets
-
-
Constructor Details
-
EquipmentAssetManager
public EquipmentAssetManager()
-
-
Method Details
-
apply
protected void apply(Map<ResourceLocation, EquipmentClientInfo> p_388124_, ResourceManager p_387311_, ProfilerFiller p_387076_) - Specified by:
apply
in classSimplePreparableReloadListener<Map<ResourceLocation,
EquipmentClientInfo>>
-
get
-