public class ResourceConfigurator extends ResourceConfigurationUtils
Constructor and Description |
---|
ResourceConfigurator() |
Modifier and Type | Method and Description |
---|---|
static int |
getNodeHealth(java.lang.String resourceName) |
static java.lang.String |
getNodeName(java.lang.String resourceName) |
static int |
getNodeTier(java.lang.String resourceName) |
static WauzResourceNodeType |
getNodeType(java.lang.String resourceName) |
static java.lang.String |
getResourceDropTable(java.lang.String resourceName) |
static java.util.List<org.bukkit.Location> |
getResourceLocations(java.lang.String resourceName) |
static java.util.List<java.lang.String> |
getResourceNameList() |
static int |
getResourceRespawnMinutes(java.lang.String resourceName) |
static WauzResourceType |
getResourceType(java.lang.String resourceName) |
resourceConfigGetInt, resourceConfigGetString, resourceConfigGetStringList
public static java.util.List<java.lang.String> getResourceNameList()
public static WauzResourceType getResourceType(java.lang.String resourceName)
resourceName
- The name of the resource.public static java.lang.String getResourceDropTable(java.lang.String resourceName)
resourceName
- The name of the resource.public static int getResourceRespawnMinutes(java.lang.String resourceName)
resourceName
- The name of the resource.public static java.util.List<org.bukkit.Location> getResourceLocations(java.lang.String resourceName)
resourceName
- The name of the resource.public static WauzResourceNodeType getNodeType(java.lang.String resourceName)
resourceName
- The name of the resource.public static java.lang.String getNodeName(java.lang.String resourceName)
resourceName
- The name of the resource.public static int getNodeTier(java.lang.String resourceName)
resourceName
- The name of the resource.public static int getNodeHealth(java.lang.String resourceName)
resourceName
- The name of the resource.