Package | Description |
---|---|
buildcraft.lib.client.guide.node | |
buildcraft.lib.client.guide.parts | |
buildcraft.lib.client.guide.parts.contents | |
buildcraft.lib.client.guide.parts.recipe |
Modifier and Type | Field and Description |
---|---|
GuidePart |
NodePageLine.part
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<GuidePart> |
NodePageLine.iterateNonNullLines()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NodePageLine |
NodePageLine.addChild(GuidePart child)
Deprecated.
|
NodePageLine |
NodePageLine.getChildNode(GuidePart line)
Deprecated.
|
Constructor and Description |
---|
NodePageLine(NodePageLine parent,
GuidePart part)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
GuideChapter |
class |
GuideChapterContents |
class |
GuideChapterWithin |
class |
GuideImage |
class |
GuideInWorld |
class |
GuidePage |
class |
GuidePageBase |
class |
GuidePageStandInRecipes |
class |
GuidePartItem |
class |
GuidePartMulti |
class |
GuidePartNewPage |
class |
GuidePartNote |
class |
GuideText |
Modifier and Type | Field and Description |
---|---|
com.google.common.collect.ImmutableList<GuidePart> |
GuidePage.parts |
java.util.List<GuidePart> |
GuidePartMulti.parts |
Modifier and Type | Method and Description |
---|---|
GuidePart |
GuidePartFactory.createNew(GuiGuide gui) |
protected GuidePart |
GuidePageBase.getClicked(java.lang.Iterable<GuidePart> iterable,
int x,
int y,
int width,
int height,
int mouseX,
int mouseY,
int index) |
Modifier and Type | Method and Description |
---|---|
protected GuidePart |
GuidePageBase.getClicked(java.lang.Iterable<GuidePart> iterable,
int x,
int y,
int width,
int height,
int mouseX,
int mouseY,
int index) |
Constructor and Description |
---|
GuidePage(GuiGuide gui,
java.util.List<GuidePart> parts,
java.lang.String title) |
GuidePageStandInRecipes(GuiGuide gui,
java.util.List<GuidePart> parts,
net.minecraft.item.ItemStack stack) |
GuidePartMulti(GuiGuide gui,
java.util.List<GuidePart> subParts,
java.util.function.BooleanSupplier isVisible) |
GuidePartNote(GuiGuide gui,
java.lang.String id,
java.util.List<GuidePart> parts) |
Modifier and Type | Class and Description |
---|---|
class |
GuidePageContents
The base menu for showing all the locations.
|
Modifier and Type | Method and Description |
---|---|
GuidePart |
ContentsNode.createGuidePart(GuiGuide gui) |
GuidePart |
PageLink.createGuidePart(GuiGuide gui) |
GuidePart |
IContentsNode.createGuidePart(GuiGuide gui) |
Modifier and Type | Class and Description |
---|---|
class |
GuideAssembly |
class |
GuideCrafting |
class |
GuideSmelting |
Modifier and Type | Method and Description |
---|---|
GuidePart |
GuideCraftingFactoryDirect.createNew(GuiGuide gui) |