Serialized Form
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Necessary in order to recreate the propertySupport object but without
the listeners as they are client or server dependent.
- Throws:
java.io.IOException
- see
ObjectInputStream.readObject()
java.lang.ClassNotFoundException
- see
ObjectInputStream.readObject()
- See Also:
Serializable
,
ObjectInputStream.readObject()
logger
org.apache.log4j.Logger logger
- Log4J logger.
enchantments
java.util.List<E> enchantments
- The enchantments that are in effect on this
Being
.
active
boolean active
- Determines if this
Being
is active this turn.
alive
boolean alive
- Determines if this
Being
is alive.
id
Id id
- The
Id
of this Being
.
hitPoints
int hitPoints
- The hit points of this
Being
.
maxHitPoints
int maxHitPoints
- The Maximum Hit Points for this Being. A creature can never be healed
beyond this value.
name
java.lang.String name
- The name of this
Being
.
gender
Gender gender
- The
Gender
of this Being
.
leavesCorpse
boolean leavesCorpse
- Determines if this
Being
should leave a corpse behind upon
death.
nullable
boolean nullable
genderString
java.lang.String genderString
owner
IWizard owner
nullable
boolean nullable
- determines whether this object is a
Nullable
.
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
leftHandGestures
Gesture[] leftHandGestures
- The left hand
Gestures
.
rightHandGestures
Gesture[] rightHandGestures
- The right hand
Gestures
.
surrendered
boolean surrendered
- Indicates whether the
Wizard
has surrendered.
leftHandGesture
Gesture leftHandGesture
- The left hand
Gesture
.
rightHandGesture
Gesture rightHandGesture
- The right hand
Gesture
ready
boolean ready
- Indictes whether the
Wizard
has completed the current turns move and is ready.
questions
java.util.List<E> questions
- The
IQuestion
s to ask the Wizard this turn.
Package spellcast.enchantment |
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
id
Id id
- The
Id
of this Enchantment
.
name
java.lang.String name
- The name of this
Enchantment
.
description
java.lang.String description
- The description of this
Enchantment
.
permanent
boolean permanent
- Indicates whether this
Enchantment
is permanent.
resistance
DamageType resistance
- The
DamageTypes
that this Enchantment
provides resistance for.
duration
int duration
- The number of turns an Enchantment lasts for.
caster
IBeing caster
- The caster
IBeing
of this Enchantment
.
target
IBeing target
- The target
IBeing
of this Enchantment
.
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
wizard
Wizard wizard
wizardName
java.lang.String wizardName
gender
java.lang.String gender
serialVersionUID: 1L
wizardID
Id wizardID
game
Game game
event
java.beans.PropertyChangeEvent event
source
Id source
message
java.lang.String message
leftHandGesture
Gesture leftHandGesture
rightHandGesture
Gesture rightHandGesture
answers
java.util.List<E> answers
query
Question query
serialVersionUID: 1L
commandCatalog
org.apache.commons.chain.Catalog commandCatalog
- Contains the commands needed by the
Game
.
gameName
java.lang.String gameName
- The name of the game.
monsters
java.util.List<E> monsters
- List of the
IMonster
s in the game.
turn
Turn turn
- The current
Turn
.
wizards
java.util.ArrayList<E> wizards
- List of the
IWizard
s in the game.
serialVersionUID: 1L
serialVersionUID: 1L
turnNumber
int turnNumber
turnType
TurnType turnType
id
int id
status
java.lang.String status
gameName
java.lang.String gameName
numberOfPlayers
int numberOfPlayers
serverIPAddress
java.net.InetAddress serverIPAddress
port
int port
connectionStatus
ConnectionStatus connectionStatus
versionDetails
VersionDetails versionDetails
programName
java.lang.String programName
majorVersionNumber
int majorVersionNumber
minorVersionNumber
int minorVersionNumber
revisionVersionNumber
int revisionVersionNumber
Package spellcast.questions |
serialVersionUID: 1L
id
Id id
question
java.lang.String question
answer
java.lang.Object answer
answers
java.util.List<E> answers
serialVersionUID: 1L
requiresATarget
IRequiresTarget requiresATarget
- The object that requires a target.
join
javax.swing.JButton join
create
javax.swing.JButton create
cancel
javax.swing.JButton cancel
profileList
javax.swing.JComboBox profileList
serverAddress
javax.swing.JTextField serverAddress
serverList
ServerListTableModel serverList
availableServers
javax.swing.JTable availableServers
updater
spellcast.ui.AvailableServerListUpdater updater
propertySupport
javax.swing.event.SwingPropertyChangeSupport propertySupport
popup
GesturePopupMenu popup
listeners
java.util.ArrayList<E> listeners
currentGesture
Gesture currentGesture
useImages
boolean useImages
hand
int hand
hand
int hand
listeners
java.util.ArrayList<E> listeners
selectedGesture
Gesture selectedGesture
gridbag
java.awt.GridBagLayout gridbag
c_create
javax.swing.JButton c_create
c_cancel
javax.swing.JButton c_cancel
c_gameName
javax.swing.JComboBox c_gameName
c_serverAddress
javax.swing.JTextField c_serverAddress
mostRecentUsedGameNames
java.util.ArrayList<E> mostRecentUsedGameNames
mostRecentUsedGameNamesFile
java.io.File mostRecentUsedGameNamesFile
propertySupport
javax.swing.event.SwingPropertyChangeSupport propertySupport
queries
java.util.ArrayList<E> queries
answerComponents
java.util.ArrayList<E> answerComponents
verticalBox
javax.swing.Box verticalBox
servers
java.util.ArrayList<E> servers
columnHeaders
java.lang.String[] columnHeaders
panel
javax.swing.JPanel panel
document
javax.swing.text.DefaultStyledDocument document
wizardDisplay
WizardDisplay wizardDisplay
queryDisplay
QueryDisplay queryDisplay
c_okButton
javax.swing.JButton c_okButton
c_message
javax.swing.JTextField c_message
newGame
javax.swing.JMenuItem newGame
connect
javax.swing.JMenuItem connect
disconnect
javax.swing.JMenuItem disconnect
profiles
javax.swing.JMenuItem profiles
connectionDialog
java.awt.Dialog connectionDialog
newGameDialog
java.awt.Dialog newGameDialog
clientID
Id clientID
theGame
Game theGame
disconnectAndExit
boolean disconnectAndExit
propertySupport
javax.swing.event.SwingPropertyChangeSupport propertySupport
thisFrame
javax.swing.JFrame thisFrame
wizard
IWizard wizard
title
javax.swing.JLabel title
isReadyLabel
javax.swing.JLabel isReadyLabel
leftHandHistory
javax.swing.DefaultListModel leftHandHistory
rightHandHistory
javax.swing.DefaultListModel rightHandHistory
leftHandHistoryList
javax.swing.JList leftHandHistoryList
rightHandHistoryList
javax.swing.JList rightHandHistoryList
leftHandGesture
GestureButton leftHandGesture
rightHandGesture
GestureButton rightHandGesture
hitPoints
javax.swing.JLabel hitPoints
effects
javax.swing.JLabel effects
monsterListLabel
javax.swing.JLabel monsterListLabel
monsterList
java.util.ArrayList<E> monsterList
readyColor
java.awt.Color readyColor
notReadyColor
java.awt.Color notReadyColor
client
boolean client
gridbag
java.awt.GridBagLayout gridbag
wizardIDToWizardDetailsMap
java.util.HashMap<K,V> wizardIDToWizardDetailsMap
clientID
Id clientID
gridbag
java.awt.GridBagLayout gridbag
profileList
javax.swing.JList profileList
profileModel
javax.swing.DefaultListModel profileModel
wizardName
javax.swing.JTextField wizardName
genders
javax.swing.JComboBox genders
genderModel
javax.swing.ComboBoxModel genderModel
propertySupport
javax.swing.event.SwingPropertyChangeSupport propertySupport
Copyright © 2001-2005 Spellcast. All Rights Reserved.