A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
AccessDenied — Constant Static Property, class com.electrotank.electroserver5.api.ErrorType
AccessDenied — Constant Static Property, class com.electrotank.electroserver5.thrift.ThriftErrorType
action — Property, class com.electrotank.electroserver5.api.BuddyStatusUpdateEvent
Action that describes the status change (logged in or logged out).
action — Property, class com.electrotank.electroserver5.api.RoomVariableUpdateEvent
The action that describes what kind of an update this is: create, delete, or update.
action — Property, class com.electrotank.electroserver5.api.UserUpdateEvent
Action that describes what just occurred, such as AddUser or DeleteUser.
action — Property, class com.electrotank.electroserver5.api.UserVariableUpdateEvent
Action that describes the type of update this is (create, delete, update).
action — Property, class com.electrotank.electroserver5.api.ZoneUpdateEvent
ZoneUpdateAction instance that describes the type of update that occurred.
action — Property, class com.electrotank.electroserver5.thrift.ThriftBuddyStatusUpdateEvent
action — Property, class com.electrotank.electroserver5.thrift.ThriftRoomVariableUpdateEvent
action — Property, class com.electrotank.electroserver5.thrift.ThriftUserUpdateEvent
action — Property, class com.electrotank.electroserver5.thrift.ThriftUserVariableUpdateEvent
action — Property, class com.electrotank.electroserver5.thrift.ThriftZoneUpdateEvent
ACTION — Constant Static Property, class com.electrotank.electroserver5.thrift.ThriftBuddyStatusUpdateEvent
ACTION — Constant Static Property, class com.electrotank.electroserver5.thrift.ThriftRoomVariableUpdateEvent
ACTION — Constant Static Property, class com.electrotank.electroserver5.thrift.ThriftUserUpdateEvent
ACTION — Constant Static Property, class com.electrotank.electroserver5.thrift.ThriftUserVariableUpdateEvent
ACTION — Constant Static Property, class com.electrotank.electroserver5.thrift.ThriftZoneUpdateEvent
ActionRequiresLogin — Constant Static Property, class com.electrotank.electroserver5.api.ErrorType
ActionRequiresLogin — Constant Static Property, class com.electrotank.electroserver5.thrift.ThriftErrorType
activeConnections — Property, class com.electrotank.electroserver5.connection.ESEngine
Returns a list of Connection instances that are currently connected.
activeConnections — Property, class com.electrotank.electroserver5.server.Server
List of all Connection objects that are currently connected and active for this server.
addAll(esObjectRO:com.electrotank.electroserver5.api:EsObjectRO) — method, class com.electrotank.electroserver5.api.EsObject
Adds the contents of the argument.
addAvailableConnection(availableConnection:com.electrotank.electroserver5.connection:AvailableConnection) — method, class com.electrotank.electroserver5.server.Server
Adds an AvailableConnection object to the list of available connections.
AddBuddiesRequest — class, package com.electrotank.electroserver5.api
This request adds an array of users to your buddy list.
AddBuddiesRequest(m:com.electrotank.electroserver5.api:MessageType, t:org.apache.thrift:TBase) — Constructor, class com.electrotank.electroserver5.api.AddBuddiesRequest
AddBuddiesRequest — Constant Static Property, class com.electrotank.electroserver5.api.MessageType
AddBuddiesRequest — Constant Static Property, class com.electrotank.electroserver5.thrift.ThriftMessageType
AddBuddiesResponse — class, package com.electrotank.electroserver5.api
This is a response to an AddBuddiesRequest, detailing for each user listed in the request whether the user was added as a buddy or not.
AddBuddiesResponse(m:com.electrotank.electroserver5.api:MessageType, t:org.apache.thrift:TBase) — Constructor, class com.electrotank.electroserver5.api.AddBuddiesResponse
AddBuddiesResponse — Constant Static Property, class com.electrotank.electroserver5.api.MessageType
AddBuddiesResponse — Constant Static Property, class com.electrotank.electroserver5.thrift.ThriftMessageType
addJoinedRoom(room:com.electrotank.electroserver5.zone:Room) — method, class com.electrotank.electroserver5.zone.Zone
Adds a room to the joinedRooms list.
AddRoom — Constant Static Property, class com.electrotank.electroserver5.api.ZoneUpdateAction
AddRoom — Constant Static Property, class com.electrotank.electroserver5.thrift.ThriftZoneUpdateAction
AddRoomOperatorRequest — class, package com.electrotank.electroserver5.api
This request can be made by a current room operator to give operator status to another user in the room.
AddRoomOperatorRequest(m:com.electrotank.electroserver5.api:MessageType, t:org.apache.thrift:TBase) — Constructor, class com.electrotank.electroserver5.api.AddRoomOperatorRequest
AddRoomOperatorRequest — Constant Static Property, class com.electrotank.electroserver5.api.MessageType
AddRoomOperatorRequest — Constant Static Property, class com.electrotank.electroserver5.thrift.ThriftMessageType
addServer(server:com.electrotank.electroserver5.server:Server) — method, class com.electrotank.electroserver5.connection.ESEngine
Adds a Server instance to the list of available servers.
AddUser — Constant Static Property, class com.electrotank.electroserver5.api.UserUpdateAction
AddUser — Constant Static Property, class com.electrotank.electroserver5.thrift.ThriftUserUpdateAction
addWorker(worker:com.electrotank.electroserver5.connection:HttpWorker) — method, class com.electrotank.electroserver5.connection.HttpConnection
Add worker object to handle connection communications.
AggregatePluginMessageEvent — class, package com.electrotank.electroserver5.api
Most games have a server plugin that contains custom game logic.
AggregatePluginMessageEvent(m:com.electrotank.electroserver5.api:MessageType, t:org.apache.thrift:TBase) — Constructor, class com.electrotank.electroserver5.api.AggregatePluginMessageEvent
AggregatePluginMessageEvent — Constant Static Property, class com.electrotank.electroserver5.api.MessageType
AggregatePluginMessageEvent — Constant Static Property, class com.electrotank.electroserver5.thrift.ThriftMessageType
AggregatePluginRequest — class, package com.electrotank.electroserver5.api
Most games are event driven, and they communicate with the server when an important event happens on the client.
AggregatePluginRequest(m:com.electrotank.electroserver5.api:MessageType, t:org.apache.thrift:TBase) — Constructor, class com.electrotank.electroserver5.api.AggregatePluginRequest
AggregatePluginRequest — Constant Static Property, class com.electrotank.electroserver5.api.MessageType
AggregatePluginRequest — Constant Static Property, class com.electrotank.electroserver5.thrift.ThriftMessageType
approved — Property, class com.electrotank.electroserver5.api.ValidateAdditionalLoginResponse
If the secrets match then set this to true before sending to the server.
approved — Property, class com.electrotank.electroserver5.thrift.ThriftValidateAdditionalLoginResponse
APPROVED — Constant Static Property, class com.electrotank.electroserver5.thrift.ThriftValidateAdditionalLoginResponse
AvailableConnection — class, package com.electrotank.electroserver5.connection
This class holds the information needed to make a new connection.
AvailableConnection(host:String, port:int, transport:String, localIP:String, localPort:int) — Constructor, class com.electrotank.electroserver5.connection.AvailableConnection
Creates and configures a new AvailableConnection instance with the host, port, and transport type of the connection.
availableConnections — Property, class com.electrotank.electroserver5.server.Server
Gets the list of all AvailableConnection objects for this server.
availableConnectionsByType(type:String) — method, class com.electrotank.electroserver5.server.Server
Get an array of AvailableConnections by the connection type.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z