Class PrickleMod
java.lang.Object
net.darkhax.pricklemc.common.impl.PrickleMod
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe default indent for JSON writers when writing JSON data.static final org.slf4j.LoggerA logger instance that should only be used by the mod.static final StringThe ID of the mod.static final StringThe display name of the mod.static final IPlatformHelperPlatform specific context and utilities. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MOD_ID
-
MOD_NAME
-
LOG
public static final org.slf4j.Logger LOGA logger instance that should only be used by the mod. -
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:
-
PLATFORM
Platform specific context and utilities.
-
-
Constructor Details
-
PrickleMod
public PrickleMod()
-