Sc2ApiSerializable<SC2APIProtocol.Sc2Api.Request>
, java.io.Serializable
public final class RequestStartReplay extends Request
Modifier and Type | Class | Description |
---|---|---|
static class |
RequestStartReplay.Builder |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
InterfaceOptions |
getInterfaceOptions() |
|
java.util.Optional<byte[]> |
getMapDataInBytes() |
|
int |
getObservedPlayerId() |
|
java.util.Optional<byte[]> |
getReplayDataInBytes() |
|
java.util.Optional<java.nio.file.Path> |
getReplayPath() |
|
int |
hashCode() |
|
boolean |
isDisableFog() |
|
boolean |
isRealtime() |
|
ResponseType |
responseType() |
|
static RequestStartReplaySyntax |
startReplay() |
|
SC2APIProtocol.Sc2Api.Request |
toSc2Api() |
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getNanoTime
public static RequestStartReplaySyntax startReplay()
public SC2APIProtocol.Sc2Api.Request toSc2Api()
public ResponseType responseType()
responseType
in class Request
public java.util.Optional<java.nio.file.Path> getReplayPath()
public java.util.Optional<byte[]> getReplayDataInBytes()
public java.util.Optional<byte[]> getMapDataInBytes()
public InterfaceOptions getInterfaceOptions()
public int getObservedPlayerId()
public boolean isDisableFog()
public boolean isRealtime()
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.