Package | Description |
---|---|
buildcraft.lib.client.guide | |
buildcraft.lib.client.guide.loader.entry | |
buildcraft.lib.client.guide.parts.contents |
Modifier and Type | Field and Description |
---|---|
net.minecraft.client.util.SuffixArray<PageLink> |
GuideManager.quickSearcher
Internal use only! Use
GuideManager.addChild(JsonTypeTags, PageLink) instead! |
Modifier and Type | Method and Description |
---|---|
void |
IEntryLinkConsumer.addChild(JsonTypeTags tags,
PageLink link) |
Modifier and Type | Class and Description |
---|---|
class |
PageLinkItemStack |
class |
PageLinkNormal |
class |
PageLinkStatement |
Modifier and Type | Method and Description |
---|---|
void |
ContentsNode.setVisible(java.util.Set<PageLink> matches) |
void |
PageLink.setVisible(java.util.Set<PageLink> matches) |
void |
IContentsNode.setVisible(java.util.Set<PageLink> matches)
Should set the visibility to true if this node is contained in the given set.
|