Package | Description |
---|---|
org.elkoserver.foundation.json |
JSON message handling infrastructure inside Elko servers.
|
org.elkoserver.foundation.server.metadata |
Metadata objects used in the management of Elko servers and communicated
between them.
|
org.elkoserver.objdb.store |
Classes for implementing various Elko object store types.
|
org.elkoserver.server.context.caps |
A package of mods related to using capability security patterns in Elko
Context Server applications.
|
org.elkoserver.server.context.mods |
A package of generally useful mods and related objects.
|
org.elkoserver.server.workshop.bank.client |
Client for Workshop virtual currency bank.
|
org.made.neohabitat | |
org.made.neohabitat.mods |
Modifier and Type | Field and Description |
---|---|
static OptInteger |
OptInteger.theMissingValue
Singleton instance of OptInteger with the value not present.
|
Constructor and Description |
---|
ServiceDesc(String service,
OptString hostport,
OptString protocol,
OptString label,
AuthDesc auth,
OptString failure,
OptInteger providerID)
JSON-driven constructor.
|
Constructor and Description |
---|
QueryDesc(JSONObject template,
OptString collectionName,
OptInteger maxResults)
JSON-driven (and direct) constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
Cap.spawn(User from,
OptString dest,
OptBoolean transferrable,
OptBoolean deleteable,
OptInteger duration,
OptInteger expiration)
Handle a 'spawn' message.
|
Constructor and Description |
---|
Image(OptInteger width,
OptInteger height,
String img)
JSON-driven constructor.
|
StyleOptions(String[] colors,
String[] backgroundColors,
String[] borderColors,
String[] textStyles,
String[] icons,
OptInteger iconWidth,
OptInteger iconHeight)
JSON-driven constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
BankClient.encumber(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optEnc,
OptInteger optSrcbal)
JSON message handler for the response to an encumber request.
|
void |
BankClient.mint(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optDst,
OptInteger optDstbal)
JSON message handler for the response to a mint request.
|
void |
BankClient.queryenc(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optEnc,
OptString optCurr,
OptString optAccount,
OptInteger optAmount,
OptString optExpires,
OptString optMemo)
JSON message handler for the response to a query encumbrance request.
|
void |
BankClient.releaseenc(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optSrc,
OptInteger optSrcbal,
OptBoolean optActive)
JSON message handler for the response to a release encumbrance request.
|
void |
BankClient.unmint(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optSrc,
OptInteger optSrcbal)
JSON message handler for the response to an unmint request.
|
void |
BankClient.unmintenc(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optSrc,
OptInteger optSrcbal)
JSON message handler for the response to an unmint encumbrance request.
|
void |
BankClient.xfer(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optSrc,
OptInteger optSrcbal,
OptString optDst,
OptInteger optDstbal)
JSON message handler for the response to a transfer request.
|
void |
BankClient.xferenc(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optSrc,
OptInteger optSrcbal,
OptString optDst,
OptInteger optDstbal)
JSON message handler for the response to a transfer encumbrance request.
|
Modifier and Type | Method and Description |
---|---|
void |
Magical.MAGIC(User from,
OptInteger target)
Verb (Magical): Activate any magic on this, if there are charges left.
|
void |
HabitatVerbs.PUT(User from,
OptInteger containerNoid,
OptInteger x,
OptInteger y,
OptInteger orientation) |
void |
HabitatMod.PUT(User from,
OptInteger containerNoid,
OptInteger x,
OptInteger y,
OptInteger orientation)
Verb (Generic): Put this item into some container or on the ground.
|
Modifier and Type | Method and Description |
---|---|
void |
Avatar.FNKEY(User from,
OptInteger key,
OptInteger target)
Verb (Specific): TODO Deal with FN Key presses.
|
void |
Region.LEAVE(User from,
OptInteger reason)
The client is leaving the Habitat Application and wants to politely disconnect.
|
void |
Knick_knack.MAGIC(User from,
OptInteger target)
Verb (Magical): Magic activation
|
void |
Avatar.NEWREGION(User from,
OptInteger direction,
OptInteger passage_id)
Verb (Specific): TODO Leave the region for another region.
|
void |
Avatar.POSTURE(User from,
OptInteger pose)
Verb (Specific): TODO Change this avatar's posture.
|
void |
Knick_knack.PUT(User from,
OptInteger containerNoid,
OptInteger x,
OptInteger y,
OptInteger orientation)
Verb (Generic): Put this item into some container or on the ground.
|
void |
Key.PUT(User from,
OptInteger containerNoid,
OptInteger x,
OptInteger y,
OptInteger orientation)
Verb (Generic): Put this item into some container or on the ground.
|
void |
Head.PUT(User from,
OptInteger containerNoid,
OptInteger x,
OptInteger y,
OptInteger orientation)
Verb (Generic): Put this item into some container or on the ground.
|
void |
Flashlight.PUT(User from,
OptInteger containerNoid,
OptInteger x,
OptInteger y,
OptInteger orientation)
Verb (Generic): Put this item into some container or on the ground.
|
void |
Box.PUT(User from,
OptInteger containerNoid,
OptInteger x,
OptInteger y,
OptInteger orientation)
Verb (Generic): Put this item into some container or on the ground.
|
void |
Bag.PUT(User from,
OptInteger containerNoid,
OptInteger x,
OptInteger y,
OptInteger orientation)
Verb (Generic): Put this item into some container or on the ground.
|
void |
Avatar.SPEAK(User from,
OptInteger esp,
OptString text)
Verb (Specific): TODO Speak to the region/ESP to another user
|
void |
Avatar.WALK(User from,
OptInteger x,
OptInteger y,
OptInteger how)
Verb (Specific): TODO Walk across the region.
|
Copyright © 2017. All rights reserved.