static class NewModelLoaderTest.TestLoader extends java.lang.Object implements IModelLoader<NewModelLoaderTest.TestModel>
IFutureReloadListener.IStage
Constructor and Description |
---|
TestLoader() |
Modifier and Type | Method and Description |
---|---|
void |
onResourceManagerReload(IResourceManager resourceManager) |
NewModelLoaderTest.TestModel |
read(com.google.gson.JsonDeserializationContext deserializationContext,
com.google.gson.JsonObject modelContents) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResourceType, onResourceManagerReload
reload
func_225594_i_
public void onResourceManagerReload(IResourceManager resourceManager)
onResourceManagerReload
in interface IResourceManagerReloadListener
onResourceManagerReload
in interface IModelLoader<NewModelLoaderTest.TestModel>
onResourceManagerReload
in interface ISelectiveResourceReloadListener
public NewModelLoaderTest.TestModel read(com.google.gson.JsonDeserializationContext deserializationContext, com.google.gson.JsonObject modelContents)
read
in interface IModelLoader<NewModelLoaderTest.TestModel>