Package net.minecraftforge.client.model
Class SeparatePerspectiveModel.Loader
java.lang.Object
net.minecraftforge.client.model.SeparatePerspectiveModel.Loader
- All Implemented Interfaces:
IFutureReloadListener
,IResourceManagerReloadListener
,IModelLoader<SeparatePerspectiveModel>
,ISelectiveResourceReloadListener
- Enclosing class:
- SeparatePerspectiveModel
public static class SeparatePerspectiveModel.Loader
extends Object
implements IModelLoader<SeparatePerspectiveModel>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resources.IFutureReloadListener
IFutureReloadListener.IStage
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SeparatePerspectiveModel.Loader
static final com.google.common.collect.ImmutableBiMap<String,
ItemCameraTransforms.TransformType> -
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
-
PERSPECTIVES
public static final com.google.common.collect.ImmutableBiMap<String,ItemCameraTransforms.TransformType> PERSPECTIVES
-
-
Constructor Details
-
Loader
public Loader()
-
-
Method Details
-
onResourceManagerReload
- Specified by:
onResourceManagerReload
in interfaceIModelLoader<SeparatePerspectiveModel>
- Specified by:
onResourceManagerReload
in interfaceIResourceManagerReloadListener
- Specified by:
onResourceManagerReload
in interfaceISelectiveResourceReloadListener
-
read
public SeparatePerspectiveModel read(com.google.gson.JsonDeserializationContext deserializationContext, com.google.gson.JsonObject modelContents) - Specified by:
read
in interfaceIModelLoader<SeparatePerspectiveModel>
-