Class Constants

java.lang.Object
com.glektarssza.expandedgamerules.Constants

public final class Constants extends Object
Common mod constants.
  • Field Details

    • MOD_ID

      public static final String MOD_ID
      The ID of the mod.
      See Also:
    • MOD_NAME

      public static final String MOD_NAME
      The name of the mod.
      See Also:
    • LOG

      public static final org.slf4j.Logger LOG
      The mod logger.
    • GAMERULE_REGISTRY

      public static final IGameruleRegistry GAMERULE_REGISTRY
      The gamerule registry provided by the mod.
  • Constructor Details

    • Constants

      public Constants()