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

Method setIsAndroid

forge-gui/src/main/java/forge/gui/GuiBase.java:20–20  ·  view source on GitHub ↗
(boolean value)

Source from the content-addressed store, hash-verified

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; }
22 public static int getAndroidAPILevel() { return androidAPI; }
23 public static String getDownloadsDir() {

Callers 1

createMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected