java.io.Serializable
public final class ResponseGameInfo extends Response
Modifier and Type | Method | Description |
---|---|---|
boolean |
canEqual(java.lang.Object other) |
|
PointI |
convertWorldToCamera(Point2d cameraWorld,
Point2d world) |
|
PointI |
convertWorldToMinimap(Point2d world) |
|
boolean |
equals(java.lang.Object o) |
|
PointI |
findCenterOfMap() |
|
Point2d |
findRandomLocation() |
|
Point2d |
findRandomLocation(Point2d min,
Point2d max) |
|
static ResponseGameInfo |
from(SC2APIProtocol.Sc2Api.Response sc2ApiResponse) |
|
InterfaceOptions |
getInterfaceOptions() |
|
java.util.Optional<LocalMap> |
getLocalMap() |
|
java.lang.String |
getMapName() |
|
java.util.Set<java.lang.String> |
getModNames() |
|
java.util.Set<PlayerInfo> |
getPlayersInfo() |
|
java.util.Optional<StartRaw> |
getStartRaw() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
public static ResponseGameInfo from(SC2APIProtocol.Sc2Api.Response sc2ApiResponse)
public java.lang.String getMapName()
public java.util.Set<java.lang.String> getModNames()
public java.util.Optional<LocalMap> getLocalMap()
public java.util.Set<PlayerInfo> getPlayersInfo()
public java.util.Optional<StartRaw> getStartRaw()
public InterfaceOptions getInterfaceOptions()
public Point2d findRandomLocation()
public PointI findCenterOfMap()
Copyright © 2017–2018 Ocraft Project. All rights reserved.