Modifier and Type | Field and Description |
---|---|
static String |
DIMENSION_KEY |
static String |
LOCAL_HOST_KEY |
static String |
LOCAL_IP_KEY |
static String |
LOCAL_PORT_KEY |
static String |
REMOTE_IP_KEY |
static String |
WORLD_KEY |
Constructor and Description |
---|
Context(String type,
String name)
Create a new context instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getKey() |
String |
getName()
Get the name.
|
String |
getType()
Get the type.
|
String |
getValue() |
int |
hashCode() |
String |
setValue(String value) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public static final String WORLD_KEY
public static final String DIMENSION_KEY
public static final String REMOTE_IP_KEY
public static final String LOCAL_HOST_KEY
public static final String LOCAL_IP_KEY
public static final String LOCAL_PORT_KEY
public String getType()
world
public String getName()
world
this would be the name of the
world.public boolean equals(Object o)
public int hashCode()