Package net.minecraftforge.debug.block
Class FullPotsAccessorDemo.ClientHandler.DioritePotModelLoader
java.lang.Object
net.minecraftforge.debug.block.FullPotsAccessorDemo.ClientHandler.DioritePotModelLoader
- All Implemented Interfaces:
IFutureReloadListener
,IResourceManagerReloadListener
,IModelLoader<FullPotsAccessorDemo.ClientHandler.DioritePotModelGeometry>
,ISelectiveResourceReloadListener
- Enclosing class:
- FullPotsAccessorDemo.ClientHandler
private static class FullPotsAccessorDemo.ClientHandler.DioritePotModelLoader
extends Object
implements IModelLoader<FullPotsAccessorDemo.ClientHandler.DioritePotModelGeometry>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resources.IFutureReloadListener
IFutureReloadListener.IStage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onResourceManagerReload
(IResourceManager manager) read
(com.google.gson.JsonDeserializationContext context, 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
-
Constructor Details
-
DioritePotModelLoader
private DioritePotModelLoader()
-
-
Method Details
-
onResourceManagerReload
- Specified by:
onResourceManagerReload
in interfaceIModelLoader<FullPotsAccessorDemo.ClientHandler.DioritePotModelGeometry>
- Specified by:
onResourceManagerReload
in interfaceIResourceManagerReloadListener
- Specified by:
onResourceManagerReload
in interfaceISelectiveResourceReloadListener
-
read
public FullPotsAccessorDemo.ClientHandler.DioritePotModelGeometry read(com.google.gson.JsonDeserializationContext context, com.google.gson.JsonObject modelContents) - Specified by:
read
in interfaceIModelLoader<FullPotsAccessorDemo.ClientHandler.DioritePotModelGeometry>
-