Package | Description |
---|---|
com.github.ocraft.s2client.bot.gateway | |
com.github.ocraft.s2client.protocol.action | |
com.github.ocraft.s2client.protocol.syntax.action |
Modifier and Type | Method | Description |
---|---|---|
ActionInterface |
ActionInterface.sendChat(java.lang.String message,
ActionChat.Channel channel) |
Sends a message to the game chat.
|
Modifier and Type | Method | Description |
---|---|---|
static ActionChat.Channel |
ActionChat.Channel.from(SC2APIProtocol.Sc2Api.ActionChat.Channel sc2ApiActionChatChannel) |
|
ActionChat.Channel |
ActionChat.getChannel() |
|
static ActionChat.Channel |
ActionChat.Channel.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ActionChat.Channel[] |
ActionChat.Channel.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
ActionChatBuilder |
ActionChat.Builder.to(ActionChat.Channel channel) |
Modifier and Type | Method | Description |
---|---|---|
ActionChatBuilder |
ChannelSyntax.to(ActionChat.Channel channel) |
Copyright © 2017–2018 Ocraft Project. All rights reserved.