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
FieldsModifier and TypeFieldDescriptionstatic final SeparatePerspectiveModel.Loaderstatic final com.google.common.collect.ImmutableBiMap<String,ItemCameraTransforms.TransformType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonResourceManagerReload(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, waitMethods inherited from interface net.minecraft.resources.IFutureReloadListener
getNameMethods inherited from interface net.minecraftforge.client.model.IModelLoader
getResourceType, onResourceManagerReloadMethods 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:
onResourceManagerReloadin interfaceIModelLoader<SeparatePerspectiveModel>- Specified by:
onResourceManagerReloadin interfaceIResourceManagerReloadListener- Specified by:
onResourceManagerReloadin interfaceISelectiveResourceReloadListener
-
read
public SeparatePerspectiveModel read(com.google.gson.JsonDeserializationContext deserializationContext, com.google.gson.JsonObject modelContents) - Specified by:
readin interfaceIModelLoader<SeparatePerspectiveModel>
-