public final class ClientCommands extends Object
| Modifier and Type | Method and Description |
|---|---|
static Command |
clientEdit(int clientId,
Map<ClientProperty,String> options) |
static Command |
clientFind(String pattern) |
static Command |
clientGetDBIdFromUId(String clientUId) |
static Command |
clientGetIds(String clientUId) |
static Command |
clientInfo(int clientId) |
static Command |
clientKick(ReasonIdentifier reason,
String reasonMessage,
int... clientIds) |
static Command |
clientList() |
static Command |
clientMove(int[] clientIds,
int channelId,
String channelPassword) |
static Command |
clientMove(int clientId,
int channelId,
String channelPassword) |
static Command |
clientPoke(int clientId,
String message) |
static Command |
clientSetServerQueryLogin(String username) |
static Command |
clientUpdate(Map<ClientProperty,String> options) |
static Command |
sendTextMessage(int targetMode,
int targetId,
String message) |
public static Command clientEdit(int clientId, Map<ClientProperty,String> options)
public static Command clientFind(String pattern)
public static Command clientGetDBIdFromUId(String clientUId)
public static Command clientGetIds(String clientUId)
public static Command clientInfo(int clientId)
public static Command clientKick(ReasonIdentifier reason, String reasonMessage, int... clientIds)
public static Command clientList()
public static Command clientMove(int clientId, int channelId, String channelPassword)
public static Command clientMove(int[] clientIds, int channelId, String channelPassword)
public static Command clientPoke(int clientId, String message)
public static Command clientSetServerQueryLogin(String username)
public static Command clientUpdate(Map<ClientProperty,String> options)
public static Command sendTextMessage(int targetMode, int targetId, String message)
Released under the MIT license.