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

Method WorldTab

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

Constructs the world tab, opens the world if necessary @param parent @param world world @param passive world won't be changed, if true

(JFrame parent, World world, boolean passive)

Source from the content-addressed store, hash-verified

98 * @param passive world won't be changed, if true
99 */
100 public WorldTab(JFrame parent, World world, boolean passive){
101 parentFrame = parent;
102 create(world, passive);
103 }
104
105 /**
106 * Copies a WorldTab and creates a new passive one

Callers

nothing calls this directly

Calls 11

createMethod · 0.95
createGuiMethod · 0.95
getWorldPanelMethod · 0.95
setTileSizeMethod · 0.80
setCursorEnabledMethod · 0.80
isCursorEnabledMethod · 0.80
setGridEnabledMethod · 0.80
getMappainterMethod · 0.80
isGridEnabledMethod · 0.80
getWorldMethod · 0.45
getTileSizeMethod · 0.45

Tested by

no test coverage detected