public class Scenes
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Scene |
get(int i) |
Move |
getMove(int i) |
java.lang.String[] |
getSceneNames() |
boolean |
haveMoves() |
static Scenes |
read(java.io.BufferedReader input)
Read in a list of scenes from the given input stream.
|
static Scenes |
readWithMove(java.io.BufferedReader input)
Read in a list of scenes from the given input stream.
|
int |
size() |
public static Scenes read(java.io.BufferedReader input) throws java.io.IOException
java.io.IOException
public static Scenes readWithMove(java.io.BufferedReader input) throws java.io.IOException
java.io.IOException
public java.lang.String[] getSceneNames()
public Scene get(int i)
public boolean haveMoves()
public Move getMove(int i)
public int size()