|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--zork2Class.DungeonFileLoading
This method permit to load a Zork2 saving which are writen by the programm : DungeonFileSaving.
Constructor Summary | |
DungeonFileLoading(java.lang.String pathFile)
|
Method Summary | |
Room |
getFinalRoom()
Returns the finalRoom, this is the last room of the game. |
Room |
getFirstRoom()
Returns the firstRoom, this is the first room of the game. |
java.util.Hashtable |
getListRooms()
Returns the listRooms. |
java.lang.String |
getNameDungeon()
Returns the firstRoom, this is the first room of the game. |
Player |
getPlayer()
method use to get the saved player |
java.util.Hashtable |
getTableItems()
Returns the tableItems. |
boolean |
readDungeonFileSave()
method :boolean DungeonFileLoading::readDungeonFileSave read a dungeon file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DungeonFileLoading(java.lang.String pathFile)
pathFile
- this is the path of the saving.Method Detail |
public boolean readDungeonFileSave()
public java.util.Hashtable getListRooms()
public java.util.Hashtable getTableItems()
public Room getFinalRoom()
public Room getFirstRoom()
public Player getPlayer()
public java.lang.String getNameDungeon()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |