public class Input extends Object
| Constructor and Description |
|---|
Input() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCharacter(int i) |
void |
addChildCharacter(int i) |
void |
addObject(int i) |
int |
getBackground() |
int |
getCharacter(int i) |
List |
getCharacters() |
List |
getChildCharacters() |
int |
getObject(int i) |
List |
getObjects() |
int |
getTheme() |
void |
setBackground(int background) |
void |
setCharacters(List characters) |
void |
setObjects(List objects) |
void |
setTheme(int theme) |
public int getObject(int i)
public int getCharacter(int i)
public void addChildCharacter(int i)
public void addCharacter(int i)
public void addObject(int i)
public List getChildCharacters()
public List getCharacters()
public void setCharacters(List characters)
public List getObjects()
public void setObjects(List objects)
public int getBackground()
public void setBackground(int background)
public void setTheme(int theme)
public int getTheme()
Copyright © 2015. All rights reserved.