Sc2ApiSerializable<SC2APIProtocol.Sc2Api.ObserverAction>, java.io.Serializablepublic final class ObserverAction extends java.lang.Object implements Sc2ApiSerializable<SC2APIProtocol.Sc2Api.ObserverAction>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ObserverAction.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
java.util.Optional<ActionObserverCameraFollowPlayer> |
getCameraFollowPlayer() |
|
java.util.Optional<ActionObserverCameraFollowUnits> |
getCameraFollowUnits() |
|
java.util.Optional<ActionObserverCameraMove> |
getCameraMove() |
|
java.util.Optional<ActionObserverPlayerPerspective> |
getPlayerPerspective() |
|
int |
hashCode() |
|
static ObserverAction.Builder |
observerAction() |
|
SC2APIProtocol.Sc2Api.ObserverAction |
toSc2Api() |
|
java.lang.String |
toString() |
public static ObserverAction.Builder observerAction()
public SC2APIProtocol.Sc2Api.ObserverAction toSc2Api()
toSc2Api in interface Sc2ApiSerializable<SC2APIProtocol.Sc2Api.ObserverAction>public java.util.Optional<ActionObserverPlayerPerspective> getPlayerPerspective()
public java.util.Optional<ActionObserverCameraMove> getCameraMove()
public java.util.Optional<ActionObserverCameraFollowPlayer> getCameraFollowPlayer()
public java.util.Optional<ActionObserverCameraFollowUnits> getCameraFollowUnits()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017–2018 Ocraft Project. All rights reserved.