MCPcopy Create free account
hub / github.com/Neop/mudmap2 / create

Method create

src/main/java/mudmap2/frontend/WorldTab.java:121–124  ·  view source on GitHub ↗

Creates the WorldTab from scratch

(World world, boolean passive)

Source from the content-addressed store, hash-verified

119 * Creates the WorldTab from scratch
120 */
121 private void create(World world, boolean passive){
122 createGui(world, passive);
123 readMeta();
124 }
125
126 /**
127 * Creates the GUI elements

Callers 1

WorldTabMethod · 0.95

Calls 2

createGuiMethod · 0.95
readMetaMethod · 0.95

Tested by

no test coverage detected