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 SummaryNested classes/interfaces inherited from interface net.minecraft.resources.IFutureReloadListenerIFutureReloadListener.IStage
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidonResourceManagerReload(IResourceManager manager) read(com.google.gson.JsonDeserializationContext context, com.google.gson.JsonObject modelContents) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.resources.IFutureReloadListenergetNameMethods inherited from interface net.minecraftforge.client.model.IModelLoadergetResourceType, onResourceManagerReloadMethods inherited from interface net.minecraft.resources.IResourceManagerReloadListenerreload
- 
Constructor Details- 
DioritePotModelLoaderprivate DioritePotModelLoader()
 
- 
- 
Method Details- 
onResourceManagerReload- Specified by:
- onResourceManagerReloadin interface- IModelLoader<FullPotsAccessorDemo.ClientHandler.DioritePotModelGeometry>
- Specified by:
- onResourceManagerReloadin interface- IResourceManagerReloadListener
- Specified by:
- onResourceManagerReloadin interface- ISelectiveResourceReloadListener
 
- 
readpublic FullPotsAccessorDemo.ClientHandler.DioritePotModelGeometry read(com.google.gson.JsonDeserializationContext context, com.google.gson.JsonObject modelContents) - Specified by:
- readin interface- IModelLoader<FullPotsAccessorDemo.ClientHandler.DioritePotModelGeometry>
 
 
-