Class Utils
java.lang.Object
dev.scsupercraft.mc.libraries.corelib.api.util.Utils
A utility class containing general utilities.
-
Method Summary
-
Method Details
-
cast
Performs an unchecked cast.- Type Parameters:
T- The type to cast to.- Parameters:
value- The object to cast.- Returns:
- The cast object.
-