SDKServiceBase class abstract

Constructors

SDKServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
getConnectedPlayers(ServiceCall call, AlphaEmpty request) Future<PlayerIDList>
getConnectedPlayers_Pre(ServiceCall call, Future<AlphaEmpty> request) Future<PlayerIDList>
getPlayerCapacity(ServiceCall call, AlphaEmpty request) Future<Count>
getPlayerCapacity_Pre(ServiceCall call, Future<AlphaEmpty> request) Future<Count>
getPlayerCount(ServiceCall call, AlphaEmpty request) Future<Count>
getPlayerCount_Pre(ServiceCall call, Future<AlphaEmpty> request) Future<Count>
isPlayerConnected(ServiceCall call, PlayerID request) Future<Bool>
isPlayerConnected_Pre(ServiceCall call, Future<PlayerID> request) Future<Bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
playerConnect(ServiceCall call, PlayerID request) Future<Bool>
playerConnect_Pre(ServiceCall call, Future<PlayerID> request) Future<Bool>
playerDisconnect(ServiceCall call, PlayerID request) Future<Bool>
playerDisconnect_Pre(ServiceCall call, Future<PlayerID> request) Future<Bool>
setPlayerCapacity(ServiceCall call, Count request) Future<AlphaEmpty>
setPlayerCapacity_Pre(ServiceCall call, Future<Count> request) Future<AlphaEmpty>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited