Class NewModelLoaderTest.TestLoader
- java.lang.Object
-
- net.minecraftforge.debug.client.model.NewModelLoaderTest.TestLoader
-
- All Implemented Interfaces:
IFutureReloadListener
,IResourceManagerReloadListener
,IModelLoader<NewModelLoaderTest.TestModel>
,ISelectiveResourceReloadListener
- Enclosing class:
- NewModelLoaderTest
static class NewModelLoaderTest.TestLoader extends java.lang.Object implements IModelLoader<NewModelLoaderTest.TestModel>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.minecraft.resources.IFutureReloadListener
IFutureReloadListener.IStage
-
-
Constructor Summary
Constructors Constructor Description TestLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onResourceManagerReload(IResourceManager resourceManager)
NewModelLoaderTest.TestModel
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
-
-
-
-
Method Detail
-
onResourceManagerReload
public void onResourceManagerReload(IResourceManager resourceManager)
- Specified by:
onResourceManagerReload
in interfaceIModelLoader<NewModelLoaderTest.TestModel>
- Specified by:
onResourceManagerReload
in interfaceIResourceManagerReloadListener
- Specified by:
onResourceManagerReload
in interfaceISelectiveResourceReloadListener
-
read
public NewModelLoaderTest.TestModel read(com.google.gson.JsonDeserializationContext deserializationContext, com.google.gson.JsonObject modelContents)
- Specified by:
read
in interfaceIModelLoader<NewModelLoaderTest.TestModel>
-
-