Class TCDCommons
java.lang.Object
com.thecsdev.commonmc.TCDCommons
- Direct Known Subclasses:
TCDCommonsClient, TCDCommonsServer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final TCDCommonsConfigReturns the primaryTCDCommonsConfiginstance used by this mod.static final TCDCommonsReturns the instance of thisTCDCommons.final StringReturns the name of this mod.final StringReturns the version of this mod, inStringform.
-
Field Details
-
MOD_ID
The value of this variable MUST accurately reflect the same value as 'mod.id' from 'gradle.properties'.- See Also:
-
LOGGER
public static final org.slf4j.Logger LOGGERThe primaryLoggerinstance used by this mod. Intended for this mod's internal/personal use only.
-
-
Constructor Details
-
TCDCommons
protected TCDCommons()
-
-
Method Details
-
getInstance
Returns the instance of thisTCDCommons. -
getConfig
Returns the primaryTCDCommonsConfiginstance used by this mod. -
getModName
Returns the name of this mod. -
getModVersion
-