Class ModCompatIntegratedTunnels
java.lang.Object
org.cyclops.integratedmekanismics.modcompat.integratedtunnels.ModCompatIntegratedTunnels
- All Implemented Interfaces:
org.cyclops.cyclopscore.modcompat.IExternalCompat
,org.cyclops.cyclopscore.modcompat.IModCompat
public class ModCompatIntegratedTunnels
extends Object
implements org.cyclops.cyclopscore.modcompat.IModCompat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.cyclops.cyclopscore.modcompat.ICompatInitializer
getId()
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.cyclops.cyclopscore.modcompat.IModCompat
getModId
-
Constructor Details
-
ModCompatIntegratedTunnels
public ModCompatIntegratedTunnels()
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceorg.cyclops.cyclopscore.modcompat.IExternalCompat
-
isEnabledDefault
public boolean isEnabledDefault()- Specified by:
isEnabledDefault
in interfaceorg.cyclops.cyclopscore.modcompat.IExternalCompat
-
getComment
- Specified by:
getComment
in interfaceorg.cyclops.cyclopscore.modcompat.IExternalCompat
-
createInitializer
public org.cyclops.cyclopscore.modcompat.ICompatInitializer createInitializer()- Specified by:
createInitializer
in interfaceorg.cyclops.cyclopscore.modcompat.IExternalCompat
-