java.io.Serializable
public final class MapState
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
static MapState |
from(SC2APIProtocol.Raw.MapState sc2ApiMapState) |
|
ImageData |
getCreep() |
|
ImageData |
getVisibility() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
public static MapState from(SC2APIProtocol.Raw.MapState sc2ApiMapState)
public ImageData getVisibility()
public ImageData getCreep()
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.