Class CoreLib
java.lang.Object
dev.scsupercraft.mc.libraries.corelib.CoreLib
The common entry point for CoreLib.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
MOD_ID
The mod id.- See Also:
-
LOGGER
public static final org.slf4j.Logger LOGGERThe logger. -
server
@Nullable public static @Nullable net.minecraft.server.MinecraftServer serverThe current minecraft server, null if no server is online.
-
-
Method Details
-
init
public static void init()Initializes CoreLib. Should only be called by CoreLib.
-