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 java.util.Set<BCModules> |
buildCraftModules |
static boolean |
DEBUG |
static java.lang.String |
DEFAULT_LANG |
static java.util.List<java.lang.String> |
loadedDomains |
static java.util.List<java.lang.String> |
loadedMods |
static java.util.List<java.lang.String> |
loadedOther |
java.util.Set<java.lang.Object> |
objectsAdded
Every object added to the guide.
|
static java.util.Map<java.lang.String,IPageLoader> |
PAGE_LOADERS |
net.minecraft.client.util.SuffixArray<PageLink> |
quickSearcher
Internal use only! Use
addChild(JsonTypeTags, PageLink) instead! |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<PageEntry<?>> |
getAllEntries() |
PageEntry<?> |
getEntryFor(java.lang.Object obj) |
GuidePageFactory |
getFactoryFor(PageEntry<?> entry) |
ContentsNodeGui |
getGuiContents(GuiGuide gui,
GuidePageContents guidePageContents,
TypeOrder sortingOrder) |
GuidePageFactory |
getPageFor(net.minecraft.item.ItemStack stack) |
void |
onResourceManagerReload(net.minecraft.client.resources.IResourceManager resourceManager) |
void |
reload() |
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 java.util.Set<BCModules> buildCraftModules
public static final java.lang.String DEFAULT_LANG
public static final java.util.Map<java.lang.String,IPageLoader> PAGE_LOADERS
public static final boolean DEBUG
public net.minecraft.client.util.SuffixArray<PageLink> quickSearcher
addChild(JsonTypeTags, PageLink)
instead!public final java.util.Set<java.lang.Object> objectsAdded
Item
's and IStatement
's.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 void reload()
public com.google.common.collect.ImmutableList<PageEntry<?>> getAllEntries()
public GuidePageFactory getFactoryFor(PageEntry<?> entry)
public PageEntry<?> getEntryFor(java.lang.Object obj)
@Nonnull public GuidePageFactory getPageFor(@Nonnull net.minecraft.item.ItemStack stack)
public ContentsNodeGui getGuiContents(GuiGuide gui, GuidePageContents guidePageContents, TypeOrder sortingOrder)