MCPcopy Create free account
hub / github.com/Card-Forge/forge / setInterface

Method setInterface

forge-gui/src/main/java/forge/gui/GuiBase.java:18–18  ·  view source on GitHub ↗
(IGuiBase i0)

Source from the content-addressed store, hash-verified

16
17 public static IGuiBase getInterface() { return guiInterface; }
18 public static void setInterface(IGuiBase i0) { guiInterface = i0; }
19
20 public static void setIsAndroid(boolean value) { isAndroidport = value; }
21 public static boolean isAndroid() { return isAndroidport; }

Callers 15

mainMethod · 0.95
getAppMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
setupTestMethod · 0.95
setupTestMethod · 0.95
initializeModelMethod · 0.95
testMethod · 0.95
testMethod · 0.95
testMethod · 0.95
testMethod · 0.95

Calls

no outgoing calls

Tested by 10

setupTestMethod · 0.76
setupTestMethod · 0.76
initializeModelMethod · 0.76
testMethod · 0.76
testMethod · 0.76
testMethod · 0.76
testMethod · 0.76
testMethod · 0.76
setUpMethod · 0.76