Class Constants
java.lang.Object
net.darkhax.pricklemc.common.impl.Constants
Constant variables used throughout the mod.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MOD_ID
The ID of the mod.- See Also:
-
MOD_NAME
The display name of the mod.- See Also:
-
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:
-
-
Constructor Details
-
Constants
public Constants()
-
-
Method Details
-
id
Creates a new resource location using the project namespace.- Parameters:
path- The path of the resource location.- Returns:
- A new resource location for the given path.
-