Sc2ApiSerializable<SC2APIProtocol.Sc2Api.ActionChat>
, java.io.Serializable
public final class ActionChat extends java.lang.Object implements Sc2ApiSerializable<SC2APIProtocol.Sc2Api.ActionChat>
Modifier and Type | Class | Description |
---|---|---|
static class |
ActionChat.Builder |
|
static class |
ActionChat.Channel |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
static ActionChat |
from(SC2APIProtocol.Sc2Api.ActionChat sc2ApiActionChat) |
|
ActionChat.Channel |
getChannel() |
|
java.lang.String |
getMessage() |
|
int |
hashCode() |
|
static ActionChatSyntax |
message() |
|
SC2APIProtocol.Sc2Api.ActionChat |
toSc2Api() |
|
java.lang.String |
toString() |
public static ActionChatSyntax message()
public static ActionChat from(SC2APIProtocol.Sc2Api.ActionChat sc2ApiActionChat)
public SC2APIProtocol.Sc2Api.ActionChat toSc2Api()
toSc2Api
in interface Sc2ApiSerializable<SC2APIProtocol.Sc2Api.ActionChat>
public ActionChat.Channel getChannel()
public java.lang.String getMessage()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017–2018 Ocraft Project. All rights reserved.