Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.metacosm.zheroez
Class QuestGenerator  view QuestGenerator download QuestGenerator.java

java.lang.Object
  extended byorg.metacosm.framework.quest.AbstractQuestGenerator
      extended byorg.metacosm.zheroez.QuestGenerator
All Implemented Interfaces:
org.metacosm.framework.persistence.Persistent, java.io.Serializable

public class QuestGenerator
extends org.metacosm.framework.quest.AbstractQuestGenerator

A QuestGenerator provides automatically generated Quests.


Constructor Summary
QuestGenerator()
           
 
Method Summary
 void load(java.io.InputStream is)
          Loads from the stream.
 void save(java.io.OutputStream os)
          Saves on the stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestGenerator

public QuestGenerator()
Method Detail

load

public void load(java.io.InputStream is)
Description copied from interface: org.metacosm.framework.persistence.Persistent
Loads from the stream.


save

public void save(java.io.OutputStream os)
Description copied from interface: org.metacosm.framework.persistence.Persistent
Saves on the stream.