public class World
extends java.lang.Object
Constructor and Description |
---|
World(int index,
int id,
boolean members,
int locationId,
java.lang.String activity,
int population)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActivity() |
int |
getId() |
int |
getIndex() |
int |
getLocationId()
Deprecated.
|
int |
getPopulation() |
boolean |
isFull() |
boolean |
isHighRisk() |
boolean |
isMembers() |
boolean |
isPvpWorld() |
@Deprecated public World(int index, int id, boolean members, int locationId, java.lang.String activity, int population)
public int getIndex()
public java.lang.String getActivity()
public int getPopulation()
@Deprecated public int getLocationId()
public int getId()
public boolean isMembers()
public boolean isPvpWorld()
public boolean isHighRisk()
public boolean isFull()