Class SpellBook

Class SpellBook

java.lang.Object
   |
   +----SpellBook

public class SpellBook
extends Object

Constructor Index

 o SpellBook()

Method Index

 o formatDescription(String)
Given a string without any newlines, such are added at appropriate places.
 o getSchoolSkill(Spell)
 o init()
 o main(String[])
 o research(ClientThread)
 o toString()

Constructors

 o SpellBook
  public SpellBook()

Methods

 o formatDescription
  public String formatDescription(String desc)
Given a string without any newlines, such are added at appropriate places.
 o toString
  public String toString()
Overrides:
toString in class Object
 o init
  public void init()
 o research
  public void research(ClientThread ct)
 o getSchoolSkill
  public boolean getSchoolSkill(Spell s)
 o main
  public static void main(String arg[])