Class ModInfo
java.lang.Object
com.seibel.distanthorizons.coreapi.ModInfo
This file is similar to mcmod.info
and contains most meta-information related to Distant Horizons.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThis version should only be updated when breaking changes are introduced to the DH APIstatic final intThis version should be updated whenever new methods are added to the DH APIstatic final intThis version should be updated whenever non-breaking fixes are added to the DH APIstatic final Stringstatic booleanReturns true if the current build is an unstable developer build, false otherwise.static final Stringstatic final intThe protocol version used for multiverse networkingstatic final StringThe internal mod namestatic final Stringstatic final intThe internal protocol version used for networkingstatic final StringHuman-readable version of NAMEstatic final StringAll DH owned threads should start with this string to allow for easier debugging and profiling.static final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ID
- See Also:
-
PROTOCOL_VERSION
public static final int PROTOCOL_VERSIONThe internal protocol version used for networking- See Also:
-
MULTIVERSE_PLUGIN_PROTOCOL_VERSION
public static final int MULTIVERSE_PLUGIN_PROTOCOL_VERSIONThe protocol version used for multiverse networking- See Also:
-
NAME
The internal mod name- See Also:
-
READABLE_NAME
Human-readable version of NAME- See Also:
-
VERSION
- See Also:
-
IS_DEV_BUILD
public static boolean IS_DEV_BUILDReturns true if the current build is an unstable developer build, false otherwise. -
API_MAJOR_VERSION
public static final int API_MAJOR_VERSIONThis version should only be updated when breaking changes are introduced to the DH API- See Also:
-
API_MINOR_VERSION
public static final int API_MINOR_VERSIONThis version should be updated whenever new methods are added to the DH API- See Also:
-
API_PATH_VERSION
public static final int API_PATH_VERSIONThis version should be updated whenever non-breaking fixes are added to the DH API- See Also:
-
NETWORKING_RESOURCE_NAMESPACE
- See Also:
-
MULTIVERSE_PLUGIN_NAMESPACE
- See Also:
-
THREAD_NAME_PREFIX
All DH owned threads should start with this string to allow for easier debugging and profiling.- See Also:
-
-
Constructor Details
-
ModInfo
public ModInfo()
-