Class JavaHelper
java.lang.Object
com.pixelmonmod.pixelmon.api.util.helpers.JavaHelper
Methods relating to the JVM and JRE itself.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JavaHelper
public JavaHelper()
-
-
Method Details
-
isAndroid
public static boolean isAndroid()- Returns:
- Whether this instance of the game is running in an Android environment (PojavLauncher) or not.
-