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 Object
implements IModelLoader<NewModelLoaderTest.TestModel>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resources.IFutureReloadListener
IFutureReloadListener.IStage -
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
-
Constructor Details
-
TestLoader
TestLoader()
-
-
Method Details
-
onResourceManagerReload
- Specified by:
onResourceManagerReloadin interfaceIModelLoader<NewModelLoaderTest.TestModel>- Specified by:
onResourceManagerReloadin interfaceIResourceManagerReloadListener- Specified by:
onResourceManagerReloadin interfaceISelectiveResourceReloadListener
-
read
public NewModelLoaderTest.TestModel read(com.google.gson.JsonDeserializationContext deserializationContext, com.google.gson.JsonObject modelContents) - Specified by:
readin interfaceIModelLoader<NewModelLoaderTest.TestModel>
-