public final class FieldHelper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.util.List<java.lang.Character>> |
getViewByEnemy(Field field)
Returns a representation of the field viewed by the enemy.
|
static java.util.List<java.util.List<java.lang.Character>> |
getViewByOwner(Field field)
Returns a representation of the field viewied by the owner of the field.
|
public static java.util.List<java.util.List<java.lang.Character>> getViewByEnemy(Field field)
field
- the field that wants to be viewedpublic static java.util.List<java.util.List<java.lang.Character>> getViewByOwner(Field field)
field
- the field that wants to be viewed