Class Constants
java.lang.Object
com.glektarssza.expandedgamerules.Constants
Common mod constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IGameruleRegistryThe gamerule registry provided by the mod.static final org.slf4j.LoggerThe mod logger.static final StringThe ID of the mod.static final StringThe name of the mod. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MOD_ID
The ID of the mod.- See Also:
-
MOD_NAME
The name of the mod.- See Also:
-
LOG
public static final org.slf4j.Logger LOGThe mod logger. -
GAMERULE_REGISTRY
The gamerule registry provided by the mod.
-
-
Constructor Details
-
Constants
public Constants()
-