Package net.minecraftforge.client.model
Class ItemLayerModel.Loader
java.lang.Object
net.minecraftforge.client.model.ItemLayerModel.Loader
- All Implemented Interfaces:
IFutureReloadListener
,IResourceManagerReloadListener
,IModelLoader<ItemLayerModel>
,ISelectiveResourceReloadListener
- Enclosing class:
- ItemLayerModel
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resources.IFutureReloadListener
IFutureReloadListener.IStage
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onResourceManagerReload
(IResourceManager resourceManager) read
(com.google.gson.JsonDeserializationContext deserializationContext, com.google.gson.JsonObject modelContents) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.resources.IFutureReloadListener
getName
Methods inherited from interface net.minecraftforge.client.model.IModelLoader
getResourceType, onResourceManagerReload
Methods inherited from interface net.minecraft.resources.IResourceManagerReloadListener
reload
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Loader
public Loader()
-
-
Method Details
-
onResourceManagerReload
- Specified by:
onResourceManagerReload
in interfaceIModelLoader<ItemLayerModel>
- Specified by:
onResourceManagerReload
in interfaceIResourceManagerReloadListener
- Specified by:
onResourceManagerReload
in interfaceISelectiveResourceReloadListener
-
read
public ItemLayerModel read(com.google.gson.JsonDeserializationContext deserializationContext, com.google.gson.JsonObject modelContents) - Specified by:
read
in interfaceIModelLoader<ItemLayerModel>
-