Class PrickleMod

java.lang.Object
net.darkhax.pricklemc.common.impl.PrickleMod

public class PrickleMod extends Object
  • 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 display name of the mod.
      See Also:
    • LOG

      public static final org.slf4j.Logger LOG
      A logger instance that should only be used by the mod.
    • DEFAULT_INDENT

      public static final String DEFAULT_INDENT
      The default indent for JSON writers when writing JSON data. This is used to set and restore the indent value for config files.
      See Also:
  • Constructor Details

    • PrickleMod

      public PrickleMod()