public interface ILocationAware
Modifier and Type | Interface and Description |
---|---|
static class |
ILocationAware.Location
|
Modifier and Type | Method and Description |
---|---|
ILocationAware.Location |
getLocation()
|
boolean |
isClient()
Same as
. |
boolean |
isServer()
Same as
. |
ILocationAware.Location getLocation()
boolean isClient()
getLocation()
== ILocationAware.Location.CLIENT
.boolean isServer()
getLocation()
== ILocationAware.Location.SERVER
.Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.