- onCallback(List<Client.AvailableRoom>, String) - Method in interface io.colyseus.Client.GetAvailableRoomsCallback
-
- onClose(int, String, boolean) - Method in interface io.colyseus.Client.Listener
-
This event is triggered when the connection is closed.
- onClose(int, String, boolean) - Method in class io.colyseus.Connection
-
- onError(Exception) - Method in interface io.colyseus.Client.Listener
-
This event is triggered when some error occurs in the server.
- onError(Exception) - Method in class io.colyseus.Connection
-
- onError(Exception) - Method in class io.colyseus.Room.Listener
-
This event is triggered when some error occurs in the room handler.
- onJoin() - Method in class io.colyseus.Room.Listener
-
This event is triggered when the client successfuly joins the room.
- onLeave() - Method in class io.colyseus.Room.Listener
-
This event is triggered when the client leave the room.
- onMessage(Object) - Method in interface io.colyseus.Client.Listener
-
This event is triggered when an unhandled message comes to client from server
- onMessage(String) - Method in class io.colyseus.Connection
-
- onMessage(ByteBuffer) - Method in class io.colyseus.Connection
-
- onMessage(Object) - Method in class io.colyseus.Room.Listener
-
This event is triggered when the server sends a message directly to the client.
- onOpen(String) - Method in interface io.colyseus.Client.Listener
-
This event is triggered when the connection is accepted by the server.
- onOpen(ServerHandshake) - Method in class io.colyseus.Connection
-
- onStateChange(LinkedHashMap<String, Object>) - Method in class io.colyseus.Room.Listener
-
This event is triggered when the server updates its state.
- operation - Variable in class io.colyseus.state_listener.DataChange
-
- operation - Variable in class io.colyseus.state_listener.PatchObject
-