|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmud.common.loader.RoomLoader
public class RoomLoader
Recreates a room (and other objects) from an xml representation
Constructor Summary | |
---|---|
RoomLoader()
|
Method Summary | |
---|---|
Item |
loadItem(java.lang.String xmlString)
|
GameObject |
loadObject(java.lang.String xmlString)
|
Room |
loadRoom(java.lang.String xmlString)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoomLoader()
Method Detail |
---|
public Room loadRoom(java.lang.String xmlString) throws java.io.IOException
java.io.IOException
public GameObject loadObject(java.lang.String xmlString) throws java.io.IOException
java.io.IOException
public Item loadItem(java.lang.String xmlString) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |