com.planet_ink.coffee_mud.Common.interfaces
Class Quest.QuestScript

java.lang.Object
  extended by com.planet_ink.coffee_mud.core.collections.SVector<java.lang.String>
      extended by com.planet_ink.coffee_mud.Common.interfaces.Quest.QuestScript
All Implemented Interfaces:
CList<java.lang.String>, java.io.Serializable, java.lang.Iterable<java.lang.String>, java.util.Collection<java.lang.String>, java.util.List<java.lang.String>, java.util.RandomAccess
Enclosing interface:
Quest

public static class Quest.QuestScript
extends SVector<java.lang.String>

A Quest script contains strings, and options, which are mini-quest scripts of strings.

See Also:
Serialized Form

Field Summary
 java.util.List<Quest.QuestScript> options
           
 
Constructor Summary
Quest.QuestScript()
           
 
Method Summary
 
Methods inherited from class com.planet_ink.coffee_mud.core.collections.SVector
add, add, addAll, addAll, addAll, addAll, addAll, addElement, capacity, clear, contains, containsAll, copyInto, copyOf, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAll, removeAll, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toVector, trimToSize
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

options

public java.util.List<Quest.QuestScript> options
Constructor Detail

Quest.QuestScript

public Quest.QuestScript()