public final class ViewerMapState extends Object
| Constructor and Description |
|---|
ViewerMapState(int tick,
int height,
int width,
Set<ViewerField> fields) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<ViewerField> |
getFields() |
int |
getHeight() |
int |
getTick() |
int |
getWidth() |
int |
hashCode() |
String |
serializeToString() |
String |
toString() |
@ConstructorProperties(value={"tick","height","width","fields"}) public ViewerMapState(int tick, int height, int width, Set<ViewerField> fields)
public String serializeToString()
public int getTick()
public int getHeight()
public int getWidth()
public Set<ViewerField> getFields()
Copyright © 2017. All rights reserved.