JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.socialquantum.battleship.gameapi.types.base
Interface CellEntry
public interface
CellEntry
Перечисляемый элемент данных о клетке Created 29/08/17 17:03
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Cell
cell
()
int
x
()
int
y
()
Method Detail
x
int x()
Returns:
x координата клетки
y
int y()
Returns:
y координата клетки
cell
Cell
cell()
Returns:
данные клетки
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method