public class World
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_HEIGHT
The default World's height.
|
static int |
DEFAULT_WIDTH
The default World's width.
|
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Returns the height of this world.
|
int |
getWidth()
Returns the width of this world.
|
public static final int DEFAULT_WIDTH
public static final int DEFAULT_HEIGHT