public class ModUtils
extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isClassPresent(String classCanonicalName)
Checks if a class is present within the loaded mods.
|
public static boolean isClassPresent(String classCanonicalName)
classCanonicalName
- The canonical name of the class to check for.
true
if the class is present, false
otherwise.