Class NewModelLoaderTest.TestLoader
java.lang.Object
net.minecraftforge.debug.client.model.NewModelLoaderTest.TestLoader
- All Implemented Interfaces:
PreparableReloadListener,ResourceManagerReloadListener,IModelLoader<NewModelLoaderTest.TestModel>
- Enclosing class:
- NewModelLoaderTest
static class NewModelLoaderTest.TestLoader
extends Object
implements IModelLoader<NewModelLoaderTest.TestModel>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener
PreparableReloadListener.PreparationBarrier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonResourceManagerReload(ResourceManager 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.server.packs.resources.PreparableReloadListener
getNameMethods inherited from interface net.minecraft.server.packs.resources.ResourceManagerReloadListener
reload
-
Constructor Details
-
TestLoader
TestLoader()
-
-
Method Details
-
onResourceManagerReload
- Specified by:
onResourceManagerReloadin interfaceResourceManagerReloadListener
-
read
public NewModelLoaderTest.TestModel read(com.google.gson.JsonDeserializationContext deserializationContext, com.google.gson.JsonObject modelContents) - Specified by:
readin interfaceIModelLoader<NewModelLoaderTest.TestModel>
-