public class JEIModCompat
extends java.lang.Object
implements org.cyclops.cyclopscore.modcompat.IModCompat
| Modifier and Type | Field and Description |
|---|---|
static boolean |
canBeUsed
If the modcompat can be used.
|
| Constructor and Description |
|---|
JEIModCompat() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment() |
java.lang.String |
getModID() |
boolean |
isEnabled() |
void |
onInit(org.cyclops.cyclopscore.init.IInitListener.Step initStep) |
public void onInit(org.cyclops.cyclopscore.init.IInitListener.Step initStep)
onInit in interface org.cyclops.cyclopscore.init.IInitListenerpublic java.lang.String getModID()
getModID in interface org.cyclops.cyclopscore.modcompat.IModCompatpublic boolean isEnabled()
isEnabled in interface org.cyclops.cyclopscore.modcompat.IExternalCompatpublic java.lang.String getComment()
getComment in interface org.cyclops.cyclopscore.modcompat.IExternalCompat