public class SeasonConfigurationUtils
extends java.lang.Object
Constructor and Description |
---|
SeasonConfigurationUtils() |
Modifier and Type | Method and Description |
---|---|
protected static int |
seasonConfigGetInt(org.bukkit.World world,
java.lang.String path)
Gets an int from a season config.
|
protected static java.lang.String |
seasonConfigGetString(org.bukkit.World world,
java.lang.String path)
Gets a string from a season config.
|
protected static void |
seasonConfigSet(org.bukkit.World world,
java.lang.String path,
java.lang.Object value)
Sets the given value in a season config.
|
protected static void seasonConfigSet(org.bukkit.World world, java.lang.String path, java.lang.Object value)
world
- The seasonal world.path
- The key path of the value to set.value
- The value to set.protected static java.lang.String seasonConfigGetString(org.bukkit.World world, java.lang.String path)
world
- The seasonal world.path
- The key path of the value to get.protected static int seasonConfigGetInt(org.bukkit.World world, java.lang.String path)
world
- The seasonal world.path
- The key path of the value to get.