public enum GuideManager extends java.lang.Enum<GuideManager> implements net.minecraft.client.resources.IResourceManagerReloadListener
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG |
static java.util.List<java.lang.String> |
loadedDomains |
static java.util.List<java.lang.String> |
loadedMods |
static java.util.List<java.lang.String> |
loadedOther |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<PageEntry> |
getAllEntries() |
PageEntry |
getEntryFor(net.minecraft.item.ItemStack stack) |
GuidePageFactory |
getFactoryFor(PageEntry entry) |
GuidePageFactory |
getPageFor(net.minecraft.item.ItemStack stack) |
void |
onResourceManagerReload(net.minecraft.client.resources.IResourceManager resourceManager) |
static GuideManager |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GuideManager[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuideManager INSTANCE
public static final java.util.List<java.lang.String> loadedDomains
public static final java.util.List<java.lang.String> loadedMods
public static final java.util.List<java.lang.String> loadedOther
public static final boolean DEBUG
public static GuideManager[] values()
for (GuideManager c : GuideManager.values()) System.out.println(c);
public static GuideManager 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.client.resources.IResourceManager resourceManager)
onResourceManagerReload
in interface net.minecraft.client.resources.IResourceManagerReloadListener
public com.google.common.collect.ImmutableList<PageEntry> getAllEntries()
public GuidePageFactory getFactoryFor(PageEntry entry)
public PageEntry getEntryFor(@Nonnull net.minecraft.item.ItemStack stack)
@Nonnull public GuidePageFactory getPageFor(@Nonnull net.minecraft.item.ItemStack stack)