public class Reader
extends java.lang.Object
Constructor and Description |
---|
Reader()
Construction of the configuration files reader
|
Modifier and Type | Method and Description |
---|---|
int |
getBoxes() |
int |
getDiff() |
java.util.ArrayList<Element> |
getElements() |
int |
getLevel() |
Player |
getPlayer() |
void |
load()
Loads properties of a configuration file
|
void |
setBoxes(int boxes) |
void |
setDiff(int difficulty) |
void |
setLevel(int level) |
public java.util.ArrayList<Element> getElements()
public void load()
public int getDiff()
public void setDiff(int difficulty)
public int getLevel()
public void setLevel(int level)
public int getBoxes()
public void setBoxes(int boxes)
public Player getPlayer()