Package dev.sefiraat.sefilib.misc
Class MiscUtils
java.lang.Object
dev.sefiraat.sefilib.misc.MiscUtils
This class contains basic utility methods that do not fit in any other category.
-
Method Summary
-
Method Details
-
forceInit
Forces a class to be loaded by the JVM- Type Parameters:
T- The type of the class- Parameters:
clazz- The class to load- Returns:
- The class that was loaded
-