public static enum RenderedItemModel.Loader extends java.lang.Enum<RenderedItemModel.Loader> implements net.minecraftforge.client.model.IModelLoader<me.desht.pneumaticcraft.client.model.custom.RenderedItemModel.Geometry>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
onResourceManagerReload(net.minecraft.resources.IResourceManager resourceManager) |
me.desht.pneumaticcraft.client.model.custom.RenderedItemModel.Geometry |
read(com.google.gson.JsonDeserializationContext deserializationContext,
com.google.gson.JsonObject modelContents) |
static RenderedItemModel.Loader |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RenderedItemModel.Loader[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfpublic static final RenderedItemModel.Loader INSTANCE
public static RenderedItemModel.Loader[] values()
for (RenderedItemModel.Loader c : RenderedItemModel.Loader.values()) System.out.println(c);
public static RenderedItemModel.Loader valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic void onResourceManagerReload(net.minecraft.resources.IResourceManager resourceManager)
onResourceManagerReload in interface net.minecraft.resources.IResourceManagerReloadListeneronResourceManagerReload in interface net.minecraftforge.client.model.IModelLoader<me.desht.pneumaticcraft.client.model.custom.RenderedItemModel.Geometry>onResourceManagerReload in interface net.minecraftforge.resource.ISelectiveResourceReloadListenerpublic me.desht.pneumaticcraft.client.model.custom.RenderedItemModel.Geometry read(com.google.gson.JsonDeserializationContext deserializationContext,
com.google.gson.JsonObject modelContents)
read in interface net.minecraftforge.client.model.IModelLoader<me.desht.pneumaticcraft.client.model.custom.RenderedItemModel.Geometry>