A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

AbstractButton - Class in com.realtime.crossfire.jxclient.gui.button
Abstract base class for button classes.
AbstractButton(TooltipManager, GUIElementListener, String, int, boolean, CommandList) - Constructor for class com.realtime.crossfire.jxclient.gui.button.AbstractButton
Creates a new instance.
AbstractCommand - Class in com.realtime.crossfire.jxclient.commands
Abstract base class for Command implementations.
AbstractCommand(String, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.AbstractCommand
Creates a new instance.
AbstractCrossfireServerConnection - Class in com.realtime.crossfire.jxclient.server.crossfire
Abstract base class for CrossfireServerConnection implementing classes.
AbstractCrossfireServerConnection(Model) - Constructor for class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Creates a new instance.
AbstractFaceQueue - Class in com.realtime.crossfire.jxclient.faces
Abstract base class for classes implementing FaceQueue.
AbstractFaceQueue() - Constructor for class com.realtime.crossfire.jxclient.faces.AbstractFaceQueue
 
AbstractFacesManager - Class in com.realtime.crossfire.jxclient.faces
Abstract base class for FacesManager implementations.
AbstractFacesManager(FaceCache) - Constructor for class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Creates a new instance.
AbstractGUIElement - Class in com.realtime.crossfire.jxclient.gui.gui
Abstract base class for GUI elements to be shown in Guis.
AbstractGUIElement(TooltipManager, GUIElementListener, String, int) - Constructor for class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Creates a new instance.
AbstractGUIMap - Class in com.realtime.crossfire.jxclient.gui.map
Abstract base class for GUIElements that display map views.
AbstractGUIMap(boolean, TooltipManager, GUIElementListener, String, MapUpdaterState, FacesProvider, SmoothingRenderer, DarknessColors) - Constructor for class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Creates a new instance.
AbstractItemView - Class in com.realtime.crossfire.jxclient.items
Abstract base class for ItemView implementing classes.
AbstractItemView() - Constructor for class com.realtime.crossfire.jxclient.items.AbstractItemView
Creates a new instance.
AbstractJXCSkinSource - Class in com.realtime.crossfire.jxclient.skin.source
Abstract base class for JXCSkinSource implementations.
AbstractJXCSkinSource() - Constructor for class com.realtime.crossfire.jxclient.skin.source.AbstractJXCSkinSource
 
AbstractLabel - Class in com.realtime.crossfire.jxclient.gui.label
Abstract base class for all label classes.
AbstractLabel(TooltipManager, GUIElementListener, String, String, Font, Color, BufferedImage, Color) - Constructor for class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
Creates a new instance.
AbstractOrientation - Class in com.realtime.crossfire.jxclient.gui.gauge
Abstract base class for implementing Orientation instances.
AbstractOrientation() - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Creates a new instance.
AbstractSegment - Class in com.realtime.crossfire.jxclient.gui.log
Abstract base class for Segment implementations.
AbstractSegment() - Constructor for class com.realtime.crossfire.jxclient.gui.log.AbstractSegment
 
ACCOUNT_ADD_PLAYER_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "accountaddplayer" command.
ACCOUNT_LOGIN_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "accountlogin" command.
ACCOUNT_NEW_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "accountnew" command.
ACCOUNT_PASSWORD_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "accountpw" command.
ACCOUNT_PLAY_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "accountplay" command.
accountCreate(String, String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Creates an account.
accountCreate(String, String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Creates an account.
accountCreateCharacter(String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Creates a character.
accountCreateCharacter(String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Creates a character.
AccountCreateCharacterCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand sending a character creation request.
AccountCreateCharacterCommand(CommandCallback, Component) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCharacterCommand
Creates a new instance.
AccountCreateCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand sending an account creation request.
AccountCreateCommand(CommandCallback, Component) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCommand
Creates a new instance.
accountLink(int, String, String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Links a character to the current account.
accountLink(int, String, String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Links a character to the current account.
AccountLinkCharacterCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand sending a request to link a character to an account.
AccountLinkCharacterCommand(CommandCallback, Component) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.AccountLinkCharacterCommand
Creates a new instance.
accountListener - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
accountLogin(String, String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Login to an account.
accountLogin(String, String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Login to an account.
AccountLoginCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand sending an account login request to the server.
AccountLoginCommand(CommandCallback, Component) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.AccountLoginCommand
Creates a new instance.
accountName - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The account name.
accountPassword(String, String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Change the account password.
accountPassword(String, String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Change the account password.
AccountPasswordCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand sending an account password change request.
AccountPasswordCommand(CommandCallback, Component) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.AccountPasswordCommand
Creates a new instance.
accountPlayCharacter(String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Plays a character from the current account.
accountPlayCharacter(String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Plays a character from the current account.
AccountPlayCharacterCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand sending a play character request to the server.
AccountPlayCharacterCommand(CommandCallback, Component) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.AccountPlayCharacterCommand
Creates a new instance.
AccountPlayerBuilder - Class in com.realtime.crossfire.jxclient.server.crossfire
Builder for CharacterInformation instances while parsing an "accountplayers" packet.
AccountPlayerBuilder() - Constructor for class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
 
ACL_CLASS - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parameter type in the "accountplayers" command.
ACL_FACE - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parameter type in the "accountplayers" command.
ACL_FACE_NUM - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parameter type in the "accountplayers" command.
ACL_LEVEL - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parameter type in the "accountplayers" command.
ACL_MAP - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parameter type in the "accountplayers" command.
ACL_NAME - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parameter type in the "accountplayers" command.
ACL_PARTY - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parameter type in the "accountplayers" command.
ACL_RACE - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Parameter type in the "accountplayers" command.
actionListener - Variable in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
The ActionListener for GUIComboBox.comboBox.
ActivatableGUIElement - Class in com.realtime.crossfire.jxclient.gui.gui
A GUIElement that can be set to active or inactive.
ActivatableGUIElement(TooltipManager, GUIElementListener, String, int) - Constructor for class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
Creates a new instance.
activateCommandInput() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Activates the command input text field.
activateCommandInput(Gui) - Static method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the first command text field of a gui and make it active.
activateCommandInput(String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Activates the command input text field.
activateCommandInput(String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Activates the command input text field.
activateCommandInput() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Activates the command input text field.
activateCommandInput(String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Activates the command input text field.
ActivateCommandInputCommand - Class in com.realtime.crossfire.jxclient.gui.textinput
A GUICommand which activates the command input field.
ActivateCommandInputCommand(String, CommandCallback, Macros) - Constructor for class com.realtime.crossfire.jxclient.gui.textinput.ActivateCommandInputCommand
Creates a new instance.
activateDefaultElement() - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Activates the first default gui element of this gui.
activateMetaserverGui() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Called when the server selection GUI becomes active.
active - Variable in class com.realtime.crossfire.jxclient.gui.gauge.StatGaugeUpdater
Whether the low food event should be generated.
active - Variable in class com.realtime.crossfire.jxclient.sound.StatsWatcher
Whether sounds should be generated.
active - Variable in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
Whether poisoning is active.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.button.GUIButton
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
Will be called whenever the active state has changed.
activeChanged(ActivatableGUIElement, boolean) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElementListener
The active state of an AbstractGUIElement has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItem
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
Will be called whenever the active state has changed.
activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Will be called whenever the active state has changed.
activeColor - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The color for rendering displayed text when the element is active.
activeComponent - Variable in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
The active component.
activeElement - Variable in class com.realtime.crossfire.jxclient.gui.gui.Gui
The gui element which has the focus.
activeGuiElement - Variable in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
The last known active gui element.
activeGuiElementSync - Variable in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
Synchronizes accesses to TooltipManagerImpl.activeGuiElement.
activeImage - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The element's background image when it is active.
activeSkill - Variable in class com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
The last known active skill name.
activeSkill - Variable in class com.realtime.crossfire.jxclient.stats.Stats
The active skill name.
activeSkillChanged(String) - Method in interface com.realtime.crossfire.jxclient.stats.StatsListener
The player's active skill has changed.
ActiveSkillGaugeUpdater - Class in com.realtime.crossfire.jxclient.gui.gauge
A GaugeUpdater which monitors a stat value.
ActiveSkillGaugeUpdater(ExperienceTable, String, Stats) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.ActiveSkillGaugeUpdater
Creates a new instance.
ActiveSkillWatcher - Class in com.realtime.crossfire.jxclient.stats
Helper class to synthesize an "active skill" stat value.
ActiveSkillWatcher(Stats, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
Creates a new instance.
add(CharacterInformation) - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Adds an entry.
add(FacesProvider) - Method in class com.realtime.crossfire.jxclient.faces.FacesProviderFactory
add(GUICommand) - Method in class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
Adds a command to the end of this command list.
add(MapUpdaterState, Location, AnimationState) - Method in class com.realtime.crossfire.jxclient.map.AnimationMap
Adds a new AnimationState to a Location.
add(MapUpdaterState, Location, Animation, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapAnimations
Adds a visible animation.
add(int, long) - Method in class com.realtime.crossfire.jxclient.stats.ExperienceTable
Adds a new level->experience mapping.
add(T) - Method in class com.realtime.crossfire.jxclient.util.EventListenerList2
Adds a listener.
add(int, T) - Method in class com.realtime.crossfire.jxclient.util.HashedEventListenerList
Adds a listener.
add(int, T) - Method in class com.realtime.crossfire.jxclient.util.IndexedEventListenerList
Adds a listener.
addAccount(CharacterInformation) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener
Information about a character in an account was received.
addAnimation(int, int, int[]) - Method in class com.realtime.crossfire.jxclient.animations.Animations
Defines a new animation.
addAnimation(int, int, int[]) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
An "addanim" command has been received.
addAnimation(int, int, int[]) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
An "addanim" command has been received.
addBufferListener(BufferListener) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Adds a listener to notify of changes.
addCfItemModifiedListener(CfItemListener) - Method in class com.realtime.crossfire.jxclient.items.CfItem
Add a CfItemModifiedListener.
addCharacterInformationListener(int, CharacterInformationListener) - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Adds a character entry listener for one entry.
addCharacterListener(CharacterListener) - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Adds a character listener.
addChoice(Choice) - Method in class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
Adds a choice.
addClassInfo(ClassRaceInfo) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Sets or updates a class info.
addClientSocketListener(ClientSocketListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Adds a ClientSocketListener to notify.
addClientSocketListener(ClientSocketListener) - Method in class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
Adds a ClientSocketListener to notify.
addClientSocketListener(ClientSocketListener) - Method in interface com.realtime.crossfire.jxclient.server.server.ServerConnection
Adds a ClientSocketListener to notify.
addClientSocketListener(ClientSocketListener) - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Adds a ClientSocketListener to be notified.
addCommand(Command) - Method in class com.realtime.crossfire.jxclient.commands.Commands
Adds an executable Command.
addCommand(String) - Method in class com.realtime.crossfire.jxclient.scripts.PacketWatcher
Adds a command to watch for.
addCommand(String) - Method in class com.realtime.crossfire.jxclient.settings.CommandHistory
Adds a new command.
addCommand(String, Args, AbstractGUIElement, String, GuiStateManager, CommandExecutor, LineNumberReader, CommandQueue, CrossfireServerConnection, CommandCallback, Macros) - Method in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Parses and builds command arguments.
addCommandList(String, CommandListType) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Defines a new command list.
addComponent(Component) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Adds a Component.
addCrossfireAccountListener(CrossfireAccountListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about account events.
addCrossfireAccountListener(CrossfireAccountListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about account events.
addCrossfireComcListener(CrossfireComcListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about received comc commands.
addCrossfireComcListener(CrossfireComcListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about received comc commands.
addCrossfireDrawextinfoListener(CrossfireDrawextinfoListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a new listener monitoring the drawextinfo S->C messages.
addCrossfireDrawextinfoListener(CrossfireDrawextinfoListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a new listener monitoring the drawextinfo S->C messages.
addCrossfireDrawinfoListener(CrossfireDrawinfoListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a new listener monitoring the drawinfo S->C messages.
addCrossfireDrawinfoListener(CrossfireDrawinfoListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a new listener monitoring the drawinfo S->C messages.
addCrossfireFailureListener(CrossfireFailureListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified of failure messages.
addCrossfireFailureListener(CrossfireFailureListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified of failure messages.
addCrossfireMagicmapListener(CrossfireMagicmapListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener from the list of objects listening to magicmap messages.
addCrossfireMagicmapListener(CrossfireMagicmapListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener from the list of objects listening to magicmap messages.
addCrossfireMapListener(MapListener) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Adds a listener to notify about changed map squares.
addCrossfireMapScrollListener(MapScrollListener) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Adds a listener to notify about scrolled maps.
addCrossfireMusicListener(CrossfireMusicListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about received music commands.
addCrossfireMusicListener(CrossfireMusicListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about received music commands.
addCrossfireNewmapListener(NewmapListener) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Adds a listener to notify about cleared maps.
addCrossfirePickupListener(CrossfirePickupListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about received "pickup" messages.
addCrossfirePickupListener(CrossfirePickupListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about received "pickup" messages.
addCrossfireQueryListener(CrossfireQueryListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a new listener monitoring the query S->C messages.
addCrossfireQueryListener(CrossfireQueryListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a new listener monitoring the query S->C messages.
addCrossfireQuestChangedListener(QuestsManagerListener) - Method in class com.realtime.crossfire.jxclient.quests.QuestsManager
Adds a QuestsManagerListener to notify about changes.
addCrossfireSoundListener(CrossfireSoundListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about received sound commands.
addCrossfireSoundListener(CrossfireSoundListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about received sound commands.
addCrossfireSpellChangedListener(SpellsManagerListener) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Adds a SpellsManagerListener to notify about changes.
addCrossfireStatsListener(StatsListener) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Adds a StatsListener to be notified about stat changes.
addCrossfireTickListener(CrossfireTickListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about tick changes.
addCrossfireTickListener(CrossfireTickListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about tick changes.
addCrossfireUpdateItemListener(CrossfireUpdateItemListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about item changes.
addCrossfireUpdateItemListener(CrossfireUpdateItemListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about item changes.
addDialog(String) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Defines a new dialog.
addDialog(String) - Method in class com.realtime.crossfire.jxclient.skin.skin.Dialogs
Creates a new dialog instance.
addDialog(String, Gui) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Adds a dialog for name based lookup.
addElement(T) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Adds an GUIElement to the list.
addEntry(CharSequence, long) - Method in class com.realtime.crossfire.jxclient.metaserver.ServerCache
Parses a metaserver entry line and adds the result to ServerCache.entries.
addFace(Face) - Method in class com.realtime.crossfire.jxclient.faces.FaceCache
Adds a new face to the cache.
addFace(int, int, int, String) - Method in class com.realtime.crossfire.jxclient.faces.FaceCache
Adds a new face.
addFaceQueueListener(FaceQueueListener) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFaceQueue
Adds a FaceQueueListener to be notified about processed faces.
addFaceQueueListener(FaceQueueListener) - Method in interface com.realtime.crossfire.jxclient.faces.FaceQueue
Adds a FaceQueueListener to be notified about processed faces.
addFacesManagerListener(FacesManagerListener) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Adds a FacesManagerListener to be notified about updated faces.
addFacesManagerListener(FacesManagerListener) - Method in interface com.realtime.crossfire.jxclient.faces.FacesManager
Adds a FacesManagerListener to be notified about updated faces.
addGuiStateListener(RendererGuiStateListener) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Adds a gui state listener to be notified about JXCWindowRenderer.rendererGuiState changes.
addGuiStateListener(GuiStateListener) - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Adds a gui state listener.
addInitEvent(CommandList) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Adds a command list to be executed on "init" events.
addInventoryListener(int, ItemListener) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Adds an ItemListener to be notified about changes.
addItem(CfItem) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Adds an item.
addItem(CfItem, boolean) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Adds a CfItem.
addItemReceived(int, int, int, int, int, String, String, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.items.ItemsManager
An "additem" has been received.
addItemReceived(int, int, int, int, int, String, String, int, int, int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateItemListener
An "additem" has been received.
addItemSetListener(ItemSetListener) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Adds an ItemSetListener to be notified about changes.
addKeyBinding(KeyBinding) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Adds (or replace) a key binding.
addKeyBindingAsKeyChar(char, CommandList, boolean) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Adds a key binding for a key character.
addKeyBindingAsKeyCode(KeyEvent2, CommandList, boolean) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Adds a key binding for a key code/modifiers pair.
addKnowledge(int, String, String, int) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
addKnowledgeItemListener(KnowledgeItemListener) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
Adds a KnowledgeItemListener to be notified of changes.
addKnowledgeListener(KnowledgeListener) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
Adds a KnowledgeListener to notify about changes.
addKnowledgeType(String, String, int, boolean) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
addLine(Line) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Appends a Line to the end of the buffer.
addLocationListener(int, LocationListener) - Method in class com.realtime.crossfire.jxclient.items.AbstractItemView
Adds a LocationListener to be notified when the item displayed in a floor slot has changed.
addLocationListener(int, LocationListener) - Method in interface com.realtime.crossfire.jxclient.items.ItemView
Adds a LocationListener to be notified when the item displayed in a floor slot has changed.
addLocationsListener(LocationsListener) - Method in class com.realtime.crossfire.jxclient.items.AbstractItemView
Adds a LocationsListener to be notified when any displayed item has changed.
addLocationsListener(LocationsListener) - Method in interface com.realtime.crossfire.jxclient.items.ItemView
Adds a LocationsListener to be notified when any displayed item has changed.
addMapSizeListener(MapSizeListener) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Adds a listener to be notified about map size changes.
ADDME_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "addme" command.
addMessageTypePrefix(int, int, int, CharSequence) - Method in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
Adds a message type prefix to a message if MessageBufferUpdater.printMessageTypes is set.
addMetaserverEntry(MetaserverEntry) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Adds an entry.
addMetaserverEntryListener(int, MetaserverEntryListener) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Adds a metaserver entry listener for one entry.
addMetaserverListener(MetaserverListener) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Adds a metaserver listener.
addModified(int) - Method in class com.realtime.crossfire.jxclient.items.AbstractItemView
Marks a slot as modified.
addModifiedRange(int, int) - Method in class com.realtime.crossfire.jxclient.items.AbstractItemView
Marks a range of slots as modified.
addMouseTracker(Component) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Adds JXCWindowRenderer.mouseTracker to a Component.
addMouseTrackerRecursively(Component) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Adds JXCWindowRenderer.mouseTracker recursively to all children of a Component.
addNewCharacterInformationListener(NewCharacterInformationListener) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Registers a NewCharacterInformationListener to be notified of changes.
addOption(String, String, Option) - Method in class com.realtime.crossfire.jxclient.settings.options.OptionManager
Adds a new option.
addOption(String, String, Option) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Add a new option.
addOptionListener(OptionListener) - Method in class com.realtime.crossfire.jxclient.settings.options.Option
Adds a listener for state changes.
addPacketWatcherListener(ReceivedPacketListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about received packets.
addPacketWatcherListener(ReceivedPacketListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about received packets.
addQuest(int, String, int, boolean, int, boolean, String) - Method in class com.realtime.crossfire.jxclient.quests.QuestsManager
Adds a new quest.
addQuestListener(QuestListener) - Method in class com.realtime.crossfire.jxclient.quests.Quest
Adds a QuestListener to be notified of changes.
addRaceInfo(ClassRaceInfo) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Sets or updates a ClassRaceInfo.
addScriptProcessListener(ScriptProcessListener) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Adds a ScriptProcessListener to be notified.
addScriptProcessListener(ScriptProcessListener) - Method in interface com.realtime.crossfire.jxclient.scripts.ScriptProcess
Adds a ScriptProcessListener to be notified.
addScrollableListener(ScrollableListener) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
Adds a scrollable listener to be informed about changes.
addScrollableListener(ScrollableListener) - Method in interface com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable2
Adds a scrollable listener to be informed about changes.
addSegment(String, boolean, boolean, boolean, FontID, Color) - Method in class com.realtime.crossfire.jxclient.gui.log.Line
Appends a Segment to the end of the line.
addSentReplyListener(SentReplyListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Adds a listener to be notified about sent reply packets.
addSentReplyListener(SentReplyListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Adds a listener to be notified about sent reply packets.
addShortcutListener(ShortcutListener) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcut
Registers a shortcut listener.
addShortcutsListener(ShortcutsListener) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
addSkill(int, String, int) - Method in class com.realtime.crossfire.jxclient.skills.SkillSet
Adds a new skill to the list of known skills.
addSkillListener(SkillListener) - Method in class com.realtime.crossfire.jxclient.skills.Skill
Adds a listener to be notified of changes.
addSkinEvent(SkinEvent) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Records a SkinEvent attached to this instance.
addSpell(int, int, int, int, int, int, int, int, int, String, String) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Adds a new spell.
addSpellListener(CurrentSpellManagerListener) - Method in class com.realtime.crossfire.jxclient.spells.CurrentSpellManager
Adds a spell listener to be notified if the current spell object has changed.
addSpellListener(SpellListener) - Method in class com.realtime.crossfire.jxclient.spells.Spell
Adds a SpellListener to be notified of changes.
addStartingMap() - Method in class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
Adds a new StartingMap entry to StartingMapBuilder.startingMaps for the current entry.
addToLayeredPane(Component, int, int) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Adds a component to JXCWindowRenderer.layeredPane.
addTooltip() - Method in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
Adds or updates the tooltip (text and location) for the TooltipManagerImpl.activeGuiElement.
addToRepeatCount(int) - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
Adds a digit to the current repeat count.
afterEventDelay - Variable in class com.realtime.crossfire.jxclient.items.EventScheduler
The minimum delay between two EventScheduler.eventSchedulerCallback notifications.
AgainCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the "again" command.
AgainCommand(CrossfireServerConnection, CommandExecutor, CommandHistory) - Constructor for class com.realtime.crossfire.jxclient.commands.AgainCommand
Creates a new instance.
Alignment - Enum in com.realtime.crossfire.jxclient.gui.label
The text alignment.
Alignment() - Constructor for enum com.realtime.crossfire.jxclient.gui.label.Alignment
 
ALL_SPELL_SKILLS_ICON - Static variable in class com.realtime.crossfire.jxclient.util.ResourceUtils
The resource name for the default skill face.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.AgainCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.BindCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.BindingsCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ClearCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in interface com.realtime.crossfire.jxclient.commands.Command
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.DebugMessagesCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ExecCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScreenshotCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScriptCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScriptkillallCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScriptkillCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScriptsCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScripttellCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.SetCommand
Returns whether all remaining commands should be included as arguments.
allArguments() - Method in class com.realtime.crossfire.jxclient.commands.UnbindCommand
Returns whether all remaining commands should be included as arguments.
allItems - Variable in class com.realtime.crossfire.jxclient.items.ItemSet
Maps item tags to items.
allocate(MapUpdaterState, Location) - Method in class com.realtime.crossfire.jxclient.map.AnimationState
Adds this animation state to a map Location.
allocateClip(String, String) - Method in class com.realtime.crossfire.jxclient.sound.ClipCache
Allocates a new clip.
alpha - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
The gauge alpha value, 1 is opaque and 0 full transparent.
alpha - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The alpha value for the background, 1 opaque 0 full transparent.
ALT - Static variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
The mask for "shift".
ALT_GRAPH - Static variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
The mask for "alt_graph".
ALT_GRAPH - Static variable in class com.realtime.crossfire.jxclient.gui.misc.Modifiers
The mask for "alt_graph".
anim - Variable in class com.realtime.crossfire.jxclient.items.CfItem
The animation.
ANIM_MASK - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
The mask for extracting the animation ID.
ANIM_NORMAL - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Animation type: normal animation.
ANIM_RANDOM - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Animation type: randomized animation.
ANIM_SYNC - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Animation type: synchronized animation.
ANIM_TYPE_MASK - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
The mask for extracting the animation type.
ANIM_TYPE_SHIFT - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
The lowest bit of the animation type.
Animation - Class in com.realtime.crossfire.jxclient.animations
Manages animations received from the server.
Animation(int, int, int[]) - Constructor for class com.realtime.crossfire.jxclient.animations.Animation
Creates a new instance.
animation - Variable in class com.realtime.crossfire.jxclient.map.AnimationState
The Animation to display.
animationId - Variable in class com.realtime.crossfire.jxclient.animations.Animation
The animation ID.
AnimationMap - Class in com.realtime.crossfire.jxclient.map
Maintains AnimationState instances for map locations.
AnimationMap() - Constructor for class com.realtime.crossfire.jxclient.map.AnimationMap
 
Animations - Class in com.realtime.crossfire.jxclient.animations
Manages animations received from the server.
Animations(GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.animations.Animations
Creates a new instance.
animations - Variable in class com.realtime.crossfire.jxclient.animations.Animations
All defined animations.
animations - Variable in class com.realtime.crossfire.jxclient.map.AnimationMap
The active AnimationState instances.
animations - Variable in class com.realtime.crossfire.jxclient.map.CfMapAnimations
The animations in the visible map area.
animations - Variable in class com.realtime.crossfire.jxclient.map.MapUpdaterState
The defined animations.
AnimationState - Class in com.realtime.crossfire.jxclient.map
The state of an Animation on a map.
AnimationState(Animation, int) - Constructor for class com.realtime.crossfire.jxclient.map.AnimationState
Creates a new instance.
animationStates - Variable in class com.realtime.crossfire.jxclient.map.CfMapAnimations
All AnimationState instances referenced by CfMapAnimations.animations.
animSpeed - Variable in class com.realtime.crossfire.jxclient.items.CfItem
The animation speed.
appendFlag(StringBuilder, int, String) - Method in class com.realtime.crossfire.jxclient.items.CfItem
Appends "(<ident>)" if this item has the flag flag set.
APPLICATION_ICON - Static variable in class com.realtime.crossfire.jxclient.util.ResourceUtils
The resource name for the application icon.
appliedColor - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The background color for applied objects.
appliedImage - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The overlay image for applied objects.
apply - Variable in class com.realtime.crossfire.jxclient.gui.commands.ScrollNextCommand
Whether ScrollNextCommand.nextElement should be applied.
APPLY_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "apply" command.
applyFactor(int, int) - Static method in class com.realtime.crossfire.jxclient.gui.gui.Expression
Applies a factor to a value.
archBase - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
The server's arch base.
archBase - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The "archetype base" value for the current server entry.
archName - Variable in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
The archetype name.
archName - Variable in class com.realtime.crossfire.jxclient.character.StartingMap
The archetype name.
archName - Variable in class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
The name of the race being parsed.
archName - Variable in class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
The archetype name of the current entry.
args - Variable in class com.realtime.crossfire.jxclient.commands.CommandExec
The command arguments.
Args - Class in com.realtime.crossfire.jxclient.skin.io
Iterates over a list of String arguments.
Args(String[]) - Constructor for class com.realtime.crossfire.jxclient.skin.io.Args
Creates a new instance.
args - Variable in class com.realtime.crossfire.jxclient.skin.io.Args
The string arguments.
armor - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: armors.
arrow - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: arrows.
asDimension() - Method in class com.realtime.crossfire.jxclient.util.Resolution
Returns the resolution as a Dimension instance.
ASKFACE_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "askface" command.
AskfaceFaceQueue - Class in com.realtime.crossfire.jxclient.faces
A FaceQueue requesting faces by "askface" commands sent to the Crossfire server.
AskfaceFaceQueue(AskfaceQueue) - Constructor for class com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue
Creates a new instance.
askfaceFaceQueue - Variable in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
askfaceFaceQueueListener - Variable in class com.realtime.crossfire.jxclient.faces.FacesQueue
askfaceQueue - Variable in class com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue
The connection to use.
AskfaceQueue - Interface in com.realtime.crossfire.jxclient.faces
Interface for classes that allow sending "askface" commands.
ASSERT_MESSAGE - Static variable in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
The text message the server sends in poisoned state.
attach(TooltipManagerImpl) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Attaches this skin to a gui manager.
attach(TooltipManagerImpl) - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Attaches this skin to a gui manager.
attempt - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
AudioFileLoader - Class in com.realtime.crossfire.jxclient.sound
Locates audio files.
AudioFileLoader(DebugWriter) - Constructor for class com.realtime.crossfire.jxclient.sound.AudioFileLoader
Private constructor to prevent instantiation.
audioFileLoader - Variable in class com.realtime.crossfire.jxclient.sound.ClipCache
The AudioFileLoader for loading audio files.
audioFileLoader - Variable in class com.realtime.crossfire.jxclient.sound.MusicManager
The AudioFileLoader for loading audio files.
audioFileLoader - Variable in class com.realtime.crossfire.jxclient.sound.Processor
The AudioFileLoader for loading audio files.
AUTO_BORDER_SIZE - Static variable in class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
Size of border around text in auto-resize mode.
autoClosed() - Method in interface com.realtime.crossfire.jxclient.gui.gui.GuiAutoCloseListener
Called when a dialog has been auto-closed.
autoRepeat - Variable in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
Whether this button should autorepeat.
autoResize - Variable in class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
If set, auto-resize this element to the extent of AbstractLabel.text.
autoResize() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
If auto-resizing is enabled, calculate the new width and height.
autoSize - Variable in class com.realtime.crossfire.jxclient.gui.gui.Gui
The extent of the dialog if it is auto-sizing or null otherwise.
autoSize(int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Auto-resizes the dialog.
avoidCopyArea - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Whether map scrolling is done by copying pixel areas.
avoidCopyArea - Variable in class com.realtime.crossfire.jxclient.main.Options
Whether map scrolling is done by copying pixel areas.
avoidCopyArea - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
Whether map scrolling is done by copying pixel areas.

B

BACKGROUND_COLOR - Static variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The background color of this item.
backgroundColor - Variable in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
If set, the opaque background color.
backgroundImage - Variable in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
The background image.
backgroundImage - Variable in class com.realtime.crossfire.jxclient.gui.log.GUILog
The background image drawn below the text contents.
backward - Variable in class com.realtime.crossfire.jxclient.util.DoubleMapping
The backward mappings.
baseName - Variable in class com.realtime.crossfire.jxclient.skin.source.JXCSkinClassSource
The base resource name to prepend to all resource names.
begin() - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Starts an update transaction.
begin() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Starts an update transaction.
BindCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the "bind" command.
BindCommand(CrossfireServerConnection, CommandCallback, GUICommandFactory) - Constructor for class com.realtime.crossfire.jxclient.commands.BindCommand
Creates a new instance.
BindingsCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the "bindings" command, listing currently active keybindings (for both a character and the global ones).
BindingsCommand(CrossfireServerConnection, KeybindingsManager) - Constructor for class com.realtime.crossfire.jxclient.commands.BindingsCommand
Creates a new instance.
blessedColor - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The background color for blessed objects.
blessedImage - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The overlay image for blessed objects.
bold - Variable in class com.realtime.crossfire.jxclient.gui.log.Parser
Whether bold face is enabled.
bold - Variable in class com.realtime.crossfire.jxclient.gui.log.TextSegment
Whether bold face is enabled.
boot - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: boots.
BORDER_CORNER_EXCLUDE - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Corner excludes due to borders.
BORDER_EAST - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Border weight for east.
BORDER_NORTH - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Border weight for north.
BORDER_SOUTH - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Border weight for south.
BORDER_WEIGHT - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Weight (x coordinate) in smoothing face of a corner.
BORDER_WEST - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Border weight for west.
borderSize - Variable in class com.realtime.crossfire.jxclient.gui.label.InternalHTMLRenderer
 
bow - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: bows.
Buffer - Class in com.realtime.crossfire.jxclient.gui.log
Manages the contents of the contents of a log window.
Buffer(Fonts, FontRenderContext, int) - Constructor for class com.realtime.crossfire.jxclient.gui.log.Buffer
Creates a new instance.
buffer - Variable in class com.realtime.crossfire.jxclient.gui.log.GUILog
The Buffer containing all received text messages.
buffer - Variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
The buffer to update.
buffer - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
The rendered buffer.
bufferedImage - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
An BufferedImage having the size of this component.
bufferedImageSync - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
BufferListener - Interface in com.realtime.crossfire.jxclient.gui.log
Interface for listeners for changes of Buffer contents.
bufferListener - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
The listener to re-render the window contents after changes.
bufferStrategy - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The current BufferStrategy.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItem
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Called when the left mouse button was pressed.
button1Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Called if the user has clicked the left mouse button.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItem
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Called when the middle mouse button was pressed.
button2Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Called if the user has clicked the middle mouse button.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItem
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Called when the right mouse button was pressed.
button3Clicked(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Called if the user has clicked the right mouse button.
ButtonImages - Class in com.realtime.crossfire.jxclient.gui.button
A set of images to form a button image.
ButtonImages(Image, Image, Image) - Constructor for class com.realtime.crossfire.jxclient.gui.button.ButtonImages
Creates a new instance.
byteBuffer - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
A byte buffer using DefaultCrossfireServerConnection.writeBuffer to store the data.
bytesIn - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
The number of bytes received.
bytesIn - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The "bytes in" value for the current server entry.
bytesOut - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
The number of bytes sent.
bytesOut - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The "bytes out" value for the current server entry.

C

C_STAT_EXP_NEXT_LEVEL - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The global experience needed to reach next level stat.
C_STAT_LOWFOOD - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Low Food indicator.
C_STAT_POISONED - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The "is poisoned" indicator.
C_STAT_WEIGHT - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The character's weight.
cache - Variable in class com.realtime.crossfire.jxclient.skin.skin.JXCSkinCache
The cached elements.
cacheDir - Variable in class com.realtime.crossfire.jxclient.faces.FileCache
The directory where the images are saved.
calculate(int, int, int) - Static method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns the fraction val/max rounded to [0..size].
calculateExperienceToNextLevel() - Method in class com.realtime.crossfire.jxclient.stats.Stats
Calculates the experience needed to reach the next level.
calculateHeight(Line) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Determines the height of a Line in pixels.
canAttemptType(String) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
Returns whether execution is possible.
canExecute() - Method in interface com.realtime.crossfire.jxclient.gui.commandlist.GUICommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCharacterCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountLinkCharacterCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountLoginCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountPasswordCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountPlayCharacterCommand
Returns whether this command may be executed.
canExecute(GUIItemItem) - Static method in enum com.realtime.crossfire.jxclient.gui.commands.CommandType
Returns whether the action can be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ConnectCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DialogCloseCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DialogOpenCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DialogToggleCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DisconnectCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ExecSelectionCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ExecuteElementCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.HideCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.MetaCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.MoveSelectionCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.PrintCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.QuitCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollListCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollNeverCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollNextCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollResetCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.SelectCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ShowCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.StartCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ToggleCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.textinput.ActivateCommandInputCommand
Returns whether this command may be executed.
canExecute() - Method in class com.realtime.crossfire.jxclient.gui.textinput.ExecuteCommandCommand
Returns whether this command may be executed.
canMoveSelection(int, int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Returns whether the selection can be moved.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Returns whether the list can be scrolled.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Returns whether scrolling is possible.
canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
Returns whether scrolling is possible.
canScroll(int) - Method in interface com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable
Returns whether scrolling is possible.
canScrollDown - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderState
Whether scrolling down is possible.
canScrollDown() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
Returns whether scrolling down is possible.
canScrollDown() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
Returns whether scrolling down is possible.
canScrollUp - Variable in class com.realtime.crossfire.jxclient.gui.log.RenderState
Whether scrolling up is possible.
canScrollUp() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
Returns whether scrolling up is possible.
canScrollUp() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
Returns whether scrolling up is possible.
CAST - Static variable in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
Command prefix to "cast" a spell.
castColor - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The background color for shortcuts that /cast a spell.
castImage - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The overlay image for shortcuts that /cast a spell.
castingTime - Variable in class com.realtime.crossfire.jxclient.spells.Spell
The casting time.
cClass - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
The character's class.
cellHeight - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The height of cells.
cellHeight - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIList
The height of a list cell in pixels.
cellWidth - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The width of cells.
CfItem - Class in com.realtime.crossfire.jxclient.items
The representation of a Crossfire Item, client-side.
CfItem(int, int, int, int, Face, String, String, int, int, int, int) - Constructor for class com.realtime.crossfire.jxclient.items.CfItem
Creates a new instance.
CfItemListener - Interface in com.realtime.crossfire.jxclient.items
Interface for listeners for attribute changes of CfItems.
CfMap - Class in com.realtime.crossfire.jxclient.map
Represents a map (as seen by the client).
CfMap() - Constructor for class com.realtime.crossfire.jxclient.map.CfMap
 
CfMapAnimations - Class in com.realtime.crossfire.jxclient.map
Manages a set of animated map squares.
CfMapAnimations() - Constructor for class com.realtime.crossfire.jxclient.map.CfMapAnimations
 
CfMapPatch - Class in com.realtime.crossfire.jxclient.map
Represents a square area of CfMapSquares.
CfMapPatch(CfMap, int, int) - Constructor for class com.realtime.crossfire.jxclient.map.CfMapPatch
Creates a new (empty) patch.
CfMapSquare - Class in com.realtime.crossfire.jxclient.map
Represents a square in a CfMap.
CfMapSquare(CfMap, int, int) - Constructor for class com.realtime.crossfire.jxclient.map.CfMapSquare
Creates a new (empty) square.
CfMapUpdater - Class in com.realtime.crossfire.jxclient.mapupdater
Utility class to update a CfMap model from protocol commands.
CfMapUpdater(MapUpdaterState, CrossfireServerConnection, FacesManager, GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.mapupdater.CfMapUpdater
Creates a new instance.
CfPlayer - Class in com.realtime.crossfire.jxclient.items
A CfItem that represents a character.
CfPlayer(int, int, Face, String) - Constructor for class com.realtime.crossfire.jxclient.items.CfPlayer
Creates a new instance.
changedListener - Variable in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
The GUIElementChangedListener to be notified whenever this element has changed.
changedSkill() - Method in interface com.realtime.crossfire.jxclient.skills.SkillListener
Notifies the listener that the skill has changed.
changeGUI(GuiState) - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Sets a new GuiState.
changeGUI(GuiState, String) - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Sets a new GuiState.
character - Variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The currently logged in character.
CharacterCellRenderer - Class in com.realtime.crossfire.jxclient.gui.list
A GUIList that tracks a GUICharacter instance.
CharacterCellRenderer(GUICharacter) - Constructor for class com.realtime.crossfire.jxclient.gui.list.CharacterCellRenderer
Creates a new instance.
characterClass - Variable in class com.realtime.crossfire.jxclient.account.CharacterInformation
The character's class.
CharacterInformation - Class in com.realtime.crossfire.jxclient.account
Information for one character for an account.
CharacterInformation(String, String, String, String, String, String, int, int) - Constructor for class com.realtime.crossfire.jxclient.account.CharacterInformation
Creates a new instance.
CharacterInformationListener - Interface in com.realtime.crossfire.jxclient.account
Callback when a CharacterInformation is changed.
characterInformationListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
All listeners to the entry itself.
characterInformationListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
The CharacterInformationListener attached to all tracked character models.
characterInformationListeners - Variable in class com.realtime.crossfire.jxclient.account.CharacterModel
All registered character entry listeners.
characterKeyBindings - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
The key bindings for the current user.
CharacterListener - Interface in com.realtime.crossfire.jxclient.account
Callback for a change in a character list.
characterListeners - Variable in class com.realtime.crossfire.jxclient.account.CharacterModel
All registered character listeners.
CharacterModel - Class in com.realtime.crossfire.jxclient.account
Maintains the character list for an account.
CharacterModel() - Constructor for class com.realtime.crossfire.jxclient.account.CharacterModel
 
characterModel - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Character model to display items from.
characterModel - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
The model to display characters from.
characterModel - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The CharacterModel to update.
characterModel - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The CharacterModel instance for this window.
characterPickup - Variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The Pickup instance to update.
characters - Variable in class com.realtime.crossfire.jxclient.account.CharacterModel
The current entries.
charactersPending - Variable in class com.realtime.crossfire.jxclient.account.CharacterModel
The pending entries.
check(String) - Method in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
Examines a text message.
checkAccess() - Method in class com.realtime.crossfire.jxclient.skin.source.AbstractJXCSkinSource
Checks that the skin exists and can be accessed.
CheckBoxFactory - Class in com.realtime.crossfire.jxclient.skin.factory
A factory class to create "checkbox" instances.
CheckBoxFactory(BufferedImage, BufferedImage, Font, Color) - Constructor for class com.realtime.crossfire.jxclient.skin.factory.CheckBoxFactory
Creates a new instance.
checkBoxFactory - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The checkbox factory.
CheckBoxOption - Class in com.realtime.crossfire.jxclient.settings.options
The base class for all check box options.
CheckBoxOption(String) - Constructor for class com.realtime.crossfire.jxclient.settings.options.CheckBoxOption
Creates a new instance.
checked - Variable in class com.realtime.crossfire.jxclient.settings.options.CheckBoxOption
The current state.
checked - Variable in class com.realtime.crossfire.jxclient.skin.factory.CheckBoxFactory
The image for the "checked" state.
checkedImage - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
The image for the checked [x] state.
checkFire() - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
Returns whether the character is firing.
checkMessage(String) - Method in class com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
Checks whether a drawinfo message is skill related.
checkRange(String) - Method in class com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
Checks whether the range attribute has changed.
checkRun() - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
Returns whether the character is running.
checkStats(int, int) - Method in class com.realtime.crossfire.jxclient.sound.StatsWatcher
Checks for changed stats and generate sound effects.
Choice - Class in com.realtime.crossfire.jxclient.character
A choice for character creation.
Choice(String, String, Map<String, String>) - Constructor for class com.realtime.crossfire.jxclient.character.Choice
Creates a new instance.
choiceDescription - Variable in class com.realtime.crossfire.jxclient.character.Choice
The human readable choice name.
choiceName - Variable in class com.realtime.crossfire.jxclient.character.Choice
Identifies the choice.
choices - Variable in class com.realtime.crossfire.jxclient.character.Choice
The choices.
choices - Variable in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
The available choices.
choices - Variable in class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
The available choices.
classChoice - Variable in class com.realtime.crossfire.jxclient.character.NewCharInfo
Whether a class should be selected.
classChoice - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
Whether a class should be selected.
classInfo - Variable in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
The defined classes for character creation.
classInfoChanged(String) - Method in interface com.realtime.crossfire.jxclient.character.NewCharacterInformationListener
Called whenever information of a class may have changed.
classList - Variable in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
The classes available for character creation.
classListChanged() - Method in interface com.realtime.crossfire.jxclient.character.NewCharacterInformationListener
Called whenever the class list may have changed.
ClassRaceInfo - Class in com.realtime.crossfire.jxclient.character
One possible class or race for character creation.
ClassRaceInfo(String, String, String, Map<Integer, Long>, Collection<Choice>) - Constructor for class com.realtime.crossfire.jxclient.character.ClassRaceInfo
Creates a new instance.
ClassRaceInfoBuilder - Class in com.realtime.crossfire.jxclient.server.crossfire
Builder for ClassRaceInfo instances while parsing an "replyinfo race_info" packet.
ClassRaceInfoBuilder(String) - Constructor for class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
Creates a new instance.
cleanInventory(int) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Clears the inventory of an item.
clear() - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Clears all lines from the buffer.
clear() - Method in class com.realtime.crossfire.jxclient.map.AnimationMap
Forgets all state.
clear() - Method in class com.realtime.crossfire.jxclient.map.CfMapAnimations
Forgets all animations.
clear() - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Marks this square as 'fog-og-war'.
clear() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
Resets values for the current server entry.
clear() - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
Forgets about sent commands.
clear() - Method in class com.realtime.crossfire.jxclient.skin.io.ImageParser
Forgets all defined images.
clear() - Method in class com.realtime.crossfire.jxclient.skin.skin.JXCSkinCache
Forgets all cached elements.
clear() - Method in class com.realtime.crossfire.jxclient.stats.ExperienceTable
Forgets about all level-$> mappings.
clear() - Method in class com.realtime.crossfire.jxclient.util.DoubleMapping
Removes all mappings.
clear() - Method in class com.realtime.crossfire.jxclient.util.Mapping
Removes all mappings.
ClearCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the command "clear".
ClearCommand(JXCWindowRenderer, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.ClearCommand
Creates a new instance.
clearFailure() - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Inform the various failure listeners that they can clean the last displayed failure.
clearFailure() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireFailureListener
Failure is not relevant anymore, clean it.
clearGUI(Gui) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Sets a gui to display and clears the display.
clearMap(Graphics2D) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Blanks the map display.
clearMapPending - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Whether the map area should be blanked.
clearNumberedSkills() - Method in class com.realtime.crossfire.jxclient.skills.SkillSet
Clears all stat info in SkillSet.numberedSkills.
clearShortcuts() - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
Clears all defined shortcuts.
clearSkills() - Method in class com.realtime.crossfire.jxclient.skills.SkillSet
Clears all skills.
clearSquare(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Clears the content of one square.
clearSquare(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Clears the content of one square.
clearTypes() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
CLICK_DISTANCE - Static variable in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
The maximum distance the mouse may have moved between the mouse pressed and the mouse released even to generate a mouse clicked event.
clickPosition - Variable in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
The position that was clicked if MouseTracker.isClicked is set.
clientSocket - Variable in class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
The ClientSocket instance used to connect to Crossfire servers.
ClientSocket - Class in com.realtime.crossfire.jxclient.server.socket
A socket that processes incoming data.
ClientSocket(Model, DebugWriter) - Constructor for class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Creates a new instance.
clientSocketListener - Variable in class com.realtime.crossfire.jxclient.main.DefaultKeyHandler
The ClientSocketListener used to detect connection state changes.
clientSocketListener - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The ClientSocketListener attached to DefaultScriptProcess.crossfireServerConnection to track commands sent to the server.
clientSocketListener - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The ClientSocketListener attached to the server socket.
ClientSocketListener - Interface in com.realtime.crossfire.jxclient.server.socket
Interface for listeners interested in ClientSocket related events.
clientSocketListeners - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
The ClientSocketListeners to notify.
ClientSocketState - Enum in com.realtime.crossfire.jxclient.guistate
Connection progress states of the Crossfire server connection.
ClientSocketState() - Constructor for enum com.realtime.crossfire.jxclient.guistate.ClientSocketState
 
clientSocketState - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The current connection state.
clipboard - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The clipboard for cut/copy/paste operations.
ClipCache - Class in com.realtime.crossfire.jxclient.sound
Allocates new sound clips.
ClipCache(AudioFileLoader, DebugWriter) - Constructor for class com.realtime.crossfire.jxclient.sound.ClipCache
Creates a new instance.
clipCache - Variable in class com.realtime.crossfire.jxclient.sound.ClipManager
The clip cache used to allocate new clips.
ClipManager - Class in com.realtime.crossfire.jxclient.sound
Manages a set of sound clips (short sound effects).
ClipManager(AudioFileLoader, DebugWriter) - Constructor for class com.realtime.crossfire.jxclient.sound.ClipManager
Creates a new instance.
clipManager - Variable in class com.realtime.crossfire.jxclient.sound.SoundManager
The clip manager for playing sound effects.
cloak - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: cloaks.
closeDialog(Gui) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Closes a dialog.
closeDialog(String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Closes a dialog.
closeDialog(String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Closes a dialog.
closeDialog(String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Closes the given dialog.
closeDialog(Gui) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Closes the given dialog.
closeDialogByName(String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Closes a dialog by name.
closeKeybindDialog() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Closes the keybinding dialog.
closeQueryDialog() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Closes the "query" dialog.
closeTransientDialogs() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Closes all transient dialogs: disconnect, quit, connect, query, and book dialogs.
cmdDraw(String) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Processes a "draw" command from the script process.
cmdIssue(String) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Processes a regular "issue" command from the script process.
cmdIssueLock(String) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Processes a "issue lock" command from the script process.
cmdIssueMark(String) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Processes a "issue mark" command from the script process.
cmdMap2Coordinate(ByteBuffer, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes the payload data for a map2 coordinate command.
cmdMap2CoordinateClearSpace(int, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes the payload data for a map2 coordinate "clear_space" sub-command.
cmdMap2CoordinateDarkness(ByteBuffer, int, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes the payload data for a map2 coordinate "darkness" sub-command.
cmdMap2CoordinateLayer(ByteBuffer, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes the payload data for a map2 coordinate "layer" sub-command.
cmdMap2CoordinateLayer3(ByteBuffer, Location, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes the additional payload data for a map2 coordinate "layer" sub-command having 4 bytes payload.
cmdMap2CoordinateLayer4(ByteBuffer, Location, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Processes the additional payload data for a map2 coordinate "layer" sub-command having 4 bytes payload.
cmdMonitor() - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Processes a "monitor" command from the script process.
cmdReplyinfo(String, ByteBuffer) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Handles the replyinfo server to client command.
cmdRequest(String) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Processes a "request" command from the script process.
cmdUnmonitor() - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Processes an "unmonitor" command from the script process.
code - Variable in class com.realtime.crossfire.jxclient.quests.Quest
Quest internal code.
codeBase - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
The server's code base.
codeBase - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The "code base" value for the current server entry.
Codec - Class in com.realtime.crossfire.jxclient.util
Utility class to encode arbitrary Strings to fit in a single text line.
Codec() - Constructor for class com.realtime.crossfire.jxclient.util.Codec
Private constructor to prevent instantiation.
color - Variable in class com.realtime.crossfire.jxclient.gui.button.GUIButton
The Color of the overlay text or null to display only the image.
color - Variable in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
The text color.
color - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupTextGauge
The text color.
color - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUITextGauge
The text color.
color - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
The current color.
color - Variable in class com.realtime.crossfire.jxclient.gui.log.Parser
The color to use.
color - Variable in class com.realtime.crossfire.jxclient.gui.log.TextSegment
The color to use.
color - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
The text color.
color - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIFill
The Color to paint.
color - Variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The magic map color of the square.
color - Variable in class com.realtime.crossfire.jxclient.skin.factory.CheckBoxFactory
The text color.
color - Variable in class com.realtime.crossfire.jxclient.skin.factory.TextButtonFactory
The text color.
COLOR_NAMES - Static variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
The colors names corresponding to MessageBufferUpdater.colors.
colorBackground - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
The background color of the slider.
colorBoosted - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
The color for boosted stats.
colorBoostedUpgradable - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
The color for boosted and upgradable stats.
colorDepleted - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
The color for depleted stats.
colorForeground - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
The foreground color of the slider.
colors - Variable in class com.realtime.crossfire.jxclient.gui.label.InternalHTMLRenderer
 
colors - Variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
Maps color index to color.
COLORS - Static variable in class com.realtime.crossfire.jxclient.gui.log.Parser
Maps color tag name to color instance.
colorSelected - Variable in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
The text color when selected.
colorSelected - Variable in class com.realtime.crossfire.jxclient.skin.factory.TextButtonFactory
The text color when selected.
colorUpgradable - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
The color for upgradable stats.
com.realtime.crossfire.jxclient.account - package com.realtime.crossfire.jxclient.account
 
com.realtime.crossfire.jxclient.animations - package com.realtime.crossfire.jxclient.animations
 
com.realtime.crossfire.jxclient.character - package com.realtime.crossfire.jxclient.character
 
com.realtime.crossfire.jxclient.commands - package com.realtime.crossfire.jxclient.commands
 
com.realtime.crossfire.jxclient.faces - package com.realtime.crossfire.jxclient.faces
Manages image information ("faces") needed to display the map view, items, and spell icons.
com.realtime.crossfire.jxclient.gui.button - package com.realtime.crossfire.jxclient.gui.button
 
com.realtime.crossfire.jxclient.gui.combobox - package com.realtime.crossfire.jxclient.gui.combobox
 
com.realtime.crossfire.jxclient.gui.commandlist - package com.realtime.crossfire.jxclient.gui.commandlist
 
com.realtime.crossfire.jxclient.gui.commands - package com.realtime.crossfire.jxclient.gui.commands
 
com.realtime.crossfire.jxclient.gui.gauge - package com.realtime.crossfire.jxclient.gui.gauge
 
com.realtime.crossfire.jxclient.gui.gui - package com.realtime.crossfire.jxclient.gui.gui
 
com.realtime.crossfire.jxclient.gui.item - package com.realtime.crossfire.jxclient.gui.item
 
com.realtime.crossfire.jxclient.gui.keybindings - package com.realtime.crossfire.jxclient.gui.keybindings
 
com.realtime.crossfire.jxclient.gui.label - package com.realtime.crossfire.jxclient.gui.label
 
com.realtime.crossfire.jxclient.gui.list - package com.realtime.crossfire.jxclient.gui.list
 
com.realtime.crossfire.jxclient.gui.log - package com.realtime.crossfire.jxclient.gui.log
 
com.realtime.crossfire.jxclient.gui.map - package com.realtime.crossfire.jxclient.gui.map
 
com.realtime.crossfire.jxclient.gui.misc - package com.realtime.crossfire.jxclient.gui.misc
 
com.realtime.crossfire.jxclient.gui.scrollable - package com.realtime.crossfire.jxclient.gui.scrollable
 
com.realtime.crossfire.jxclient.gui.textinput - package com.realtime.crossfire.jxclient.gui.textinput
 
com.realtime.crossfire.jxclient.guistate - package com.realtime.crossfire.jxclient.guistate
 
com.realtime.crossfire.jxclient.items - package com.realtime.crossfire.jxclient.items
 
com.realtime.crossfire.jxclient.knowledge - package com.realtime.crossfire.jxclient.knowledge
 
com.realtime.crossfire.jxclient.main - package com.realtime.crossfire.jxclient.main
 
com.realtime.crossfire.jxclient.map - package com.realtime.crossfire.jxclient.map
Implements the map model which is shown in the map and magic map views.
com.realtime.crossfire.jxclient.mapupdater - package com.realtime.crossfire.jxclient.mapupdater
 
com.realtime.crossfire.jxclient.metaserver - package com.realtime.crossfire.jxclient.metaserver
 
com.realtime.crossfire.jxclient.protocol - package com.realtime.crossfire.jxclient.protocol
 
com.realtime.crossfire.jxclient.quests - package com.realtime.crossfire.jxclient.quests
 
com.realtime.crossfire.jxclient.queue - package com.realtime.crossfire.jxclient.queue
 
com.realtime.crossfire.jxclient.scripts - package com.realtime.crossfire.jxclient.scripts
 
com.realtime.crossfire.jxclient.server.crossfire - package com.realtime.crossfire.jxclient.server.crossfire
 
com.realtime.crossfire.jxclient.server.server - package com.realtime.crossfire.jxclient.server.server
 
com.realtime.crossfire.jxclient.server.socket - package com.realtime.crossfire.jxclient.server.socket
 
com.realtime.crossfire.jxclient.settings - package com.realtime.crossfire.jxclient.settings
 
com.realtime.crossfire.jxclient.settings.options - package com.realtime.crossfire.jxclient.settings.options
 
com.realtime.crossfire.jxclient.shortcuts - package com.realtime.crossfire.jxclient.shortcuts
 
com.realtime.crossfire.jxclient.skills - package com.realtime.crossfire.jxclient.skills
 
com.realtime.crossfire.jxclient.skin.events - package com.realtime.crossfire.jxclient.skin.events
 
com.realtime.crossfire.jxclient.skin.factory - package com.realtime.crossfire.jxclient.skin.factory
 
com.realtime.crossfire.jxclient.skin.io - package com.realtime.crossfire.jxclient.skin.io
 
com.realtime.crossfire.jxclient.skin.skin - package com.realtime.crossfire.jxclient.skin.skin
 
com.realtime.crossfire.jxclient.skin.source - package com.realtime.crossfire.jxclient.skin.source
 
com.realtime.crossfire.jxclient.sound - package com.realtime.crossfire.jxclient.sound
 
com.realtime.crossfire.jxclient.spells - package com.realtime.crossfire.jxclient.spells
 
com.realtime.crossfire.jxclient.stats - package com.realtime.crossfire.jxclient.stats
 
com.realtime.crossfire.jxclient.util - package com.realtime.crossfire.jxclient.util
 
com.realtime.crossfire.jxclient.window - package com.realtime.crossfire.jxclient.window
 
comboBox - Variable in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
The Swing component that implements the combo box.
Command - Interface in com.realtime.crossfire.jxclient.commands
Implements a client-side command.
command - Variable in class com.realtime.crossfire.jxclient.commands.CommandExec
The command to execute or null to send as "ncom".
command - Variable in class com.realtime.crossfire.jxclient.gui.commands.ExecSelectionCommand
The command to execute.
command - Variable in class com.realtime.crossfire.jxclient.gui.textinput.ExecuteCommandCommand
The command to execute.
command - Variable in class com.realtime.crossfire.jxclient.shortcuts.ShortcutCommand
The command to execute.
command - Variable in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
The command for casting the spell.
commandCallback - Variable in class com.realtime.crossfire.jxclient.commands.BindCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.commands.ExecCommand
The CommandCallback to lookup commands.
commandCallback - Variable in class com.realtime.crossfire.jxclient.commands.UnbindCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCharacterCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountLinkCharacterCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountLoginCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountPasswordCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountPlayCharacterCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.DialogCloseCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.DialogOpenCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.DialogToggleCommand
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.commands.QuitCommand
The CommandCallback instance.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.textinput.ActivateCommandInputCommand
The CommandCallback to affect.
CommandCallback - Interface in com.realtime.crossfire.jxclient.gui.textinput
Interface that defines callback functions needed by commands.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandFactoryImpl
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The CommandCallback to use.
commandCallback - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The CommandCallback instance.
CommandCheckBoxOption - Class in com.realtime.crossfire.jxclient.gui.commands
A CheckBoxOption that executes CommandLists when checked/unchecked.
CommandCheckBoxOption(CommandList, CommandList, String) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.CommandCheckBoxOption
Creates a new instance.
commandComcReceived(int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireComcListener
Called whenever a comc command has been received.
commandDrawextinfoReceived(int, int, int, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawextinfoListener
A drawextinfo message has been received.
commandDrawinfoReceived(String, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawinfoListener
A drawinfo message has been received.
CommandExec - Class in com.realtime.crossfire.jxclient.commands
A Command instance and its arguments.
CommandExec(Command, String) - Constructor for class com.realtime.crossfire.jxclient.commands.CommandExec
Creates a new instance.
commandExecutor - Variable in class com.realtime.crossfire.jxclient.commands.AgainCommand
The CommandExecutor for executing the commands.
CommandExecutor - Interface in com.realtime.crossfire.jxclient.gui.textinput
Executes commands.
commandExecutor - Variable in class com.realtime.crossfire.jxclient.gui.textinput.ExecuteCommandCommand
The CommandExecutor for executing the command.
commandExecutor - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandFactoryImpl
The CommandExecutor instance to use.
commandExecutor - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandText
The CommandExecutor for executing entered commands.
commandExecutor - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The CommandExecutor instance.
CommandExecutorImpl - Class in com.realtime.crossfire.jxclient.commands
Executes Commands.
CommandExecutorImpl(CommandQueue, Commands) - Constructor for class com.realtime.crossfire.jxclient.commands.CommandExecutorImpl
Creates a new instance.
CommandExpander - Class in com.realtime.crossfire.jxclient.commands
Expands a command (or list of commands) into a sequence of Commands to execute.
CommandExpander() - Constructor for class com.realtime.crossfire.jxclient.commands.CommandExpander
Private constructor to prevent instantiation.
commandHistories - Variable in class com.realtime.crossfire.jxclient.settings.CommandHistoryFactory
All defined CommandHistory instances.
commandHistory - Variable in class com.realtime.crossfire.jxclient.commands.AgainCommand
The CommandHistory for determining the command to execute.
commandHistory - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The CommandHistory for this text field.
CommandHistory - Class in com.realtime.crossfire.jxclient.settings
Manages a list of previously entered commands.
CommandHistory(String) - Constructor for class com.realtime.crossfire.jxclient.settings.CommandHistory
Creates a new instance.
CommandHistoryFactory - Class in com.realtime.crossfire.jxclient.settings
Factory for creating CommandHistory instances by name.
CommandHistoryFactory() - Constructor for class com.realtime.crossfire.jxclient.settings.CommandHistoryFactory
 
commandHistoryFactory - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
commandIndex - Variable in class com.realtime.crossfire.jxclient.settings.CommandHistory
The current command index.
commandList - Variable in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
The commands to execute when the button is elected.
CommandList - Class in com.realtime.crossfire.jxclient.gui.commandlist
A list of GUICommand instances.
CommandList(CommandListType) - Constructor for class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
Creates a new instance as an empty command list.
commandList - Variable in class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
The list of GUICommands in execution order.
commandList - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
The CommandList that is executed on button 2.
commandList - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
The CommandList that is executed on button 2.
commandList - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUITextField
The CommandList for executing commands.
commandList - Variable in class com.realtime.crossfire.jxclient.skin.events.ConnectionStateSkinEvent
The CommandList to execute.
commandList - Variable in class com.realtime.crossfire.jxclient.skin.events.CrossfireMagicmapSkinEvent
The CommandList to execute.
commandList - Variable in class com.realtime.crossfire.jxclient.skin.events.MapScrollSkinEvent
The CommandList to execute.
commandList - Variable in class com.realtime.crossfire.jxclient.skin.events.PlayerLoginSkinEvent
The CommandList to execute.
commandList - Variable in class com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent
The CommandList to execute.
commandList - Variable in class com.realtime.crossfire.jxclient.skin.events.SkillRemovedSkinEvent
The CommandList to execute.
commandListType - Variable in class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
The command list type.
CommandListType - Enum in com.realtime.crossfire.jxclient.gui.commandlist
The command list type.
CommandListType() - Constructor for enum com.realtime.crossfire.jxclient.gui.commandlist.CommandListType
 
commandMagicmapReceived() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireMagicmapListener
A magicmap protocol message has been received.
commandMusicReceived(String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireMusicListener
A music command has been received.
commandName - Variable in class com.realtime.crossfire.jxclient.commands.AbstractCommand
The name of the command.
commandNewmapReceived() - Method in interface com.realtime.crossfire.jxclient.map.NewmapListener
Called whenever a "newmap" message has been received.
commandOff - Variable in class com.realtime.crossfire.jxclient.gui.commands.CommandCheckBoxOption
The command list to execute when unchecked.
commandOn - Variable in class com.realtime.crossfire.jxclient.gui.commands.CommandCheckBoxOption
The command list to execute when checked.
CommandParser - Class in com.realtime.crossfire.jxclient.skin.io
Parser for creating GUICommand instances from string representations.
CommandParser(Dialogs, FloorView, JXCSkinCache<AbstractGUIElement>) - Constructor for class com.realtime.crossfire.jxclient.skin.io.CommandParser
Creates a new instance.
commandParser - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The CommandParser for parsing commands.
commandQueryReceived(String, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireQueryListener
A query message has been received.
commandQueue - Variable in class com.realtime.crossfire.jxclient.commands.CommandExecutorImpl
The command queue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.commands.ExecSelectionCommand
The command queue to use.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
The command queue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
The command queue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
The command queue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
The command queue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The CommandQueue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
The command queue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeList
The CommandQueue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
The CommandQueue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The command queue instance for this window.
commandQueue - Variable in class com.realtime.crossfire.jxclient.main.OutputCountTracker
The CommandQueue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The CommandQueue instance.
CommandQueue - Class in com.realtime.crossfire.jxclient.queue
Maintains the pending (ncom) commands sent to the server.
CommandQueue(CrossfireServerConnection, GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.queue.CommandQueue
Creates a new instance.
commandQueue - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The CommandQueue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.scripts.ScriptManager
The CommandQueue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
The command queue for sending pickup commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.shortcuts.ShortcutCommand
The command queue for sending commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
The command queue for executing commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
The command queue for executing commands.
commandQueue - Variable in class com.realtime.crossfire.jxclient.window.KeyHandler
The CommandQueue to use.
commands - Variable in class com.realtime.crossfire.jxclient.commands.CommandExecutorImpl
The Commands to consider.
Commands - Class in com.realtime.crossfire.jxclient.commands
Parses and executes client-side commands.
Commands() - Constructor for class com.realtime.crossfire.jxclient.commands.Commands
 
commands - Variable in class com.realtime.crossfire.jxclient.commands.Commands
Maps command name to Command instance.
commands - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
The associated CommandList.
commands - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindingState
The commands to bind, or null to unbind.
commands - Variable in class com.realtime.crossfire.jxclient.scripts.PacketWatcher
The commands to watch for.
commands - Variable in class com.realtime.crossfire.jxclient.settings.CommandHistory
The commands.
commandSent(String) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Sends a message to the script process.
commandSent(String) - Method in interface com.realtime.crossfire.jxclient.scripts.ScriptProcess
Sends a message to the script process.
commandSentItem(String, CfItem) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Sends an item info message to the script process.
commandSentMap(CfMap, int, int) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Sends info about one map cell to the script process.
commandSound2Received(int, int, int, int, int, String, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireSoundListener
A sound2 command has been received.
commandSoundReceived(int, int, int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireSoundListener
A sound command has been received.
commandText - Variable in class com.realtime.crossfire.jxclient.gui.textinput.ActivateCommandInputCommand
The command text to set.
CommandType - Enum in com.realtime.crossfire.jxclient.gui.commands
The executable commands.
CommandType() - Constructor for enum com.realtime.crossfire.jxclient.gui.commands.CommandType
 
comment - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
The comment field to update; may be null.
comment - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the server comment.
comment - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The "comment" value for the current server entry.
comment - Variable in class com.realtime.crossfire.jxclient.settings.SettingsEntry
The comment to add to the settings file.
commit() - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Finishes an update transaction.
commit() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Finishes an update transaction.
comparator - Variable in class com.realtime.crossfire.jxclient.items.InventoryView
The Comparator for sorting.
compare(CfItem, CfItem) - Method in class com.realtime.crossfire.jxclient.items.InventoryComparator
compare(Quest, Quest) - Method in class com.realtime.crossfire.jxclient.quests.QuestComparator
compare(Spell, Spell) - Method in class com.realtime.crossfire.jxclient.spells.SpellComparator
compareTo(CharacterInformation) - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
compareTo(MetaserverEntry) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
compareTo(ScriptProcess) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
componentListener - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The ComponentListener attached to JXCWindowRenderer.frame.
CONCURRENT_ASKFACE_COMMANDS - Static variable in class com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue
The maximum number of concurrently sent "askface" commands.
connect(String) - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Connects to a Crossfire server.
connect(String, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Attempts to connect the client to a server.
connect(String, int) - Method in class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
Attempts to connect the client to a server.
connect(String, int) - Method in interface com.realtime.crossfire.jxclient.server.server.ServerConnection
Attempts to connect the client to a server.
connect(String, int) - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Connects to a server.
connect() - Method in class com.realtime.crossfire.jxclient.window.JXCConnection
Connects to the Crossfire server.
ConnectCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which connects to a Crossfire server.
ConnectCommand(GuiStateManager, GUIText) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ConnectCommand
Creates a new instance.
connected() - Method in interface com.realtime.crossfire.jxclient.guistate.GuiStateListener
The connection has been established.
connected - Variable in class com.realtime.crossfire.jxclient.main.DefaultKeyHandler
Whether a server connection is active.
connected() - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Called after the server connection has been established.
connected - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
Whether the current client socket state is ClientSocketState.CONNECTED.
connected() - Method in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
Called after the server connection has been established.
connected() - Method in interface com.realtime.crossfire.jxclient.server.socket.ClientSocketListener
Called after a connection to a Crossfire server has been established.
connectFailed(String) - Method in interface com.realtime.crossfire.jxclient.guistate.GuiStateListener
An connection attempt failed.
connecting(String) - Method in interface com.realtime.crossfire.jxclient.guistate.GuiStateListener
Connection establishment is in progress.
connecting(ClientSocketState) - Method in interface com.realtime.crossfire.jxclient.guistate.GuiStateListener
Connection establishment is in progress.
connecting() - Method in interface com.realtime.crossfire.jxclient.server.socket.ClientSocketListener
Called when connecting to a Crossfire server.
connection - Variable in class com.realtime.crossfire.jxclient.main.PlayerNameTracker
The JXCConnection to track.
connection - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The JXCConnection to use.
ConnectionStateSkinEvent - Class in com.realtime.crossfire.jxclient.skin.events
A SkinEvent that executes a CommandList at connection setup.
ConnectionStateSkinEvent(CommandList, GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.skin.events.ConnectionStateSkinEvent
Creates a new instance.
constant - Variable in class com.realtime.crossfire.jxclient.gui.gui.Expression
The constant term.
container - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: container.
context - Variable in class com.realtime.crossfire.jxclient.gui.log.Buffer
The FontRenderContext to use.
convertSample(byte[], int) - Method in class com.realtime.crossfire.jxclient.sound.Processor
Converts one audio sample according to the current Processor.volume.
COORD_CLEAR_SPACE - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Clear a square.
COORD_DARKNESS - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Darkness information.
COORD_LAYER0 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 0.
COORD_LAYER1 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 1.
COORD_LAYER2 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 2.
COORD_LAYER3 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 3.
COORD_LAYER4 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 4.
COORD_LAYER5 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 5.
COORD_LAYER6 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 6.
COORD_LAYER7 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 7.
COORD_LAYER8 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 8.
COORD_LAYER9 - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Face information for layer 9.
COORD_OFFSET - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Offset for coordinate values in map2 command.
copyPatches(int, int, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns a copy of a rectangular area of CfMap.patch.
CORNER_NORTHEAST - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Corner weight for northeast.
CORNER_NORTHWEST - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Corner weight for northwest.
CORNER_SOUTHEAST - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Corner weight for southeast.
CORNER_SOUTHWEST - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Corner weight for southwest.
CORNER_WEIGHT - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Weight (x coordinate) in smoothing face of a corner.
counter - Variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
Counter used by the query MetaserverProcessor.runnable.
CREATE_PLAYER_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "createplayer" command.
createBufferGraphics(CfMap) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Returns a Graphics instance for painting into AbstractGUIMap.bufferedImage.
createCommand(String) - Method in interface com.realtime.crossfire.jxclient.gui.commandlist.GUICommandFactory
Creates a new GUICommand instance from string representation.
createCommand(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandFactoryImpl
Creates a new GUICommand instance from string representation.
createCommandDecode(String) - Method in interface com.realtime.crossfire.jxclient.gui.commandlist.GUICommandFactory
Creates a new GUICommand instance from string representation.
createCommandDecode(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandFactoryImpl
Creates a new GUICommand instance from string representation.
createKeyBinding(boolean, CommandList) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Starts creating a new key binding.
createKeyBinding(boolean, CommandList) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Adds a key binding.
createKeyBinding(boolean, CommandList) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Adds a key binding.
createKeyBinding(boolean, CommandList) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Adds a key binding.
CrossfireAccountListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in account information related messages received from the Crossfire server.
crossfireAccountListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireAccountListeners to be notified.
crossfireComcListener - Variable in class com.realtime.crossfire.jxclient.queue.CommandQueue
The listener to track comc commands.
CrossfireComcListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in comc commands received from the server.
crossfireComcListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireComcListeners to be notified.
crossfireDrawextinfoListener - Variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
The CrossfireDrawextinfoListener registered to receive drawextinfo commands.
crossfireDrawextinfoListener - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUILabelMessage
The CrossfireDrawextinfoListener registered to receive drawextinfo messages.
CrossfireDrawextinfoListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in drawextinfo messages received from the Crossfire server.
crossfireDrawextinfoListener - Variable in class com.realtime.crossfire.jxclient.settings.Macros
The CrossfireDrawextinfoListener for tracking tells.
crossfireDrawextinfoListener - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
crossfireDrawextinfoListener - Variable in class com.realtime.crossfire.jxclient.window.Logger
The CrossfireDrawextinfoListener registered to receive drawextinfo commands.
crossfireDrawinfoListener - Variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
The CrossfireDrawinfoListener registered to receive drawinfo commands.
crossfireDrawinfoListener - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUILabelMessage
The CrossfireDrawinfoListener registered to receive drawinfo messages.
CrossfireDrawinfoListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in drawinfo messages received from the Crossfire server.
crossfireDrawinfoListener - Variable in class com.realtime.crossfire.jxclient.window.Logger
The CrossfireDrawinfoListener registered to receive drawinfo commands.
crossfireFailureListener - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelFailure
The CrossfireFailureListener registered to receive failure messages.
CrossfireFailureListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in the "failure" messages received from the Crossfire server.
crossfireFailureListener - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The CrossfireFailureListener registered to receive failure messages.
crossfireFailureListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireFailureListeners to be notified.
CrossfireMagicmapListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in magicmap messages received from the Crossfire server.
crossfireMagicmapListener - Variable in class com.realtime.crossfire.jxclient.skin.events.CrossfireMagicmapSkinEvent
CrossfireMagicmapSkinEvent - Class in com.realtime.crossfire.jxclient.skin.events
A SkinEvent that executes a CommandList whenever a magicmap protocol command is received.
CrossfireMagicmapSkinEvent(CommandList, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.skin.events.CrossfireMagicmapSkinEvent
Creates a new instance.
CrossfireMusicListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in "music" commands.
crossfireMusicListener - Variable in class com.realtime.crossfire.jxclient.sound.MusicWatcher
The crossfire stats listener.
crossfireMusicListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireMusicListeners to be notified.
CrossfirePickupListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in "pickup" messages.
crossfirePickupListener - Variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The CrossfirePickupListener for tracking pickup mode changes.
crossfirePickupListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfirePickupListeners to be notified.
crossfireQueryListener - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelQuery
The CrossfireQueryListener registered to receive query commands.
crossfireQueryListener - Variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
The CrossfireQueryListener registered to receive query commands.
crossfireQueryListener - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
CrossfireQueryListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in query messages received from the Crossfire server.
crossfireQueryListener - Variable in class com.realtime.crossfire.jxclient.window.Logger
The CrossfireQueryListener registered to receive query commands.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.commands.AbstractCommand
The connection instance.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.commands.DebugMessagesCommand
The connection instance.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.commands.ExecSelectionCommand
The connection to execute commands on.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
The connection instance.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
The server instance.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelFailure
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.label.GUILabelQuery
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
The connection instance.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.map.GUIMap
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUILabelMessage
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.queue.CommandQueue
The server connection for sending ncom commands.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The connection instance.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.scripts.PacketWatcher
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.scripts.ScriptManager
CrossfireServerConnection - Interface in com.realtime.crossfire.jxclient.server.crossfire
Adds encoding/decoding of crossfire protocol packets to a ServerConnection.
crossfireServerConnection - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
The CrossfireServerConnection for sending "setup" commands.
CrossfireSoundListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in "sound" commands.
crossfireSoundListener - Variable in class com.realtime.crossfire.jxclient.sound.SoundWatcher
The crossfire sound listener.
crossfireSoundListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireSoundListeners to be notified.
CrossfireTickListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in "tick" commands.
crossfireTickListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireTickListeners to be notified.
crossfireUpdateItemListener - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The CrossfireUpdateItemListener to receive item updates.
crossfireUpdateItemListener - Variable in class com.realtime.crossfire.jxclient.main.OutputCountTracker
The CrossfireUpdateItemListener to receive item updates.
CrossfireUpdateItemListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in item related commands.
crossfireUpdateItemListener - Variable in class com.realtime.crossfire.jxclient.sound.StatsWatcher
The CrossfireUpdateItemListener to receive item updates.
crossfireUpdateItemListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireUpdateItemListeners to be notified.
CrossfireUpdateMapListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
Interface for listeners interested in map related commands.
crossfireUpdateMapListener - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The CrossfireUpdateMapListener to be notified.
CS_NUM_SKILLS - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
CS_NUM_SKILLS does not match how many skills there really are - instead, it is used as a range of values so that the client can have some idea how many skill categories there may be.
CS_STAT_AC - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Armor Class stat.
CS_STAT_APPLIED_CHA - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The charisma primary stat changes due to gear or skills.
CS_STAT_APPLIED_CON - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The constitution primary stat changes due to gear or skills.
CS_STAT_APPLIED_DEX - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The dexterity primary stat changes due to gear or skills.
CS_STAT_APPLIED_INT - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The integer primary stat changes due to gear or skills.
CS_STAT_APPLIED_POW - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The power primary stat changes due to gear or skills.
CS_STAT_APPLIED_STR - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The strength primary stat changes due to gear or skills.
CS_STAT_APPLIED_WIS - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The wisdom primary stat changes due to gear or skills.
CS_STAT_ARMOUR - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Armour stat.
CS_STAT_BASE_CHA - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The charisma primary stat without boosts or depletions.
CS_STAT_BASE_CON - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The constitution primary stat without boosts or depletions.
CS_STAT_BASE_DEX - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The dexterity primary stat without boosts or depletions.
CS_STAT_BASE_INT - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The integer primary stat without boosts or depletions.
CS_STAT_BASE_POW - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The power primary stat without boosts or depletions.
CS_STAT_BASE_STR - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The strength primary stat without boosts or depletions.
CS_STAT_BASE_WIS - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The wisdom primary stat without boosts or depletions.
CS_STAT_CHA - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Charisma Primary stat.
CS_STAT_CON - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Constitution Primary stat.
CS_STAT_DAM - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Damage stat.
CS_STAT_DEX - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Dexterity Primary stat.
CS_STAT_EXP - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Global Experience (32bit encoding) stat.
CS_STAT_EXP64 - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Global Experience (64bit encoding) stat.
CS_STAT_FLAGS - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The various flags used in stats.
CS_STAT_FOOD - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Food stat.
CS_STAT_GOLEM_HP - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The golem's hitpoints, 0 if no golem.
CS_STAT_GOLEM_MAXHP - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The golem's maximum hitpoints, 0 if no golem.
CS_STAT_GRACE - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Grace stat.
CS_STAT_HP - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Hit Points stat.
CS_STAT_INT - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Intelligence Primary stat.
CS_STAT_LEVEL - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Global Level stat.
CS_STAT_MAXGRACE - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Maximum Grace stat.
CS_STAT_MAXHP - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Maximum Hit Points stat.
CS_STAT_MAXSP - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Maximum Spell Points stat.
CS_STAT_POW - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Power Primary stat.
CS_STAT_RACE_CHA - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The race's maximum charisma primary stat.
CS_STAT_RACE_CON - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The race's maximum constitution primary stat.
CS_STAT_RACE_DEX - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The race's maximum dexterity primary stat.
CS_STAT_RACE_INT - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The race's maximum intelligence primary stat.
CS_STAT_RACE_POW - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The race's maximum power primary stat.
CS_STAT_RACE_STR - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The race's maximum strength primary stat.
CS_STAT_RACE_WIS - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The race's maximum wisdom primary stat.
CS_STAT_RANGE - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Range stat - this is what is currently readied by the player to fire.
CS_STAT_RES_ACID - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to acid.
CS_STAT_RES_BLIND - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to blindness.
CS_STAT_RES_COLD - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to cold.
CS_STAT_RES_CONF - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to confusion.
CS_STAT_RES_DEATH - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to death.
CS_STAT_RES_DEPLETE - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to depletion.
CS_STAT_RES_DRAIN - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to drain life.
CS_STAT_RES_ELEC - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to electricity.
CS_STAT_RES_FEAR - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to fear.
CS_STAT_RES_FIRE - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to fire.
CS_STAT_RES_GHOSTHIT - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to ghost hit.
CS_STAT_RES_HOLYWORD - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to holy word.
CS_STAT_RES_MAG - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to magical attacks.
CS_STAT_RES_PARA - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to paralysis.
CS_STAT_RES_PHYS - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to physical attacks.
CS_STAT_RES_POISON - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to poison.
CS_STAT_RES_SLOW - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to slowness.
CS_STAT_RES_TURN_UNDEAD - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Resistance to turn undead.
CS_STAT_RESIST_END - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
End index of the resistances.
CS_STAT_RESIST_START - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Beginning index of the resistances.
CS_STAT_SKILLINFO - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
CS_STAT_SKILLINFO is used as the starting index point.
CS_STAT_SP - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Spell Points stat.
CS_STAT_SPEED - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Speed stat.
CS_STAT_SPELL_ATTUNE - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Attuned spell paths of a spell.
CS_STAT_SPELL_DENY - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Denied spell paths of a spell.
CS_STAT_SPELL_REPEL - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Repelled spell paths of a spell.
CS_STAT_STR - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Strength Primary stat.
CS_STAT_TITLE - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Title stat.
CS_STAT_WC - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Weapon Class stat.
CS_STAT_WEAP_SP - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Weapon Speed stat.
CS_STAT_WEIGHT_LIM - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Weight Limit stat.
CS_STAT_WIS - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
The Wisdom Primary stat.
CTRL - Static variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
The mask for "ctrl".
CTRL - Static variable in class com.realtime.crossfire.jxclient.gui.misc.Modifiers
The mask for "ctrl".
cur - Variable in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
The current value.
CURE_MESSAGE - Static variable in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
The text message the server sends when the poison is cured via a spell.
currentFace - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
 
currentFloor - Variable in class com.realtime.crossfire.jxclient.items.FloorView
The tag of the currently shown container or 0 if no container is open.
currentGui - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The currently displayed Gui.
currentItem - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
The label to update with information about the selected item.
currentMapHeight - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The currently active map height.
currentMapWidth - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The currently active map width.
currentNumLookObjects - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
The currently active number of ground view objects.
currentPlayerTag - Variable in class com.realtime.crossfire.jxclient.items.InventoryView
The tag of the current player object or -1.
currentQueryDialogIsNamePrompt - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
Whether the currently shown query dialog is the character name prompt.
currentScreenHeight - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
The current screen height.
currentScreenWidth - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
The current screen width.
currentSpell - Variable in class com.realtime.crossfire.jxclient.spells.CurrentSpellManager
The currently selected spell, or null.
currentSpellManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The CurrentSpellManager for tracking the active spell.
currentSpellManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
The CurrentSpellManager to update when a spell is selected.
currentSpellManager - Variable in class com.realtime.crossfire.jxclient.gui.label.GUISpellLabel
The CurrentSpellManager to monitor.
currentSpellManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
The CurrentSpellManager to update when a spell is selected.
currentSpellManager - Variable in class com.realtime.crossfire.jxclient.main.SkinLoader
The CurrentSpellManager instance for this window.
CurrentSpellManager - Class in com.realtime.crossfire.jxclient.spells
Manages the currently selected spell.
CurrentSpellManager() - Constructor for class com.realtime.crossfire.jxclient.spells.CurrentSpellManager
 
currentSpellManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.label.GUISpellLabel
The CurrentSpellManagerListener registered to be notified about changed spell parameters.
CurrentSpellManagerListener - Interface in com.realtime.crossfire.jxclient.spells
Interface for listeners interested in CurrentSpellManager related events.
cursedColor - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The background color for cursed objects.
cursedImage - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The overlay image for cursed objects.
cursor - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The cursor location.

D

damage - Variable in class com.realtime.crossfire.jxclient.spells.Spell
The damage done by the spell.
damnedColor - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The background color for damned objects.
damnedImage - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The overlay image for damned objects.
darkness - Variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The darkness value of the square in the range [0..255].
DARKNESS_FULL_BRIGHT - Static variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The darkness value for a full bright square.
darknessColors - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The DarknessColors instance for converting darkness values into colors.
DarknessColors - Class in com.realtime.crossfire.jxclient.gui.map
Utility class for converting darkness values into colors.
DarknessColors() - Constructor for class com.realtime.crossfire.jxclient.gui.map.DarknessColors
 
darknessColors - Variable in class com.realtime.crossfire.jxclient.gui.map.DarknessColors
Cache to lookup darkness overlay colors.
darknessColors - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The DarknessColors instance for converting darkness values into colors.
DE_ASSERT_MESSAGE - Static variable in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
The text message the server sends when the poison wears off.
deactivateCommandInput() - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Deactivates the command text input field of this dialog.
deactivateCommandInput() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Deactivates the command input text field.
debugGui - Variable in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
Whether GUI elements should be highlighted.
debugGui - Variable in class com.realtime.crossfire.jxclient.main.Options
Enable debugging of GUI elements.
debugKeyboard - Variable in class com.realtime.crossfire.jxclient.window.KeyHandler
The Writer for logging keyboard debug output.
debugKeyboardFilename - Variable in class com.realtime.crossfire.jxclient.main.Options
The filename for keyboard debug logs or null to not log keyboard input.
debugKeyboardWrite(String, KeyEvent, KeyEvent2) - Method in class com.realtime.crossfire.jxclient.window.KeyHandler
Writes a KeyEvent to the keyboard debug.
debugKeyboardWrite(CharSequence) - Method in class com.realtime.crossfire.jxclient.window.KeyHandler
Writes a message to the keyboard debug.
DebugMessagesCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the "debug_messages" command.
DebugMessagesCommand(CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.DebugMessagesCommand
Creates a new instance.
debugMouse - Variable in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
The Writer to write mouse debug to or null.
debugMouseFilename - Variable in class com.realtime.crossfire.jxclient.main.Options
The filename for mouse debug logs or null to not log mouse input.
debugMouseWrite(CharSequence) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
Writes a message to the mouse debug.
debugProtocol - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The appender to write protocol commands to.
debugProtocol - Variable in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
The appender to write protocol commands to.
debugProtocol - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
The appender to write state changes to.
debugProtocolFilename - Variable in class com.realtime.crossfire.jxclient.main.Options
The filename for Crossfire protocol message logs or null to not log protocol messages.
debugProtocolWrite(CharSequence) - Method in class com.realtime.crossfire.jxclient.util.DebugWriter
Writes a message to the debug protocol.
debugProtocolWrite(CharSequence, Throwable) - Method in class com.realtime.crossfire.jxclient.util.DebugWriter
Writes a message to the debug protocol including a throwable.
debugScreen - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The Writer to write screen debug to or null.
debugScreenFilename - Variable in class com.realtime.crossfire.jxclient.main.Options
The filename for screen debug logs or null to not log screen logs.
debugScreenWrite(CharSequence) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Writes a message to the screen debug.
debugSound - Variable in class com.realtime.crossfire.jxclient.sound.AudioFileLoader
The writer for logging sound related information or null to not log.
debugSound - Variable in class com.realtime.crossfire.jxclient.sound.ClipCache
The writer for logging sound related information or null to not log.
debugSound - Variable in class com.realtime.crossfire.jxclient.sound.MusicManager
The writer for logging sound related information or null to not log.
debugSound - Variable in class com.realtime.crossfire.jxclient.sound.SoundManager
The writer for logging sound related information or null to not log.
debugSoundFilename - Variable in class com.realtime.crossfire.jxclient.main.Options
The filename for sound debug logs or null to not log sound logs.
DebugWriter - Class in com.realtime.crossfire.jxclient.util
Writer debug information to a log file.
DebugWriter(Writer) - Constructor for class com.realtime.crossfire.jxclient.util.DebugWriter
Creates a new instance.
decode(String) - Method in interface com.realtime.crossfire.jxclient.gui.commandlist.GUICommandFactory
Decodes a key binding if necessary.
decode(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandFactoryImpl
Decodes a key binding if necessary.
decode(String) - Static method in class com.realtime.crossfire.jxclient.util.Codec
Decodes a string which was encoded by Codec.encode(String).
DEFAULT_BASE - Static variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The default for arch base, map base, and code base if none specified.
DEFAULT_COLOR - Static variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The default magic map color for newly created squares.
DEFAULT_CROSSFIRE_PORT - Static variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The default port number for Crossfire servers.
DEFAULT_DARKNESS - Static variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The default darkness value for newly created squares.
DEFAULT_ENTRY_LOCALHOST - Static variable in class com.realtime.crossfire.jxclient.metaserver.ServerCache
The default entry for the "localhost" server.
DEFAULT_FACE - Static variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The default face value for newly creates squares.
DEFAULT_MAP_HEIGHT - Static variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The default map height to request from the server.
DEFAULT_MAP_HEIGHT - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The default map height when no "setup mapsize" command has been sent.
DEFAULT_MAP_WIDTH - Static variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The default map width to request from the server.
DEFAULT_MAP_WIDTH - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The default map width when no "setup mapsize" command has been sent.
DEFAULT_NUM_LOOK_OBJECTS - Static variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The default number of ground view objects.
DEFAULT_NUM_LOOK_OBJECTS - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
The default number of ground objects when no "setup num_look_objects" command has been sent.
DEFAULT_PICKUP_MODE - Static variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
The default pickup mode.
DEFAULT_SKIN - Static variable in class com.realtime.crossfire.jxclient.main.Options
The default skin name.
DEFAULT_SMOOTH - Static variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The default smooth value for newly created squares.
DEFAULT_TILE_SIZE - Static variable in class com.realtime.crossfire.jxclient.main.Options
The default size of tiles in the map view in pixels.
DEFAULT_TOOLTIP_TEXT - Static variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The default tooltip text for empty slots.
defaultColor - Variable in class com.realtime.crossfire.jxclient.gui.log.GUILabelLog
The default color to use for text message not specifying a color.
defaultColor - Variable in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
The color to use for invalid colors indices.
DefaultCrossfireServerConnection - Class in com.realtime.crossfire.jxclient.server.crossfire
Default implementation of CrossfireServerConnection.
DefaultCrossfireServerConnection(Model, DebugWriter, String) - Constructor for class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Creates a new instance.
defaultDisplayMode - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The default screen mode that was active when the client did start.
DefaultFacesManager - Class in com.realtime.crossfire.jxclient.faces
Retrieves Face information by face ID.
DefaultFacesManager(FaceCache, FaceQueue) - Constructor for class com.realtime.crossfire.jxclient.faces.DefaultFacesManager
Creates a new instance.
defaultIndex - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
The default scroll index.
defaultIndex - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
The default scroll index.
defaultIndex - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
The default scroll index.
defaultIndex - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
The default scroll index.
defaultIndex - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
The default scroll index.
defaultIndex - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
The default scroll index.
defaultIndex - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
The default scroll index.
defaultIndex - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
The default scroll index.
defaultItemPainter - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The ItemPainter for default item parameters.
DefaultJXCSkin - Class in com.realtime.crossfire.jxclient.skin.skin
Default JXCSkin implementation.
DefaultJXCSkin(KeyBindings, OptionManager, Dialogs) - Constructor for class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Creates a new instance.
defaultKeyBindings - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The default key bindings.
defaultKeyBindings - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
The default key bindings.
DefaultKeyHandler - Class in com.realtime.crossfire.jxclient.main
A KeyHandlerListener which updates the state of a GuiManager.
DefaultKeyHandler(Exiter, GuiManager, ServerConnection, GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.main.DefaultKeyHandler
Creates a new instance.
DefaultScriptProcess - Class in com.realtime.crossfire.jxclient.scripts
Default implementation for ScriptProcesses.
DefaultScriptProcess(int, String, CommandQueue, CrossfireServerConnection, Stats, FloorView, ItemSet, Iterable<Spell>, MapUpdaterState, SkillSet) - Constructor for class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Creates a new instance.
defaultServerConnection - Variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The physical server connection.
DefaultServerConnection - Class in com.realtime.crossfire.jxclient.server.server
One of the two most important classes, ServerConnection performs most of the network-related work.
DefaultServerConnection(Model, DebugWriter) - Constructor for class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
Creates a new instance.
defaultSkillIcon - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
 
defaultSkillIcon - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
The default FaceImages to use for the skills if not defined.
defaultTileSize - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The default tile size for the map view.
defaultValue - Variable in class com.realtime.crossfire.jxclient.settings.SettingsEntry
The default value if the key is missing from the settings file.
defaultX - Variable in class com.realtime.crossfire.jxclient.gui.gui.Gui
The default x-coordinate for this dialog.
defaultY - Variable in class com.realtime.crossfire.jxclient.gui.gui.Gui
The default y-coordinate for this dialog.
definedCommandLists - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
All defined command lists.
definedFonts - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
All defined fonts.
definedGUIElements - Variable in class com.realtime.crossfire.jxclient.skin.io.CommandParser
The defined GUI elements.
definedGUIElements - Variable in class com.realtime.crossfire.jxclient.skin.io.GuiElementParser
The defined GUIElements.
definedGUIElements - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The defined GUIElements.
definedImages - Variable in class com.realtime.crossfire.jxclient.skin.io.ImageParser
All defined images.
delay - Variable in class com.realtime.crossfire.jxclient.items.EventScheduler
The delay between a call to EventScheduler.trigger() until the EventScheduler.eventSchedulerCallback is notified.
DELAY - Static variable in class com.realtime.crossfire.jxclient.sound.StatsWatcher
Duration for which to ignore level changes after login.
deleteKeyBinding(KeyBinding) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Removes a key binding.
deleteKeyBindingAsKeyCode(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Removes a key binding for a key code/modifiers pair.
deleteSpell(int) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Deletes a spell.
deleteSpellByIndex(int) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Deletes a spell by index into SpellsManager.spells.
delinvReceived(int) - Method in class com.realtime.crossfire.jxclient.items.ItemsManager
A "delinv" command has been received.
delinvReceived(int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateItemListener
A "delinv" command has been received.
delitemReceived(int[]) - Method in class com.realtime.crossfire.jxclient.items.ItemsManager
A "delitem" command has been received.
delitemReceived(int[]) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateItemListener
A "delitem" command has been received.
deliverEvents() - Method in class com.realtime.crossfire.jxclient.items.AbstractItemView
Delivers all pending events.
description - Variable in class com.realtime.crossfire.jxclient.character.StartingMap
The description.
description - Variable in class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
The description of this entry.
destroy() - Method in class com.realtime.crossfire.jxclient.scripts.PacketWatcher
Releases allocated resources.
detach() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Frees all allocated resources.
detach() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Frees all allocated resources.
dialog - Variable in class com.realtime.crossfire.jxclient.gui.commands.DialogCloseCommand
The dialog to close.
dialog - Variable in class com.realtime.crossfire.jxclient.gui.commands.DialogOpenCommand
The dialog to open.
dialog - Variable in class com.realtime.crossfire.jxclient.gui.commands.DialogToggleCommand
The dialog to toggle.
DIALOG_BORDER_WIDTH - Static variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The border width of dialogs.
DialogCloseCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which closes a Gui.
DialogCloseCommand(CommandCallback, String) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.DialogCloseCommand
Creates a new instance.
dialogConnect - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The "connect in progress" dialog.
dialogConnectLabel - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The "message" field within GuiManager.dialogConnect.
dialogDisconnect - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The "really disconnect?" dialog.
DialogFactory - Class in com.realtime.crossfire.jxclient.skin.factory
A factory class to create "textbutton" instances.
DialogFactory(Image, Image, Image, Image, Image, Image, Image, Image, Image, Font, Color, Color, float) - Constructor for class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
Creates a new instance.
dialogFactory - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The dialog factory.
DialogOpenCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which opens a Gui dialog.
DialogOpenCommand(CommandCallback, String) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.DialogOpenCommand
Creates a new instance.
dialogQuit - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
The "really quit?" dialog.
dialogs - Variable in class com.realtime.crossfire.jxclient.skin.io.CommandParser
The Dialogs instance to use.
dialogs - Variable in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
All defined dialogs.
Dialogs - Class in com.realtime.crossfire.jxclient.skin.skin
Maintains a set of Gui instances representing dialog windows.
Dialogs(GuiFactory, GuiManager) - Constructor for class com.realtime.crossfire.jxclient.skin.skin.Dialogs
Creates a new instance.
dialogs - Variable in class com.realtime.crossfire.jxclient.skin.skin.Dialogs
The existing dialogs.
dialogs - Variable in class com.realtime.crossfire.jxclient.window.GuiManager
Maps dialog name to dialog instance.
DialogStateParser - Class in com.realtime.crossfire.jxclient.window
Utility class to store or restore the dialog states to/from a file.
DialogStateParser() - Constructor for class com.realtime.crossfire.jxclient.window.DialogStateParser
Private constructor to prevent instantiation.
dialogsToLoad - Variable in class com.realtime.crossfire.jxclient.skin.skin.Dialogs
Names of pending skin files.
DialogToggleCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which toggles the visibility of a dialog.
DialogToggleCommand(CommandCallback, String) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.DialogToggleCommand
Creates a new instance.
diffElements - Variable in class com.realtime.crossfire.jxclient.gui.commands.MoveSelectionCommand
The distance in elements to scroll.
different(int, int) - Static method in class com.realtime.crossfire.jxclient.faces.RawScale2x
Checks if two pixels are different.
diffLines - Variable in class com.realtime.crossfire.jxclient.gui.commands.MoveSelectionCommand
The distance in lines to scroll.
dir - Variable in class com.realtime.crossfire.jxclient.skin.source.JXCSkinDirSource
The base directory.
dirty(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Marks a single square as dirty.
dirty(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Marks a square as dirty.
dirty() - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Marks this square as dirty, i.e., needing redraw.
dirtyFace(int, int, int, Face) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Marks one face as "dirty".
dirtyMapSquares - Variable in class com.realtime.crossfire.jxclient.map.CfMap
The "dirty" map squares that have been modified.
disable() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
Disables periodic re-queries.
DISABLE_START_GUI - Static variable in class com.realtime.crossfire.jxclient.main.JXCWindow
TODO: Remove when more options are implemented in the start screen gui.
disconnect() - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Disconnects from the Crossfire server.
disconnect(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Disconnects from the server.
disconnect(String) - Method in class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
Disconnects from the server.
disconnect(String) - Method in interface com.realtime.crossfire.jxclient.server.server.ServerConnection
Disconnects from the server.
disconnect(String, boolean) - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Terminates the connection.
disconnect(String) - Method in class com.realtime.crossfire.jxclient.window.JXCConnection
Disconnects from the Crossfire server.
DisconnectCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which disconnects from the Crossfire server.
DisconnectCommand(GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.DisconnectCommand
Creates a new instance.
disconnected() - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Called after the connection has been closed.
disconnected(String) - Method in interface com.realtime.crossfire.jxclient.server.socket.ClientSocketListener
Called after the connection has been closed.
disconnecting(String, boolean) - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Called when the connection is being teared down.
disconnecting(String, boolean) - Method in interface com.realtime.crossfire.jxclient.server.socket.ClientSocketListener
Called when the connection is being teared down.
disconnectPending - Variable in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
If set, notify listeners.
displayMaxOffsetX - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The number of pixels that are visible in the rightmost visible tile.
displayMaxOffsetY - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The number of pixels that are visible in the bottommost visible tile.
displayMaxX - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The tile x coordinate where map drawing ends.
displayMaxY - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The tile y coordinate where map drawing ends.
displayMinOffsetX - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The distance the leftmost visible tile reaches outside the map window.
displayMinOffsetY - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The distance the topmost visible tile reaches outside the map window.
displayMinX - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The tile x coordinate where map drawing starts.
displayMinY - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The tile y coordinate where map drawing starts.
displaysFace(int) - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Returns whether any character has the given face.
displaysFace(int) - Method in class com.realtime.crossfire.jxclient.quests.QuestsManager
Returns whether any quest has the given face.
displaysFace(Face) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcut
Returns whether this shortcut displays the given face.
displaysFace(Face) - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutCommand
Returns whether this shortcut displays the given face.
displaysFace(Face) - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
Returns whether this shortcut displays the given face.
displaysFace(int) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Returns whether any spell has the given face.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIClassesComboBox
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIRacesComboBox
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.gauge.ActiveSkillGaugeUpdater
Frees allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
Frees allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.gauge.SkillGaugeUpdater
Frees allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.gauge.StatGaugeUpdater
Frees allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Releases all allocated resources.
dispose() - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.label.GUILabelFailure
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.label.GUILabelQuery
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.label.GUISpellLabel
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.log.GUIMessageLog
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
Releases resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
Destroys this instance.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUILabelMessage
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcut
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutCommand
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
Releases all allocated resources.
dispose() - Method in class com.realtime.crossfire.jxclient.skin.events.ConnectionStateSkinEvent
Will be called when the skin is disposed.
dispose() - Method in class com.realtime.crossfire.jxclient.skin.events.CrossfireMagicmapSkinEvent
Will be called when the skin is disposed.
dispose() - Method in class com.realtime.crossfire.jxclient.skin.events.MapScrollSkinEvent
Will be called when the skin is disposed.
dispose() - Method in class com.realtime.crossfire.jxclient.skin.events.PlayerLoginSkinEvent
Will be called when the skin is disposed.
dispose() - Method in class com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent
Will be called when the skin is disposed.
dispose() - Method in class com.realtime.crossfire.jxclient.skin.events.SkillRemovedSkinEvent
Will be called when the skin is disposed.
dispose() - Method in interface com.realtime.crossfire.jxclient.skin.events.SkinEvent
Will be called when the skin is disposed.
distance - Variable in class com.realtime.crossfire.jxclient.gui.commands.ScrollCommand
The distance to scroll.
distance - Variable in class com.realtime.crossfire.jxclient.gui.commands.ScrollListCommand
The distance to scroll.
distance - Variable in class com.realtime.crossfire.jxclient.gui.commands.ScrollNeverCommand
The distance to scroll.
div(int, int) - Static method in class com.realtime.crossfire.jxclient.util.MathUtils
Calculates \floor(a/b).
divRound(int, int) - Static method in class com.realtime.crossfire.jxclient.util.MathUtils
Returns the quotient of two values, rounded to the nearest integer.
divRoundUp(int, int) - Static method in class com.realtime.crossfire.jxclient.util.MathUtils
Returns the quotient of two values, rounded up to the nearest integer.
doConnect() - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Processes pending connect requests.
documentation - Variable in class com.realtime.crossfire.jxclient.settings.Entry
The documentation string or null if unknown.
documentation - Variable in class com.realtime.crossfire.jxclient.settings.options.OptionManager.Entry
The corresponding documentation string.
doExecute(CfItem, CrossfireServerConnection, int, CommandQueue) - Method in enum com.realtime.crossfire.jxclient.gui.commands.CommandType
Executes the action.
done - Variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Marks the indexes that have been painted.
doReconnect() - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Processes pending re- or disconnect requests.
doSelect(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Selects the list entry corresponding to a MouseEvent instance.
doTooltip(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Updates the tooltip text corresponding to a MouseEvent instance.
doTransceive() - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
Processes pending data to receive of transmit.
doubleClickCommandList - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIList
The CommandList to execute on double-clicks or null to ignore double-clicks.
DoubleMapping - Class in com.realtime.crossfire.jxclient.util
Maintains a bidirectional mapping from a set of integers to the same range of integers.
DoubleMapping() - Constructor for class com.realtime.crossfire.jxclient.util.DoubleMapping
 
down - Variable in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
The images comprising the "down" button state.
down() - Method in class com.realtime.crossfire.jxclient.settings.CommandHistory
Returns the next command.
down - Variable in class com.realtime.crossfire.jxclient.skin.factory.TextButtonFactory
The images comprising the "down" button state.
draw(Graphics) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
Draws the gauge image into the given graphics context.
draw(Graphics, int, Fonts) - Method in interface com.realtime.crossfire.jxclient.gui.log.Segment
Draws this segment to a Graphics instance.
draw(Graphics, int, Fonts) - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
Draws this segment to a Graphics instance.
drawextinfo(int, int, int, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Pretends that a drawextinfo message has been received.
drawextinfo(int, int, int, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Pretends that a drawextinfo message has been received.
drawextinfoListener - Variable in class com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
The drawextinfo listener to receive drawextinfo messages.
drawextinfoListener - Variable in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
The drawextinfo listener to receive drawextinfo messages.
drawextinfoListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireDrawextinfoListeners to be notified.
drawImage(Graphics, int, int, int, int, ImageIcon, int) - Static method in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Draws a tileSize x tileSize part of an ImageIcon.
drawInfo(String) - Method in class com.realtime.crossfire.jxclient.commands.AbstractCommand
Displays a regular output message.
drawInfo(String, int) - Method in class com.realtime.crossfire.jxclient.commands.AbstractCommand
Displays a message.
drawInfo(String, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Pretends that a drawinfo message has been received.
drawInfo(String, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Pretends that a drawinfo message has been received.
drawInfoError(String) - Method in class com.realtime.crossfire.jxclient.commands.AbstractCommand
Displays an error message.
drawinfoListener - Variable in class com.realtime.crossfire.jxclient.stats.ActiveSkillWatcher
The drawinfo listener to receive drawinfo messages.
drawinfoListener - Variable in class com.realtime.crossfire.jxclient.stats.PoisonWatcher
The drawinfo listener to receive drawinfo messages.
drawinfoListeners - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
The CrossfireDrawinfoListeners to be notified.
drawInfoSetDebugMode(boolean) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Enables or disables printing of message types.
drawInfoSetDebugMode(boolean) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Enables or disables printing of message types.
drawLine(Graphics2D, int, int, String) - Method in class com.realtime.crossfire.jxclient.gui.label.GUILabel
Draws one line of text.
drawLine(Graphics, int, Iterable<Segment>) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
Draws one Line to a Graphics2D instance.
drink - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: drinks.
dstImage - Variable in class com.realtime.crossfire.jxclient.faces.RawScale2x
The destination image data.
dstImage - Variable in class com.realtime.crossfire.jxclient.faces.RawScale8d
The destination image data.
dx - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The x-offset for drawing.
DX - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
X offset for map coordinate calculation.
dy - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The y-offset for drawing.
DY - Static variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
Y offset for map coordinate calculation.

E

element - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCharacterCommand
The Component to find the Gui containing the fields.
element - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCommand
The Component to find information for account creation.
element - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountLinkCharacterCommand
The Component to find information for account creation.
element - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountLoginCommand
The Component to find information for account creation.
element - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountPasswordCommand
The Component to find the Gui containing the fields.
element - Variable in class com.realtime.crossfire.jxclient.gui.commands.AccountPlayCharacterCommand
The Component to find information for account creation.
element - Variable in class com.realtime.crossfire.jxclient.gui.commands.SelectCommand
The GUISelectable to affect.
ELEMENT_COMPARATOR - Static variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
A Comparator that compares GUIElement instances by element name.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
The GUIElementListener to notify.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
The GUIElementListener to notify.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
The GUIElementListener to use.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The GUIElementListener to notify.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
The GUIElementListener to notify.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeList
The GUIElementListener to notify.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeTypeList
The GUIElementListener to notify.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
The GUIElementListener to use.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIQuestList
The GUIElementListener to notify.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
The GUIElementListener to notify.
elementListener - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
The GUIElementListener to notify.
emptyFaceImages - Variable in class com.realtime.crossfire.jxclient.faces.DefaultFacesManager
The empty face; returned for face ID 0.
emptyImage - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
The image representing an empty gauge.
emptyImage - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
The image representing an empty gauge.
enabled - Variable in class com.realtime.crossfire.jxclient.sound.MusicManager
Whether background music is enabled.
enabled - Variable in class com.realtime.crossfire.jxclient.sound.SoundManager
Whether sound is enabled.
enabled - Variable in class com.realtime.crossfire.jxclient.window.Logger
Whether the message logger is enabled.
encode(String) - Method in interface com.realtime.crossfire.jxclient.gui.commandlist.GUICommandFactory
Encodes a key binding if necessary.
encode(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandFactoryImpl
Encodes a key binding if necessary.
encode(CharSequence) - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Encodes a string to make it safe as a file name.
encode(String) - Static method in class com.realtime.crossfire.jxclient.util.Codec
Encodes a string to make it fit into one line.
end - Variable in class com.realtime.crossfire.jxclient.quests.Quest
If true, the quest is completed.
END_OF_LINE_PATTERN - Static variable in class com.realtime.crossfire.jxclient.gui.log.Parser
Pattern to match line breaks.
endAccountList(int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener
End of character information for an account.
endRendering() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Ends rendering and reverts the display settings.
enterElement(AbstractGUIElement, MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
Sets a new MouseTracker.mouseElement and generate entered/exited events.
entries - Variable in class com.realtime.crossfire.jxclient.metaserver.ServerCache
The cached entries.
Entry - Class in com.realtime.crossfire.jxclient.settings
The value part of an entry of a settings file.
Entry(String, String) - Constructor for class com.realtime.crossfire.jxclient.settings.Entry
Creates a new instance.
Entry(Option, String) - Constructor for class com.realtime.crossfire.jxclient.settings.options.OptionManager.Entry
Creates a new instance.
entryChanged() - Method in interface com.realtime.crossfire.jxclient.metaserver.MetaserverEntryListener
The contents of the entry have changed, added, or removed.
equals(Object) - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
equals(Object) - Method in class com.realtime.crossfire.jxclient.commands.CommandExec
equals(Object) - Method in class com.realtime.crossfire.jxclient.faces.Face
equals(Object) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
equals(Object) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCharKeyBinding
equals(Object) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeKeyBinding
equals(Object) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
equals(Object) - Method in class com.realtime.crossfire.jxclient.map.Location
equals(Object) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
equals(Object) - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
equals(Object) - Method in class com.realtime.crossfire.jxclient.util.Resolution
equalsDisplayMode(DisplayMode) - Method in class com.realtime.crossfire.jxclient.util.Resolution
Returns whether this resolution matches a DisplayMode's resolution.
equalsKeyCode(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
Returns whether this key event matches the same key code as another key event.
EscAction() - Constructor for enum com.realtime.crossfire.jxclient.window.GuiManager.EscAction
 
escPressed() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Processes a pressed ESC key.
escPressed() - Method in class com.realtime.crossfire.jxclient.main.DefaultKeyHandler
The ESC key has been pressed.
escPressed(boolean) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
The ESC key has been pressed.
escPressed() - Method in interface com.realtime.crossfire.jxclient.window.KeyHandlerListener
The ESC key has been pressed.
evaluate(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Expression
Evaluates the expression into a constant.
evaluateConstant() - Method in class com.realtime.crossfire.jxclient.gui.gui.Expression
Evaluates the expression into a constant.
eventListenerList - Variable in class com.realtime.crossfire.jxclient.util.EventListenerList2
The CopyOnWriteArrayList holding all listener.
EventListenerList2<T extends java.util.EventListener> - Class in com.realtime.crossfire.jxclient.util
A list of event listeners.
EventListenerList2() - Constructor for class com.realtime.crossfire.jxclient.util.EventListenerList2
 
EventScheduler - Class in com.realtime.crossfire.jxclient.items
A scheduler for synchronous event notifications.
EventScheduler(int, int, Runnable) - Constructor for class com.realtime.crossfire.jxclient.items.EventScheduler
Creates a new instance.
eventSchedulerCallback - Variable in class com.realtime.crossfire.jxclient.items.EventScheduler
The Runnable to notify.
EXAMINE_PREFIX - Static variable in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
The command prefix for the "examine" command.
ExecCommand - Class in com.realtime.crossfire.jxclient.commands
Implements the "exec" command.
ExecCommand(CommandCallback, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.ExecCommand
Creates a new instance.
ExecSelectionCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand that executes a command on the selected item of a GUIItemList.
ExecSelectionCommand(GUIItemList<?>, CommandType, CrossfireServerConnection, FloorView, CommandQueue) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ExecSelectionCommand
Creates a new instance.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.AgainCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.BindCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.BindingsCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.ClearCommand
Executes the command with the given arguments.
execute(String) - Method in interface com.realtime.crossfire.jxclient.commands.Command
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.DebugMessagesCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.ExecCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.ScreenshotCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.ScriptCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.ScriptkillallCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.ScriptkillCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.ScriptsCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.ScripttellCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.SetCommand
Executes the command with the given arguments.
execute(String) - Method in class com.realtime.crossfire.jxclient.commands.UnbindCommand
Executes the command with the given arguments.
execute() - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
Executes the actions associated with this GUI element.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
Execute the command list by calling GUICommand.execute() for each command in order.
execute() - Method in interface com.realtime.crossfire.jxclient.gui.commandlist.GUICommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCharacterCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountLinkCharacterCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountLoginCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountPasswordCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountPlayCharacterCommand
Executes the command.
execute(boolean) - Method in class com.realtime.crossfire.jxclient.gui.commands.CommandCheckBoxOption
Executes the action associated with this check box option.
execute(GUIItemItem, CrossfireServerConnection, int, CommandQueue) - Method in enum com.realtime.crossfire.jxclient.gui.commands.CommandType
Executes the action.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ConnectCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DialogCloseCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DialogOpenCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DialogToggleCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DisconnectCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ExecSelectionCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ExecuteElementCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.HideCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.MetaCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.MoveSelectionCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.PrintCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.QuitCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollListCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollNeverCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollNextCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollResetCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.SelectCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ShowCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.StartCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ToggleCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
Executes the actions associated with this GUI element.
execute() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItem
Executes the actions associated with this GUI element.
execute() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Executes the actions associated with this GUI element.
execute() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Executes the actions associated with this GUI element.
execute() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Executes the actions associated with this GUI element.
execute() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
Executes the actions associated with this GUI element.
execute() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
Executes the actions associated with this GUI element.
execute() - Method in class com.realtime.crossfire.jxclient.gui.textinput.ActivateCommandInputCommand
Executes the command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.textinput.ExecuteCommandCommand
Executes the command.
execute(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandText
Will be called to execute the entered command.
execute(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIQueryText
Will be called to execute the entered command.
execute() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Executes the actions associated with this GUI element.
execute(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Will be called to execute the entered command.
execute(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUITextField
Will be called to execute the entered command.
execute(boolean) - Method in class com.realtime.crossfire.jxclient.settings.options.CheckBoxOption
Executes the action associated with this check box option.
execute(boolean) - Method in class com.realtime.crossfire.jxclient.settings.options.PickupOption
Executes the action associated with this check box option.
execute() - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcut
Executes the shortcut.
execute() - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutCommand
Executes the shortcut.
execute() - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutSpell
Executes the shortcut.
execute(boolean) - Method in class com.realtime.crossfire.jxclient.sound.SoundCheckBoxOption
Executes the action associated with this check box option.
executeCommand(CharSequence) - Method in class com.realtime.crossfire.jxclient.commands.CommandExecutorImpl
Executes a command or a list of commands.
executeCommand(CharSequence) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandExecutor
Executes a command or a list of commands.
ExecuteCommandCommand - Class in com.realtime.crossfire.jxclient.gui.textinput
A GUICommand which executes a Crossfire command.
ExecuteCommandCommand(CommandExecutor, String, Macros) - Constructor for class com.realtime.crossfire.jxclient.gui.textinput.ExecuteCommandCommand
Creates a new instance.
ExecuteElementCommand - Class in com.realtime.crossfire.jxclient.gui.commands
A GUICommand which executes (i.e., simulates a left-button mouse click on) an GUIItem.
ExecuteElementCommand(GUIItem) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ExecuteElementCommand
Creates a new instance.
executeKeyBinding(KeyBinding) - Static method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Executes a KeyBinding instance.
executeRunnable - Variable in class com.realtime.crossfire.jxclient.gui.commands.HideCommand
The Runnable that implements the functionality of HideCommand.execute().
executeRunnable - Variable in class com.realtime.crossfire.jxclient.gui.commands.ShowCommand
The Runnable that implements the functionality of ShowCommand.execute().
executeRunnable - Variable in class com.realtime.crossfire.jxclient.gui.commands.ToggleCommand
The Runnable that implements the functionality of ToggleCommand.execute().
executeShortcut(int) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
Executes a shortcut.
executorService - Variable in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue
The ExecutorService used to execute face loading.
executorService - Variable in class com.realtime.crossfire.jxclient.sound.ClipManager
The executor service used to play sound clips.
exiter - Variable in class com.realtime.crossfire.jxclient.main.DefaultKeyHandler
The Exiter instance.
Exiter - Class in com.realtime.crossfire.jxclient.main
Allows to exit the application.
Exiter() - Constructor for class com.realtime.crossfire.jxclient.main.Exiter
 
exiter - Variable in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
The Exiter instance.
exiter - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The Exiter to use.
exp - Variable in class com.realtime.crossfire.jxclient.stats.Stats
The total experience.
expand(CharSequence, Commands) - Static method in class com.realtime.crossfire.jxclient.commands.CommandExpander
Expands a command list into a sequence of Commands to execute.
expandFace(int, int, int, Face, CfMapSquare, CfMapSquare) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Adds or removes "head" pointer to/from tail-parts of a face.
expandMacros(String) - Method in class com.realtime.crossfire.jxclient.settings.Macros
Expands all macro references.
expandTo(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
(Possibly) expands the defined area of the map to a given position.
expansions - Variable in class com.realtime.crossfire.jxclient.settings.Macros
The macro expansions.
experience - Variable in class com.realtime.crossfire.jxclient.skills.Skill
The skill experience.
experienceChanged(long) - Method in interface com.realtime.crossfire.jxclient.stats.StatsListener
The player's experience has changed.
experienceNextLevelChanged(long) - Method in interface com.realtime.crossfire.jxclient.stats.StatsListener
The player's experience to reach the next level has changed.
experienceTable - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
The experience table to query.
experienceTable - Variable in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
ExperienceTable - Class in com.realtime.crossfire.jxclient.stats
Stores experience <-> level mappings.
ExperienceTable() - Constructor for class com.realtime.crossfire.jxclient.stats.ExperienceTable
 
experienceTable - Variable in class com.realtime.crossfire.jxclient.stats.Stats
The ExperienceTable instance to use.
expire(long) - Method in class com.realtime.crossfire.jxclient.metaserver.ServerCache
Expires entries older than a given timestamp from the cache.
EXPIRE_INTERVAL - Static variable in class com.realtime.crossfire.jxclient.metaserver.Metaserver
The time (in seconds) to forget about old metaserver entries.
expNextLevel - Variable in class com.realtime.crossfire.jxclient.stats.Stats
The experience needed to reach the next level.
Expression - Class in com.realtime.crossfire.jxclient.gui.gui
An expression yielding an integer value derived from a screen resolution.
Expression(int, int, int, int, int) - Constructor for class com.realtime.crossfire.jxclient.gui.gui.Expression
Creates a new instance.
Expression(Expression, boolean, Expression) - Constructor for class com.realtime.crossfire.jxclient.gui.gui.Expression
Creates a new instance as the sum or difference of two expressions.
ExpressionParser - Class in com.realtime.crossfire.jxclient.skin.io
Parser for integer expressions.
ExpressionParser() - Constructor for class com.realtime.crossfire.jxclient.skin.io.ExpressionParser
Private constructor to prevent instantiation.
Extent - Class in com.realtime.crossfire.jxclient.gui.gui
Encapsulates the extent of a GUI element.
Extent(Expression, Expression, Expression, Expression) - Constructor for class com.realtime.crossfire.jxclient.gui.gui.Extent
Creates a new instance.
extractCommand(ByteBuffer) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
Returns the command string for a received packet.

F

F_APPLIED - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags mask for applied states.
F_BLESSED - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for blessed items.
F_CURSED - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for cursed items.
F_DAMNED - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for damned items.
F_LOCKED - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for locked items.
F_MAGIC - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for magical items.
F_NOPICK - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for non-pickable items.
F_OPEN - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for opened items.
F_UNIDENTIFIED - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for unidentified items.
F_UNPAID - Static variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags value for unpaid items.
face - Variable in class com.realtime.crossfire.jxclient.account.CharacterInformation
The character's face.
Face - Class in com.realtime.crossfire.jxclient.faces
A Face represents one image received from a Crossfire server.
Face(int, String, int) - Constructor for class com.realtime.crossfire.jxclient.faces.Face
Creates a new instance.
face - Variable in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.LoadTask
The face to load.
face - Variable in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask
The face to save.
face - Variable in class com.realtime.crossfire.jxclient.items.CfItem
The face.
face - Variable in class com.realtime.crossfire.jxclient.quests.Quest
Quest face.
face - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
The character's face.
face - Variable in class com.realtime.crossfire.jxclient.skills.Skill
The skill's face number.
FACE_ANIMATION - Static variable in interface com.realtime.crossfire.jxclient.protocol.Map2
Bit value whether this is a face or an animation.
FACE_COLOR_MASK - Static variable in interface com.realtime.crossfire.jxclient.protocol.MagicMap
Bitmask in magic map information to extract the color information of a tile.
FACE_FLOOR - Static variable in interface com.realtime.crossfire.jxclient.protocol.MagicMap
Bitmask in magic map information to denote a floor tile.
FACE_WALL - Static variable in interface com.realtime.crossfire.jxclient.protocol.MagicMap
Bitmask in magic map information to denote a wall tile.
faceCache - Variable in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
The FaceCache instance used to look up in-memory faces.
FaceCache - Class in com.realtime.crossfire.jxclient.faces
A cache for Face instances.
FaceCache() - Constructor for class com.realtime.crossfire.jxclient.faces.FaceCache
Creates a new instance.
faceCache - Variable in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
faceChecksum - Variable in class com.realtime.crossfire.jxclient.faces.Face
The image checksum as sent by the server.
faceFailed(Face) - Method in interface com.realtime.crossfire.jxclient.faces.FaceQueueListener
Called after a Face could not be loaded.
faceImages - Variable in class com.realtime.crossfire.jxclient.faces.Face
The images for this face.
FaceImages - Class in com.realtime.crossfire.jxclient.faces
Consists of three ImageIcons representing a Face.
FaceImages(ImageIcon, ImageIcon, ImageIcon) - Constructor for class com.realtime.crossfire.jxclient.faces.FaceImages
Creates a new instance.
faceImages - Variable in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask
The images to save.
FaceImagesUtils - Class in com.realtime.crossfire.jxclient.faces
Utility class for creating FaceImages instances.
FaceImagesUtils() - Constructor for class com.realtime.crossfire.jxclient.faces.FaceImagesUtils
Private constructor to prevent instantiation.
faceLoaded(Face, FaceImages) - Method in interface com.realtime.crossfire.jxclient.faces.FaceQueueListener
Called after a Face has been loaded successfully.
faceName - Variable in class com.realtime.crossfire.jxclient.faces.Face
The face name as sent by the server.
faceNum - Variable in class com.realtime.crossfire.jxclient.faces.Face
The face id as sent by the server.
faceNum - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
The face number.
faceNum - Variable in class com.realtime.crossfire.jxclient.spells.Spell
The face number.
faceNumber - Variable in class com.realtime.crossfire.jxclient.account.CharacterInformation
The character's face number.
faceNumber - Variable in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
The character's face number.
faceQueue - Variable in class com.realtime.crossfire.jxclient.faces.DefaultFacesManager
The FaceQueue instance used to load faces not present in-memory.
FaceQueue - Interface in com.realtime.crossfire.jxclient.faces
Interface for classes implementing a means to load Faces.
faceQueue - Variable in class com.realtime.crossfire.jxclient.faces.FacesQueue
The FaceQueue instance used to query faces from the Crossfire server.
faceQueueListener - Variable in class com.realtime.crossfire.jxclient.faces.DefaultFacesManager
FaceQueueListener - Interface in com.realtime.crossfire.jxclient.faces
Interface for listeners interested in FaceQueue events.
faceQueueListeners - Variable in class com.realtime.crossfire.jxclient.faces.AbstractFaceQueue
The registered FaceQueueListeners.
faceReceived(int, int, ByteBuffer) - Method in class com.realtime.crossfire.jxclient.faces.AskfaceFaceQueue
Notifies the askface manager that image information have been received from the server.
faces - Variable in class com.realtime.crossfire.jxclient.animations.Animation
The faces list of the animation.
faces - Variable in class com.realtime.crossfire.jxclient.faces.FaceCache
The cached faces.
faces - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
faces - Variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
The faces (of head-parts) of all layers as sent by the server.
FacesManager - Interface in com.realtime.crossfire.jxclient.faces
Maintains a mapping of face numbers to face data.
facesManager - Variable in class com.realtime.crossfire.jxclient.faces.MagicMapFacesProvider
The FacesManager to query.
facesManager - Variable in class com.realtime.crossfire.jxclient.faces.OriginalFacesProvider
The FacesManager to query.
facesManager - Variable in class com.realtime.crossfire.jxclient.faces.ScaledFacesProvider
The FacesManager to query.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
The FacesManager instance to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
The FacesManager instance to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
The FacesManager instance to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
The FacesManager for looking up faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
The FacesManager for looking up faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
The FacesManager for looking up faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The FacesManager instance for looking up faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
The FacesManager for looking up faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
The FacesManager for looking up faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.label.GUISpellLabel
The instance for looking up faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
The FacesManager to use to display faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
The FacesManager to use to display faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
The FacesManager to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
The faces manager instance to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeList
The FacesManager to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeTypeList
The FacesManager to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIQuestList
The FacesManager to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
The FacesManager to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
The FacesManager to use.
facesManager - Variable in class com.realtime.crossfire.jxclient.items.ItemsManager
The FacesManager instance for looking up faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.items.KnowledgeTypeView
 
facesManager - Variable in class com.realtime.crossfire.jxclient.items.KnowledgeView
 
facesManager - Variable in class com.realtime.crossfire.jxclient.items.QuestsView
The FacesManager for retrieving face information.
facesManager - Variable in class com.realtime.crossfire.jxclient.items.SpellSkillView
The FacesManager for retrieving face information.
facesManager - Variable in class com.realtime.crossfire.jxclient.items.SpellsView
The FacesManager for retrieving face information.
facesManager - Variable in class com.realtime.crossfire.jxclient.main.FacesTracker
The FacesManager to update.
facesManager - Variable in class com.realtime.crossfire.jxclient.map.MapUpdaterState
The FacesManager to track for updated faces.
facesManager - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The FacesManager instance to use.
FacesManagerListener - Interface in com.realtime.crossfire.jxclient.faces
Interface for listeners interested in FacesManager events.
facesManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
The FacesManagerListener registered to detect updated faces.
facesManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
The FacesManagerListener registered to detect updated faces.
facesManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
The FacesManagerListener registered to detect updated faces.
facesManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
The FacesManagerListener registered to detect updated faces.
facesManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The FacesManagerListener registered to detect updated faces.
facesManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
The FacesManagerListener registered to detect updated faces.
facesManagerListener - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
The FacesManagerListener registered to detect updated faces.
facesManagerListeners - Variable in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
The FacesManagerListeners to notify about changed faces.
FacesProvider - Interface in com.realtime.crossfire.jxclient.faces
Interface for face providers.
facesProvider - Variable in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
The FacesProvider for looking up faces.
facesProvider - Variable in class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
The FacesProvider for looking up faces.
FacesProviderFactory - Class in com.realtime.crossfire.jxclient.faces
A factory for creating FacesProvider instances.
FacesProviderFactory(FacesManager) - Constructor for class com.realtime.crossfire.jxclient.faces.FacesProviderFactory
Creates a new instance.
facesProviderFactory - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The FacesProviderFactory instance for creating faces provider instances.
facesProviders - Variable in class com.realtime.crossfire.jxclient.faces.FacesProviderFactory
The defined FacesProviders.
FacesQueue - Class in com.realtime.crossfire.jxclient.faces
The main FaceQueue for loading faces.
FacesQueue(FaceQueue, ImageCache, ImageCache, ImageCache) - Constructor for class com.realtime.crossfire.jxclient.faces.FacesQueue
Creates a new instance.
FacesTracker - Class in com.realtime.crossfire.jxclient.main
Tracks a GuiStateManager and resets known faces whenever a new server connection has been established.
FacesTracker(GuiStateManager, FacesManager) - Constructor for class com.realtime.crossfire.jxclient.main.FacesTracker
Creates a new instance.
faceUpdated(Face) - Method in interface com.realtime.crossfire.jxclient.faces.FacesManagerListener
Called when a Face has been updated.
faceUpdated(Face) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Called when a Face has been updated.
failure(String, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireFailureListener
Command failure received.
FIELD_SEPARATOR_PATTERN - Static variable in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
The pattern to split a metaserver response line into fields.
file - Variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
The file for saving the bindings; null to not save.
file - Variable in class com.realtime.crossfire.jxclient.metaserver.ServerCache
The backing file.
file - Variable in class com.realtime.crossfire.jxclient.settings.Settings
The file for loading/saving values.
file - Variable in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
The backing file.
FileCache - Class in com.realtime.crossfire.jxclient.faces
A disk based cache for image files.
FileCache(File) - Constructor for class com.realtime.crossfire.jxclient.faces.FileCache
Creates a new instance.
fileCacheFaceQueue - Variable in class com.realtime.crossfire.jxclient.faces.FacesQueue
The FileCacheFaceQueue instance used to load faces from the file cache.
FileCacheFaceQueue - Class in com.realtime.crossfire.jxclient.faces
A FaceQueue loading faces from ImageCache instances.
FileCacheFaceQueue(ImageCache, ImageCache, ImageCache) - Constructor for class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue
Creates a new instance.
FileCacheFaceQueue.LoadTask - Class in com.realtime.crossfire.jxclient.faces
A thread which loads one face from the caches.
FileCacheFaceQueue.SaveTask - Class in com.realtime.crossfire.jxclient.faces
A thread which saves one face to the caches.
fileCacheFaceQueueListener - Variable in class com.realtime.crossfire.jxclient.faces.FacesQueue
filename - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The script command including arguments.
Filenames - Class in com.realtime.crossfire.jxclient.settings
Utility class to return references to settings files.
Filenames() - Constructor for class com.realtime.crossfire.jxclient.settings.Filenames
Private constructor to prevent instantiation.
FilenameUtils - Class in com.realtime.crossfire.jxclient.util
Utility class for manipulating filenames.
FilenameUtils() - Constructor for class com.realtime.crossfire.jxclient.util.FilenameUtils
Private constructor to prevent instantiation.
filledH - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The height of the "filled" area.
filledPicture - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The image for painting the "filled" area.
filledW - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The width of the "filled" area.
filledX - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The x-coordinate of the "filled" area.
filledY - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The y-coordinate of the "filled" area.
filteredItems - Variable in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
filteredSpells - Variable in class com.realtime.crossfire.jxclient.spells.SpellsManager
Spells currently exposed, based on the filter.
filterKnowledge() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
filterSkill(int) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Filters spells to display by the specified skill index.
filterSpells() - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
Rebuilds the list of spells to display.
filterType(int) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
findColor(int) - Method in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
Converts a Crossfire color index to a Color instance.
findCommand(String) - Method in class com.realtime.crossfire.jxclient.commands.Commands
Returns a Command by name.
findElement(Component, MouseEvent) - Static method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Finds the gui element a given Component is part of.
findElement(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Finds the gui element for a given MouseEvent.
findInsertionIndex(CfItem) - Method in class com.realtime.crossfire.jxclient.items.InventoryView
Returns the insertion index of a CfItem.
finish() - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
Finishes parsing an entry an returns the CharacterInformation for the entry.
finish() - Method in class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
Finishes parsing an entry an returns the ClassRaceInfo for the entry.
finish() - Method in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
Finished parsing and returns the NewCharInfo instance for the parsed entry.
finish() - Method in class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
Finishes parsing.
fireAddAccount(CharacterInformation) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireAddAnimation(int, int, int[]) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
 
fireAddItemReceived(int, int, int, int, int, String, String, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireAddSkill() - Method in class com.realtime.crossfire.jxclient.skills.Skill
Notifies all listeners about a gained skill.
fireChanged() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
Notifies all listeners.
fireChanged() - Method in class com.realtime.crossfire.jxclient.quests.Quest
Notifies all listeners.
fireChanged() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Notifies all listeners.
fireChanges() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
Notifies listeners of changes.
fireCommandComcReceived(int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireCommandQueryReceived(String, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireCommandSound2Received(int, int, int, int, int, String, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireCommandSoundReceived(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireDelinvReceived(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireDelitemReceived(int[]) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireDelSkill() - Method in class com.realtime.crossfire.jxclient.skills.Skill
Notifies all listeners about a lost attribute.
fireEndAccountList(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireEventCallback - Variable in class com.realtime.crossfire.jxclient.items.AbstractItemView
The event scheduler callback for delaying event generation.
fireEvents() - Method in class com.realtime.crossfire.jxclient.items.AbstractItemView
Delivers outstanding change events.
fireEvents(boolean) - Method in class com.realtime.crossfire.jxclient.skills.Skill
Notifies all listeners about changes.
fireEventScheduler - Variable in class com.realtime.crossfire.jxclient.items.AbstractItemView
The EventScheduler for delaying event generation.
fireFaceFailed(Face) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFaceQueue
Notify all listener with FaceQueueListener.faceFailed(Face).
fireFaceLoaded(Face, FaceImages) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFaceQueue
fireFaceReceived(int, int, int, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireFaceUpdated(Face) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Notifies all FacesManagerListeners that a face has been updated.
fireFailure(String, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireMagicMap() - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireMagicMap(int, int, byte[][]) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
 
fireManageAccount() - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireMapAnimation(Location, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
 
fireMapAnimationSpeed(Location, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
 
fireMapClear(int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
 
fireMapDarkness(int, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
 
fireMapFace(Location, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
 
fireMapSmooth(Location, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
 
fireModified() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Notify all listener.
fireModifiedEvent() - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcut
Notifies all listeners about a modification.
fireMusicReceived(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireNewMap() - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Notifies all listeners that a "newmap" command has been received.
firePickupChanged(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
firePlayerReceived(int, int, int, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireReplySent() - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireSelectCharacter(String, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireStartAccountList(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireStartPlaying() - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireStateChangedEvent() - Method in class com.realtime.crossfire.jxclient.settings.options.CheckBoxOption
Notifies all listeners that the state has changed.
fireStateChangedEvent() - Method in class com.realtime.crossfire.jxclient.settings.options.Option
Notifies all listeners that the state has changed.
fireTick(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireUpditemReceived(int, int, int, int, int, int, String, String, int, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
 
fireUpdSkill() - Method in class com.realtime.crossfire.jxclient.skills.Skill
Notifies all listeners about an updated attribute.
flags - Variable in class com.realtime.crossfire.jxclient.animations.Animation
Flags for the animation; currently unused by the server.
flags - Variable in class com.realtime.crossfire.jxclient.items.CfItem
The flags.
flesh - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: flesh.
FLOAT_MULTI - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
Factor used to convert float to int values.
floorLists - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The GUIItemList instances that JXCWindowRenderer.currentGui and JXCWindowRenderer.openDialogs contain and that display floor items.
floorView - Variable in class com.realtime.crossfire.jxclient.gui.commands.ExecSelectionCommand
The FloorView to use.
floorView - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
The floor view to watch.
floorView - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
The FloorView to use.
floorView - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
The floor view to use.
FloorView - Class in com.realtime.crossfire.jxclient.items
Provides a view to all items comprising the current floor view.
FloorView(ItemSet) - Constructor for class com.realtime.crossfire.jxclient.items.FloorView
Creates a new instance.
floorView - Variable in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
The FloorView to use.
floorView - Variable in class com.realtime.crossfire.jxclient.scripts.ScriptManager
The FloorView to use.
floorView - Variable in class com.realtime.crossfire.jxclient.skin.io.CommandParser
The FloorView to use.
floorView - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The FloorView to use.
FOG_OF_WAR_COLOR - Static variable in class com.realtime.crossfire.jxclient.gui.map.DarknessColors
The color to use for overlaying fog-of-war tiles.
fogOfWar - Variable in class com.realtime.crossfire.jxclient.map.CfMapSquare
Flag used to defer clearing the values: when a CfMapSquare is cleared, the old values remain valid until at least one field is re-set.
font - Variable in class com.realtime.crossfire.jxclient.gui.button.GUIButton
The Font for the overlay GUIButton.text or null to display only the image.
font - Variable in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
The font to use.
font - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupTextGauge
The text font.
font - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUITextGauge
The text font.
font - Variable in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
The Font for displaying the key that activates the shortcut.
font - Variable in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
The font for the "nrof" text.
font - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
The font to use.
font - Variable in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
The font for drawing list entries.
font - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
The font to use.
font - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
The font for drawing list entries.
font - Variable in class com.realtime.crossfire.jxclient.gui.log.Parser
The font to use.
font - Variable in class com.realtime.crossfire.jxclient.gui.log.TextSegment
The font to use.
font - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
The font to use.
font - Variable in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
The font for rendering displayed text.
font - Variable in class com.realtime.crossfire.jxclient.skin.factory.CheckBoxFactory
The font to use.
font - Variable in class com.realtime.crossfire.jxclient.skin.factory.TextButtonFactory
The font to use.
fontArcane - Variable in class com.realtime.crossfire.jxclient.gui.log.Fonts
The font to use for FontID.ARCANE text.
fontFixed - Variable in class com.realtime.crossfire.jxclient.gui.log.Fonts
The font to use for FontID.FIXED text.
fontFixedBold - Variable in class com.realtime.crossfire.jxclient.gui.log.Fonts
The font to use for FontID.FIXED text which has bold enabled.
FontID - Enum in com.realtime.crossfire.jxclient.gui.log
Available font types.
FontID() - Constructor for enum com.realtime.crossfire.jxclient.gui.log.FontID
 
FontParser - Class in com.realtime.crossfire.jxclient.skin.io
Creates Font instances from string representations.
FontParser(JXCSkinSource) - Constructor for class com.realtime.crossfire.jxclient.skin.io.FontParser
Creates a new instance.
fontParser - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The FontParser for parsing font specifications.
fontPrint - Variable in class com.realtime.crossfire.jxclient.gui.log.Fonts
The font to use for FontID.PRINT, FontID.HAND, and FontID.STRANGE text.
fonts - Variable in class com.realtime.crossfire.jxclient.gui.label.InternalHTMLRenderer
 
fonts - Variable in class com.realtime.crossfire.jxclient.gui.log.Buffer
The Fonts instance for looking up fonts.
Fonts - Class in com.realtime.crossfire.jxclient.gui.log
Manage a set of fonts.
Fonts(Font, Font, Font, Font) - Constructor for class com.realtime.crossfire.jxclient.gui.log.Fonts
Creates a new instance.
fonts - Variable in class com.realtime.crossfire.jxclient.gui.log.GUILog
The Fonts instance for looking up fonts.
FONTS - Static variable in class com.realtime.crossfire.jxclient.gui.log.Parser
Maps font tag name to font instance.
food - Variable in class com.realtime.crossfire.jxclient.settings.options.Pickup
Pickup mode: food.
forcedActive - Variable in class com.realtime.crossfire.jxclient.gui.gui.Gui
If non-null, this element is always active.
format - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
The format used for displaying Metaserver instances.
format - Variable in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
The format for drawing list entries.
format(String) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns a formatted string using the given format.
format(MetaserverEntry) - Static method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
Formats a metaserver entry that returns the metaserver entry when parse with MetaserverEntryParser.parseEntry(CharSequence).
format - Variable in class com.realtime.crossfire.jxclient.window.Logger
The format for writing timestamps.
formatFloat(double, int) - Static method in class com.realtime.crossfire.jxclient.util.Formatter
Formats a float value for display.
formatLong(long) - Static method in class com.realtime.crossfire.jxclient.util.Formatter
Returns a long value formatted as a human readable string.
Formatter - Class in com.realtime.crossfire.jxclient.util
Utility class for formatting values into strings.
Formatter() - Constructor for class com.realtime.crossfire.jxclient.util.Formatter
Private constructor to prevent instantiation.
formatTooltip() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
Returns a formatted string using the given format.
forward - Variable in class com.realtime.crossfire.jxclient.util.DoubleMapping
The forward mappings.
frame - Variable in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
The associated JFrame.
frame - Variable in class com.realtime.crossfire.jxclient.main.JXCWindow
The main window.
frame - Variable in class com.realtime.crossfire.jxclient.window.JXCConnection
The Frame for updating the title or null.
frameAlpha - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The alpha transparency for the dialog background, 1 is opaque and 0 is transparent.
frameC - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The center frame picture.
frameC - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The center frame picture.
frameE - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The east frame picture.
frameE - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The east frame picture.
frameN - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The north frame picture.
frameN - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The north frame picture.
frameNE - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The north-east frame picture.
frameNE - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The north-east frame picture.
frameNW - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The north-west frame picture.
frameNW - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The north-west frame picture.
frameS - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The south frame picture.
frameS - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The south frame picture.
frameSE - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The south-east frame picture.
frameSE - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The south-east frame picture.
frameSW - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The south-west frame picture.
frameSW - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The south-west frame picture.
frameW - Variable in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
The west frame picture.
frameW - Variable in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
The west frame picture.
free(Location) - Method in class com.realtime.crossfire.jxclient.map.AnimationState
Removes this animation state from a map Location.
freeAnimationState(AnimationState, Location) - Static method in class com.realtime.crossfire.jxclient.map.AnimationMap
freeClip(Line) - Method in class com.realtime.crossfire.jxclient.sound.ClipCache
Deallocates a clip.
fullImage - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
The image representing a full gauge.
fullScreen - Variable in class com.realtime.crossfire.jxclient.main.Options
Whether full-screen mode should be enabled.

G

gainedSkill() - Method in interface com.realtime.crossfire.jxclient.skills.SkillListener
Notifies the listener that the skill has been gained.
gauge - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
Set the gauge to update.
GaugeState - Class in com.realtime.crossfire.jxclient.gui.gauge
The state of a gauge.
GaugeState(Image, Image, int, int) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
Creates a new instance.
gaugeState - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
The gauge state.
gaugeStateDiv - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
The gauge state.
gaugeStateMod - Variable in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
The gauge state.
GaugeUpdater - Class in com.realtime.crossfire.jxclient.gui.gauge
Updates the displayed values in a GUIGauge.
GaugeUpdater(ExperienceTable, boolean) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
Creates a new instance.
GaugeUpdaterParser - Class in com.realtime.crossfire.jxclient.skin.io
Creates GaugeUpdater instances from string representations.
GaugeUpdaterParser(Stats, ItemSet, SkillSet) - Constructor for class com.realtime.crossfire.jxclient.skin.io.GaugeUpdaterParser
Creates a new instance.
gaugeUpdaterParser - Variable in class com.realtime.crossfire.jxclient.skin.io.JXCSkinLoader
The GaugeUpdaterParser for parsing gauge specifications.
gc - Variable in class com.realtime.crossfire.jxclient.gui.label.InternalHTMLRenderer
 
get(int) - Method in class com.realtime.crossfire.jxclient.animations.Animations
Returns the animation for an animation id.
get() - Method in class com.realtime.crossfire.jxclient.skin.io.Args
Returns the next argument.
get(int) - Method in class com.realtime.crossfire.jxclient.util.Mapping
Returns a mapping.
getAccountName() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
Returns the current account name.
getAccountName() - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Returns the current account name.
getActiveMessageBuffer() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the active message buffer.
getActiveMessageBuffer(Gui) - Static method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the active message buffer for a Gui instance.
getActiveSkill() - Method in class com.realtime.crossfire.jxclient.stats.Stats
Returns the active skill name.
getAll() - Method in class com.realtime.crossfire.jxclient.metaserver.ServerCache
Returns all cached entries.
getAllTypes() - Static method in class com.realtime.crossfire.jxclient.protocol.MessageTypes
Returns all defined message types.
getAnimationId() - Method in class com.realtime.crossfire.jxclient.animations.Animation
Returns the animation ID.
getArchBase() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the server's arch base.
getArchName() - Method in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
Returns the archetype name.
getArchName() - Method in class com.realtime.crossfire.jxclient.character.StartingMap
Returns the archetype name.
getArgs() - Method in class com.realtime.crossfire.jxclient.commands.CommandExec
Returns the command arguments.
getAskfaceFaceQueue() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getBindingDescription() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
Return the binding as a human-readable text.
getBindingDescription() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCharKeyBinding
Return the binding as a human-readable text.
getBindingDescription() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeKeyBinding
Return the binding as a human-readable text.
getBindings(Spell, String, String) - Method in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
Return a text with the keybindings for the spell.
getBindingsForPartialCommand(String, boolean) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Search bindings having a command text starting with the specified value.
getBindingsForPartialCommand(String, boolean) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Searches bindings having a command text starting with the specified value.
getBoolean(SettingsEntry<Boolean>) - Method in class com.realtime.crossfire.jxclient.settings.Settings
Returns the boolean associated with the specified key at a node or defaultValue if there is no association for this key.
getBuffer() - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
Returns the Buffer instance containing the text messages.
getBuildNumber() - Static method in class com.realtime.crossfire.jxclient.main.JXClient
Returns the build number as a string.
getBytesIn() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the number of bytes received.
getBytesOut() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the number of bytes sent.
getCastingTime() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the casting time.
getCenterPoint() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the Point where windows should be centered.
getCharacterClass() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
Returns the character's class.
getCharacterIndex(String) - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Returns the index of an entry by character name.
getCharacterInformationListeners(int) - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Returns the character entry listeners for one entry index.
getCheckBoxOption(String) - Method in class com.realtime.crossfire.jxclient.settings.options.OptionManager
Returns a check box option.
getChoiceDescription() - Method in class com.realtime.crossfire.jxclient.character.Choice
Returns the human readable choice name.
getChoiceName() - Method in class com.realtime.crossfire.jxclient.character.Choice
Returns the choice identification.
getChoices() - Method in class com.realtime.crossfire.jxclient.character.Choice
Returns the choices.
getChoices() - Method in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
Returns the available choices.
getClassesList() - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Returns all defined classes available for character creation.
getClassInfo(String) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Returns a class info by class name.
getClassLoader() - Method in class com.realtime.crossfire.jxclient.skin.source.JXCSkinClassSource
Returns the ClassLoader to use.
getCode() - Method in class com.realtime.crossfire.jxclient.quests.Quest
Get the quest's code.
getCodeBase() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the server's code base.
getColor(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns the magic map color value of one square.
getColor(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Determines the magic map color value of one square.
getColor() - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Returns the magic map color of this square.
getColorName(int) - Static method in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
Returns the name of a color index.
getCommand() - Method in class com.realtime.crossfire.jxclient.commands.CommandExec
Returns the command to execute or null to execute as "ncom".
getCommand() - Method in class com.realtime.crossfire.jxclient.shortcuts.ShortcutCommand
Returns the command to execute.
getCommandHistory(String) - Method in class com.realtime.crossfire.jxclient.settings.CommandHistoryFactory
Returns a CommandHistory instance by name.
getCommandList(String) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
Returns a command list.
getCommandList(String) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
Returns a command list.
getCommandList(String) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns a named command list.
getCommandList(String) - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns a named command list.
getCommandList(String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
Returns a named command list.
getCommandName() - Method in class com.realtime.crossfire.jxclient.commands.AbstractCommand
Returns the name of the command.
getCommandName() - Method in interface com.realtime.crossfire.jxclient.commands.Command
Returns the name of the command.
getCommands() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
Returns the associated CommandList.
getCommandString() - Method in class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
Returns the commands as a string.
getCommandString() - Method in interface com.realtime.crossfire.jxclient.gui.commandlist.GUICommand2
Returns the command as a string.
getCommandString() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
Returns the commands as a string.
getCommandString() - Method in class com.realtime.crossfire.jxclient.gui.textinput.ActivateCommandInputCommand
Returns the command as a string.
getCommandString() - Method in class com.realtime.crossfire.jxclient.gui.textinput.ExecuteCommandCommand
Returns the command as a string.
getComment() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the server comment.
getComment() - Method in class com.realtime.crossfire.jxclient.settings.SettingsEntry
Returns the command to add to the settings file.
getCrossfireFile() - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns the crossfire settings directory.
getCur() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns the current value.
getCurrentCharacter() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
Returns the currently selected character in the list.
getCurrentFloor() - Method in class com.realtime.crossfire.jxclient.items.FloorView
Returns the current floor location.
getCurrentNumLookObjects() - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Returns the currently negotiated setup value of "num_look_objects".
getCurrentNumLookObjects() - Method in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
Returns the current number of ground items.
getCurrentSpell() - Method in class com.realtime.crossfire.jxclient.spells.CurrentSpellManager
Returns the currently selected spell object.
getDamage() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the damage done by the spell.
getDarkness(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns the darkness value of one square.
getDarkness(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Determines the darkness value of one square.
getDarkness() - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Returns the darkness value of this square.
getDarknessColor(int) - Method in class com.realtime.crossfire.jxclient.gui.map.DarknessColors
Returns an overlay color for a darkness value.
getDebugKeyboardFilename() - Method in class com.realtime.crossfire.jxclient.main.Options
Returns the filename for keyboard debug logs.
getDebugMouseFilename() - Method in class com.realtime.crossfire.jxclient.main.Options
Returns the filename for mouse debug logs.
getDebugProtocolFilename() - Method in class com.realtime.crossfire.jxclient.main.Options
Returns the filename for Crossfire protocol debug logs.
getDebugScreenFilename() - Method in class com.realtime.crossfire.jxclient.main.Options
Returns the filename for screen debug logs.
getDebugSoundFilename() - Method in class com.realtime.crossfire.jxclient.main.Options
Returns the filename for sound debug logs.
getDefaultElement() - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns the first default gui element of this gui.
getDefaultKeyBindings() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the default key bindings for this skin.
getDefaultKeyBindings() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the default key bindings for this skin.
getDefaultValue() - Method in class com.realtime.crossfire.jxclient.settings.SettingsEntry
Returns the default value if the key is missing from the settings file.
getDescription() - Method in class com.realtime.crossfire.jxclient.character.StartingMap
Returns the description.
getDescription(String) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIClassesComboBox
Returns the description for an item.
getDescription(T) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
Returns the description for an item.
getDescription(String) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIRacesComboBox
Returns the description for an item.
getDialog(String) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns a dialog by name.
getDialog(String) - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns a dialog by name.
getDialogBook(int) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the popup dialog for readables.
getDialogBook(int) - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the popup dialog for readables.
getDialogConnect() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the "connection in progress" dialog.
getDialogConnect() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the "connection in progress" dialog.
getDialogDisconnect() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the "disconnect from server?" dialog.
getDialogDisconnect() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the "disconnect from server?" dialog.
getDialogKeyBind() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the key bindings dialog.
getDialogKeyBind() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the key bindings dialog.
getDialogQuery() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the dialog for query text input.
getDialogQuery() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the dialog for query text input.
getDialogQuit() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the "really quit?" dialog.
getDialogQuit() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the "really quit?" dialog.
getDialogsFile(String) - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns the file for storing dialog related information for a skin.
getDialogToLoad() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns one dialog pending loading.
getDialogToLoad() - Method in class com.realtime.crossfire.jxclient.skin.skin.Dialogs
Returns one dialog pending loading.
getDirtyMapSquares() - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns the dirty map squares.
getDisplayMode() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the current display mode of the JXCWindowRenderer.graphicsDevice.
getDisplayText() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
Returns the displayed text.
getDocumentation() - Method in class com.realtime.crossfire.jxclient.settings.Entry
Returns the documentation string.
getDocumentation() - Method in class com.realtime.crossfire.jxclient.settings.options.OptionManager.Entry
Returns the corresponding documentation string.
getDst(int) - Method in class com.realtime.crossfire.jxclient.util.DoubleMapping
Returns a mapping.
getElement(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
Returns the GUIElement for a given index.
getElementFromPoint(int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Determines the GUIElement for a given coordinate.
getElementFromPoint(Gui, int, int) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Determines the GUIElement for a given coordinate with a given Gui instance.
getElementX(Component) - Static method in class com.realtime.crossfire.jxclient.gui.gui.GuiUtils
Returns an element's absolute screen coordinate.
getElementY(Component) - Static method in class com.realtime.crossfire.jxclient.gui.gui.GuiUtils
Returns an element's absolute screen coordinate.
getEntry(int) - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
Returns a character entry by index.
getEntry(int) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Returns a metaserver entry by index.
getExperience() - Method in class com.realtime.crossfire.jxclient.skills.Skill
Returns the skill experience.
getExperience(int) - Method in class com.realtime.crossfire.jxclient.stats.ExperienceTable
Returns the experience needed for a given level.
getExperience() - Method in class com.realtime.crossfire.jxclient.stats.Stats
Returns the amount of global experience.
getExperienceNextLevel() - Method in class com.realtime.crossfire.jxclient.stats.Stats
Returns the experience needed to reach the next level.
getExperienceTable() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getExperienceToNextLevel(int, long) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
Returns the experience needed to reach next level.
getExperienceToNextLevel(int, long) - Method in class com.realtime.crossfire.jxclient.stats.ExperienceTable
Returns the experience needed to reach the next level.
getFace() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
Returns the character's face.
getFace(int) - Method in class com.realtime.crossfire.jxclient.animations.Animation
Returns one face of this animation.
getFace(int) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Returns the Face instance for a given face ID.
getFace(int) - Method in class com.realtime.crossfire.jxclient.faces.FaceCache
Returns a face by face id.
getFace(int) - Method in interface com.realtime.crossfire.jxclient.faces.FacesManager
Returns the Face instance for a given face ID.
getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Returns the face for a CfItem instance.
getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Returns the face for a CfItem instance.
getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
Returns the face for a CfItem instance.
getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Returns the face for a CfItem instance.
getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Returns the face for a CfItem instance.
getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Returns the face for a CfItem instance.
getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Returns the face for a CfItem instance.
getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Returns the face for a CfItem instance.
getFace() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns the face.
getFace(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Determines the face of one square.
getFace(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Determines the face of one square.
getFace(int) - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Returns the face of a layer.
getFace() - Method in class com.realtime.crossfire.jxclient.quests.Quest
Get the quest's face.
getFace() - Method in class com.realtime.crossfire.jxclient.skills.Skill
Returns the skill's face.
getFace2(int) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Returns the Face instance for a given face ID.
getFace2(int) - Method in interface com.realtime.crossfire.jxclient.faces.FacesManager
Returns the Face instance for a given face ID.
getFaceCache() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getFaceChecksum() - Method in class com.realtime.crossfire.jxclient.faces.Face
Returns the face checksum.
getFaceImages(int, boolean[]) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Returns the FaceImages information for a face ID.
getFaceImages(int, boolean[]) - Method in class com.realtime.crossfire.jxclient.faces.DefaultFacesManager
Returns the FaceImages information for a face ID.
getFaceImages() - Method in class com.realtime.crossfire.jxclient.faces.Face
Returns the images.
getFaceName() - Method in class com.realtime.crossfire.jxclient.faces.Face
Returns the face name.
getFaceNum() - Method in class com.realtime.crossfire.jxclient.faces.Face
Returns the unique face id.
getFaceNum() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
Returns the face number.
getFaceNum() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the face number.
getFaceNumber() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
Returns the character's face number.
getFaces() - Method in class com.realtime.crossfire.jxclient.animations.Animation
Returns the number of faces of this animation.
getFacesProvider(int) - Method in class com.realtime.crossfire.jxclient.faces.FacesProviderFactory
Returns the FacesProvider for a given face size.
getFile() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScreenshotFiles
Returns a File for the next screenshot file.
getFile() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Returns the file for saving the bindings; null to not save.
getFile() - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
Returns the backing file.
getFilename() - Method in class com.realtime.crossfire.jxclient.scripts.DefaultScriptProcess
Returns the script's filename.
getFilename() - Method in interface com.realtime.crossfire.jxclient.scripts.ScriptProcess
Returns the script's filename.
getFirstElement(Class<T>) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns the first gui element of this gui belonging to the given class.
getFirstElement(Class<T>, String) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns the first gui element of this gui belonging to the given class and having the given name.
getFirstElementEndingWith(Class<T>, String) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns the first gui element of this gui which belongs to the given class and that's name ends with the given ending.
getFirstElementNotEndingWith(Class<T>, String) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns the first gui element of this gui which belongs to the given class and that's name does not end with the given ending.
getFloatStat(int) - Method in class com.realtime.crossfire.jxclient.stats.Stats
Returns the numerical value of the given statistic.
getFont(Fonts) - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
Returns the Font to use for a given Segment.
getFont(String) - Method in class com.realtime.crossfire.jxclient.skin.io.FontParser
Returns a font by font file base name.
getFontArcane() - Method in class com.realtime.crossfire.jxclient.gui.log.Fonts
Returns the font to use for FontID.ARCANE text.
getFontFixed() - Method in class com.realtime.crossfire.jxclient.gui.log.Fonts
Returns the font to use for FontID.FIXED text.
getFontFixedBold() - Method in class com.realtime.crossfire.jxclient.gui.log.Fonts
Returns the font to use for FontID.FIXED text which has bold enabled.
getFontPrint() - Method in class com.realtime.crossfire.jxclient.gui.log.Fonts
Returns the font to use for FontID.PRINT, FontID.HAND, and FontID.STRANGE text.
getFrameAlpha() - Method in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
Returns the alpha value for the frame background.
getGaugeStateSize() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
Returns the maximum size of GUIDupGauge.gaugeStateDiv and GUIDupGauge.gaugeStateMod.
getGrace() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the grace needed to cast the spell.
getGui(Component) - Static method in class com.realtime.crossfire.jxclient.gui.gui.GuiUtils
Returns the Gui an element is part of.
getGuiState() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the current gui state.
getGuiState() - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
Returns the current GuiState.
getGuiStateManager() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getH() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns the height of the highlighted part of the image.
getH() - Method in interface com.realtime.crossfire.jxclient.gui.gauge.Orientation
Returns the height of the highlighted part of the image.
getH(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Extent
Returns the height.
getH() - Method in class com.realtime.crossfire.jxclient.gui.gui.TooltipText
Returns the height of the associated gui element.
getHeadMapSquare(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns the map square of the head of a multi-square object.
getHeadMapSquare(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
Returns the map square of the head of a multi-square object.
getHeadMapSquare(int) - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
Returns the map square of the head of a multi-square object.
getHeight() - Method in class com.realtime.crossfire.jxclient.gui.button.ButtonImages
Returns the button's height.
getHeight() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns the total height of the image.
getHeight() - Method in class com.realtime.crossfire.jxclient.gui.log.Line
Returns the height of this line.
getHeight() - Method in interface com.realtime.crossfire.jxclient.gui.log.RenderStateListener
Returns the height of the rendered gui element in pixels.
getHeight() - Method in class com.realtime.crossfire.jxclient.util.Resolution
Returns the height in pixels.
getHostname() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the hostname.
getHostname() - Method in class com.realtime.crossfire.jxclient.window.JXCConnection
Returns the currently connected server.
getImage(Color, String) - Method in class com.realtime.crossfire.jxclient.skin.io.ImageParser
Optionally loads an image by base file name.
getImage(String) - Method in class com.realtime.crossfire.jxclient.skin.io.ImageParser
Loads an image by base file name.
getImageFileName(String, int) - Method in class com.realtime.crossfire.jxclient.faces.FileCache
Calculates a hashed image name to be used as a file name.
getImageIcon(int, boolean[]) - Method in interface com.realtime.crossfire.jxclient.faces.FacesProvider
Returns the face for a face ID.
getImageIcon(int, boolean[]) - Method in class com.realtime.crossfire.jxclient.faces.MagicMapFacesProvider
Returns the face for a face ID.
getImageIcon(int, boolean[]) - Method in class com.realtime.crossfire.jxclient.faces.OriginalFacesProvider
Returns the face for a face ID.
getImageIcon(int, boolean[]) - Method in class com.realtime.crossfire.jxclient.faces.ScaledFacesProvider
Returns the face for a face ID.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
Returns the slot index.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
Returns the slot index.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
Returns the slot index.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Returns the slot index.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Returns the slot index.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Returns the slot index.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Returns the slot index.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Returns the slot index.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Returns the index of this element.
getIndex() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Returns the index of this element.
getInputStream(String) - Method in class com.realtime.crossfire.jxclient.skin.source.JXCSkinClassSource
Returns an InputStream for a resource name.
getInputStream(String) - Method in class com.realtime.crossfire.jxclient.skin.source.JXCSkinDirSource
Returns an InputStream for a resource name.
getInputStream(String) - Method in interface com.realtime.crossfire.jxclient.skin.source.JXCSkinSource
Returns an InputStream for a resource name.
getInputStream(String, String) - Method in class com.realtime.crossfire.jxclient.sound.AudioFileLoader
Returns an input stream for an audio file.
getInt(SettingsEntry<Integer>) - Method in class com.realtime.crossfire.jxclient.settings.Settings
Returns the integer associated with the specified key at a node or defaultValue if there is no association for this key.
getInt1(ByteBuffer) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Extracts and removes a 1 byte integer from a ByteBuffer at it's current position.
getInt2(ByteBuffer) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Extracts and removes a 2 byte integer from a ByteBuffer at it's current position.
getInt4(ByteBuffer) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Extracts and removes a 4 byte integer from a ByteBuffer at it's current position.
getInt8(ByteBuffer) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
Extracts and removes an 8 byte integer from a ByteBuffer at it's current position.
getInventoryByTag(int) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns the inventory of an item.
getInventoryItem(int, int) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns a CfItem from the inventory of an item.
getItem() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
Returns the current item instance.
getItem(int) - Method in class com.realtime.crossfire.jxclient.items.FloorView
Returns the CfItem in a given slot.
getItem(int) - Method in class com.realtime.crossfire.jxclient.items.InventoryView
Returns the CfItem in a given slot.
getItem(int) - Method in interface com.realtime.crossfire.jxclient.items.ItemView
Returns the CfItem in a given slot.
getItem(int) - Method in class com.realtime.crossfire.jxclient.items.KnowledgeTypeView
 
getItem(int) - Method in class com.realtime.crossfire.jxclient.items.KnowledgeView
 
getItem(int) - Method in class com.realtime.crossfire.jxclient.items.QuestsView
Returns the CfItem in a given slot.
getItem(int) - Method in class com.realtime.crossfire.jxclient.items.SpellSkillView
Returns the CfItem in a given slot.
getItem(int) - Method in class com.realtime.crossfire.jxclient.items.SpellsView
Returns the CfItem in a given slot.
getItemByTag(int) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns an item by tag.
getItemOrPlayer(int) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns an item by tag.
getItemsByLocation(int) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns a list of items in a given location.
getItemSet() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getItemsManager() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getKey() - Method in class com.realtime.crossfire.jxclient.settings.SettingsEntry
Returns the key in the settings file.
getKeyBindingAsKeyChar(char) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Finds a key binding associated to a key character.
getKeyBindingAsKeyCode(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
Finds a key binding associated to a key code/modifiers pair.
getKeyBindings() - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
Returns the key bindings instance for this gui.
getKeyBindings(boolean) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
Returns the active key bindings.
getKeybindingsFile(CharSequence, CharSequence) - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns the keybindings file.
getKeyChar() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCharKeyBinding
Returns the key character to match.
getKeyChar() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
Returns the key as a char.
getKeyCode(String) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeMap
Returns the key code for a key name.
getKeyCode() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
Returns the key code.
getKeyEvent2() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeKeyBinding
Returns the key to match.
getKeyName(int) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyCodeMap
Returns the key name for a key code.
getKnowledge(int) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
Returns a KnowledgeItem instance by index.
getKnowledgeCount() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
 
getKnowledgeIndex() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
Returns the tag ID.
getKnowledgeManager() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
 
getKnowledgeTitle() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
Returns the description.
getLastCount() - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Returns the number of merged lines.
getLastSegment() - Method in class com.realtime.crossfire.jxclient.gui.log.Line
Returns the last segment.
getLayer() - Method in class com.realtime.crossfire.jxclient.map.Location
Returns the layer.
getLevel() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
Returns the character's level.
getLevel() - Method in class com.realtime.crossfire.jxclient.skills.Skill
Returns the skill level.
getLevel() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the spell level.
getLine(int) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
Returns one Line by line index.
getListCellRendererComponent(JList<? extends String>, String, int, boolean, boolean) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIClassesComboBox
Returns a Component that displays the value.
getListCellRendererComponent(JList<? extends T>, T, int, boolean, boolean) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
Returns a Component that displays the value.
getListCellRendererComponent(JList<? extends String>, String, int, boolean, boolean) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIRacesComboBox
Returns a Component that displays the value.
getListCellRendererComponent(JList<? extends GUICharacter>, GUICharacter, int, boolean, boolean) - Method in class com.realtime.crossfire.jxclient.gui.list.CharacterCellRenderer
getListCellRendererComponent(JList<? extends T>, T, int, boolean, boolean) - Method in class com.realtime.crossfire.jxclient.gui.list.ItemItemCellRenderer
getListCellRendererComponent(JList<? extends GUIMetaElement>, GUIMetaElement, int, boolean, boolean) - Method in class com.realtime.crossfire.jxclient.gui.list.MetaElementCellRenderer
getListeners(int) - Method in class com.realtime.crossfire.jxclient.util.HashedEventListenerList
Returns an array of all the listeners.
getListeners(int) - Method in class com.realtime.crossfire.jxclient.util.IndexedEventListenerList
Returns all the listeners by index.
getLocation() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns the location.
getLocationListeners(int) - Method in class com.realtime.crossfire.jxclient.util.HashedEventListenerList
 
getLocationListeners(int) - Method in class com.realtime.crossfire.jxclient.util.IndexedEventListenerList
 
getLoginAccountSettingsEntry(String) - Static method in class com.realtime.crossfire.jxclient.settings.SettingsEntries
Returns the SettingsEntry for the default account name on a server.
getLoginAccountSettingsEntry(String, String) - Static method in class com.realtime.crossfire.jxclient.settings.SettingsEntries
Returns the SettingsEntry for the default character name on an account.
getLong(SettingsEntry<Long>) - Method in class com.realtime.crossfire.jxclient.settings.Settings
Returns the long associated with the specified key at a node or defaultValue if there is no association for this key.
getMagicMapImageCacheDir() - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns the image cache directory for magic map sized images.
getMagicMapImageIcon(int, boolean[]) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Returns the "magic map" face for a face ID.
getMagicMapImageIcon() - Method in class com.realtime.crossfire.jxclient.faces.FaceImages
Returns the ImageIcon scaled for the magic map view.
getMagicMapImageIcon(int, boolean[]) - Method in interface com.realtime.crossfire.jxclient.faces.FacesManager
Returns the "magic map" face for a face ID.
getMainInterface() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the main window.
getMainInterface() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the main window.
getMana() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the mana needed to cast the spell.
getMap() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
Returns the character's map.
getMap() - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Returns the current map instance.
getMapBase() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the server's map base.
getMapHeight() - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Returns the map height in squares.
getMapHeight() - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Returns the height of the visible map area.
getMapPatch(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Checks if a given position is within the defined map area.
getMapSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the map size in squares.
getMapSquare(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns a map square.
getMapSquareUnlessDirty(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns a map square.
getMapWidth() - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Returns the map width in squares.
getMapWidth() - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
Returns the width of the visible map area.
getMax() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns the maximum value.
getMaximumSize() - Method in class com.realtime.crossfire.jxclient.gui.button.GUIButton
getMaximumSize() - Method in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
getMaximumSize() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
getMaximumSize() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
getMaximumSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIPicture
getMaximumSize() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
getMaxResolution() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the maximal resolution of this skin.
getMaxResolution() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the maximal resolution of this skin.
getMaxValue() - Method in class com.realtime.crossfire.jxclient.character.NewCharInfo
Returns the maximum stat value.
getMaxWindowDimension(Insets) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the maximum dimension of a frame to fit on the screen.
getMessage() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the description.
getMessageLogFile(String) - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns the log file for text message logging.
getMetaInterface() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the server selection window.
getMetaInterface() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the server selection window.
getMetaserverCacheFile() - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns the metaserver cache file.
getMetaserverEntry() - Method in class com.realtime.crossfire.jxclient.metaserver.Info
Returns the metaserver entry.
getMetaserverEntryListeners(int) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
Returns the metaserver entry listeners for one entry index.
getMin() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
Returns the minimum value.
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.item.ItemPainter
Returns the minimal size needed to display this item.
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIMultiLineLabel
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIOneLineLabel
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIPicture
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
getMinimumSizeInt() - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
Returns the minimal size needed to display this component.
getMinimumSizeInt() - Method in class com.realtime.crossfire.jxclient.gui.button.GUIButton
Returns the minimal size needed to display this component.
getMinimumSizeInt() - Method in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
Returns the minimal size needed to display this component.
getMinimumSizeInt() - Static method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
Returns the minimal size to display this component.
getMinimumSizeInt() - Static method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
Returns the minimal size to display this component.
getMinimumSizeInt() - Static method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
Returns the minimal size to display this component.
getMinimumSizeInt() - Static method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
Returns the minimal size to display this component.
getMinimumSizeInt() - Static method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
Returns the minimal size to display this component.
getMinimumSizeInt() - Static method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
Returns the minimal size to display this component.
getMinimumSizeInt() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIOneLineLabel
Returns the minimal size needed to display this component.
getMinimumSizeInt() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
Returns the minimal size needed to display this component.
getMinimumSizeInt() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
Returns the minimal size needed to display this component.
getMinimumSizeInt() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
Returns the minimal size needed to display both icon and text.
getMinResolution() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
Returns the minimal resolution of this skin.
getMinResolution() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
Returns the minimal resolution of this skin.
getMinValue() - Method in class com.realtime.crossfire.jxclient.character.NewCharInfo
Returns the minimum stat value.
getModifiers() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
Returns the modifiers.
getMsg() - Method in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
Returns the long description.
getName() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
Returns the character's name.
getName() - Method in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
Returns the human readable race name.
getName() - Method in class com.realtime.crossfire.jxclient.character.StartingMap
Returns the proper name.
getName() - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
Returns the internal name of this gui element.
getName() - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
Returns the internal name of this gui element.
getName() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns the name.
getName() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the spell name.
getNamedSkill(String, int) - Method in class com.realtime.crossfire.jxclient.skills.SkillSet
Returns the skill instance for a given skill name.
getNewCharacterInformation() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
Returns the NewCharacterInformation for creating new characters.
getNewCharInfo() - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
Returns the NewCharInfo instance for character creation.
getNrOf() - Method in class com.realtime.crossfire.jxclient.items.CfItem
Returns the number of objects in this item stack.
getNumberOfItemsByLocation(int) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns the number of items in a given location.
getNumLookObjects() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
Returns the preferred number of objects to display.
getNumLookObjects() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns the number of ground view objects to request from the server.
getOffset() - Method in class com.realtime.crossfire.jxclient.items.FloorView
Returns the number of non-inventory items to be displayed on the floor.
getOffsetX() - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Returns the x offset for drawing the square at coordinate 0 of the map.
getOffsetX() - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns the offset to convert an absolute x-coordinate of a map square (CfMapSquare.getX() to a relative x-coordinate.
getOffsetY() - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Returns the y offset for drawing the square at coordinate 0 of the map.
getOffsetY() - Method in class com.realtime.crossfire.jxclient.map.CfMap
Returns the offset to convert an absolute y-coordinate of a map square (CfMapSquare.getY() to a relative y-coordinate.
getOpenContainer() - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns the currently opened container.
getOpenDialogs() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
Returns all open dialogs in reverse painting order; the first element is the top-most dialog.
getOption() - Method in class com.realtime.crossfire.jxclient.settings.options.OptionManager.Entry
Returns the Option instance.
getOriginalImageCacheDir() - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
Returns the image cache directory.
getOriginalImageIcon(int, boolean[]) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
Returns the "original" face for a face ID.
getOriginalImageIcon() - Method in class com.realtime.crossfire.jxclient.faces.FaceImages
Returns the ImageIcon as sent by the Crossfire server.
getOriginalImageIcon(int, boolean[]) - Method in interface com.realtime.crossfire.jxclient.faces.FacesManager
Returns the "original" face for a face ID.
getParty() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
Returns the character's party.
getPath() - Method in class com.realtime.crossfire.jxclient.spells.Spell
Returns the spell path.
getPercentsToNextLevel(int, long) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
Returns the experience fraction of the current level.
getPercentsToNextLevel(int, long) - Method in class com.realtime.crossfire.jxclient.stats.ExperienceTable
Returns the experience fraction of the current level in percents.
getPickupMode() - Method in class com.realtime.crossfire.jxclient.settings.options.Pickup
Returns the pickup mode.
getPickupSettingsEntry(String, String) - Static method in class com.realtime.crossfire.jxclient.settings.SettingsEntries
Returns the SettingsEntry for the default pickup mode of a character.
getPlayer() - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns the player object this client controls.
getPlayerInventory() - Method in class com.realtime.crossfire.jxclient.items.ItemSet
Returns the player's inventory.
getPlayers() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
Returns the number of players.
getPlayerSettingsEntry(String) - Static method in class com.realtime.crossfire.jxclient.settings.SettingsEntries
Returns the SettingsEntry for the default character name on a server.
getPlayerX() - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Returns the x offset of the tile representing the player.
getPlayerY() - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
Returns the y offset of the tile representing the player.
getPoints() - Method in class com.realtime.crossfire.jxclient.character.NewCharInfo
Returns the number of points the character has to spend.
getPort() - Method in class com.realtime.crossfire.jxclient.window.JXCConnection
Returns the currently connected port.
getPreferredMapHeight() - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMap
Returns the minimal map height in squares needed to fill the map area.
getPreferredMapWidth() - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMap
Returns the minimal map width in squares needed to fill the map area.
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
Returns the preferred size.
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.item.