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