Class ModCompatBaubles
java.lang.Object
org.cyclops.cyclopscore.modcompat.baubles.ModCompatBaubles
- All Implemented Interfaces:
IExternalCompat
,IModCompat
-
Constructor Details
-
ModCompatBaubles
public ModCompatBaubles()
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceIExternalCompat
- Returns:
- The unique id of this compat, such as the mod id.
-
isEnabledDefault
public boolean isEnabledDefault()- Specified by:
isEnabledDefault
in interfaceIExternalCompat
- Returns:
- If this mod compat is enabled by default.
-
getComment
- Specified by:
getComment
in interfaceIExternalCompat
- Returns:
- The comment of this mod compat in the config file.
-
createInitializer
Description copied from interface:IExternalCompat
Create a new compat intializer. This should contain all logic to initialize the compat, and will only be loaded if the compat *can* be loaded, so you can safely refer to third-party mod classes in this initializer.- Specified by:
createInitializer
in interfaceIExternalCompat
- Returns:
- A new compat initializer instance.
-