Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BuildCraft/BuildCraft
/ GuiGuide
Method
GuiGuide
common/buildcraft/lib/client/guide/GuiGuide.java:136–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
private
IFontRenderer currentFont = FontManager.INSTANCE.getOrLoadFont(
"DejaVu:13"
);
135
136
public
GuiGuide() {
137
openPage(
new
GuidePageContents(this));
138
}
139
140
public
void
initForExport() {
141
isOpening = true;
Callers
nothing calls this directly
Calls
1
openPage
Method · 0.95
Tested by
no test coverage detected