Class Main
java.lang.Object
io.github.gameking1happy.gk1henchants.Main
The main class for the mod.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanEnchantability configuration value.static final org.slf4j.LoggerThe mod logger.static final StringThe mod ID.static final StringThe mod name.static ServerConfigThe server configuration for the mod.static booleanTradeable configuration value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MOD_ID
The mod ID.- See Also:
-
MOD_NAME
The mod name.- See Also:
-
LOG
public static final org.slf4j.Logger LOGThe mod logger. -
serverconfig
The server configuration for the mod. -
Tradeable
public static boolean TradeableTradeable configuration value. -
Enchantability
public static boolean EnchantabilityEnchantability configuration value.
-
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
init
public static void init()Common method for initializing the mod.
-