|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Layer | |
---|---|
net.sf.juoserver.model | |
net.sf.juoserver.protocol |
Uses of Layer in net.sf.juoserver.model |
---|
Methods in net.sf.juoserver.model that return Layer | |
---|---|
static Layer |
Layer.byCode(int code)
|
Layer |
Mobile.getLayer(Item item)
|
static Layer |
Layer.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Layer[] |
Layer.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sf.juoserver.model that return types with arguments of type Layer | |
---|---|
Map<Layer,Item> |
Mobile.getItems()
|
Methods in net.sf.juoserver.model with parameters of type Layer | |
---|---|
void |
Mobile.emptyLayer(Layer layer)
|
Item |
Mobile.getItemByLayer(Layer layer)
|
void |
Mobile.setItemOnLayer(Layer layer,
Item item)
|
Uses of Layer in net.sf.juoserver.protocol |
---|
Methods in net.sf.juoserver.protocol that return Layer | |
---|---|
Layer |
WearItem.getLayer()
|
Constructors in net.sf.juoserver.protocol with parameters of type Layer | |
---|---|
WearItem(Item item,
Mobile mobile,
Layer layer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |