public class WorldHelper
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorldHelper.World |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.Integer,WorldHelper.World> |
getWorldList() |
static boolean |
isDeadMan(int worldNumber) |
static boolean |
isMember(int worldNumber) |
static boolean |
isPvp(int worldNumber) |
static boolean |
isSkillTotal(int worldNumber) |
public static java.util.Map<java.lang.Integer,WorldHelper.World> getWorldList()
public static boolean isSkillTotal(int worldNumber)
public static boolean isMember(int worldNumber)
public static boolean isDeadMan(int worldNumber)
public static boolean isPvp(int worldNumber)