- AbstractButton - Class in com.realtime.crossfire.jxclient.gui.button
-
Abstract base class for button classes.
- AbstractButton(TooltipManager, GUIElementListener, String, boolean, boolean, CommandList, GuiFactory, NewCharModel) - Constructor for class com.realtime.crossfire.jxclient.gui.button.AbstractButton
-
Creates a new instance.
- AbstractButton2 - Class in com.realtime.crossfire.jxclient.gui.button
-
- AbstractButton2(TooltipManager, GUIElementListener, String, BufferedImage, BufferedImage, String, Font, Color, int, int, boolean, CommandList, GuiFactory, NewCharModel) - Constructor for class com.realtime.crossfire.jxclient.gui.button.AbstractButton2
-
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
-
- 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
-
- 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, boolean, GuiFactory) - 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, GuiFactory) - 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
-
- 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, Color, BufferedImage, Color, GuiFactory) - 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.
- AbstractScriptProcess - Class in com.realtime.crossfire.jxclient.scripts
-
- AbstractScriptProcess(int, String, CommandQueue, CrossfireServerConnection, Stats, FloorView, ItemSet, SpellsManager, MapUpdaterState, SkillSet) - Constructor for class com.realtime.crossfire.jxclient.scripts.AbstractScriptProcess
-
Creates a new instance.
- 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
-
- accountCreateCharacter(String, Collection<String>) - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
-
Creates a character.
- accountCreateCharacter(String, Collection<String>) - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
-
- AccountCreateCharacterCommand - Class in com.realtime.crossfire.jxclient.gui.commands
-
A
GUICommand
sending a character creation request.
- AccountCreateCharacterCommand(CommandCallback, AbstractGUIElement, GuiFactory, NewCharModel) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCharacterCommand
-
Creates a new instance.
- AccountCreateCommand - Class in com.realtime.crossfire.jxclient.gui.commands
-
- AccountCreateCommand(CommandCallback, AbstractGUIElement, GuiFactory) - 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
-
- AccountLinkCharacterCommand - Class in com.realtime.crossfire.jxclient.gui.commands
-
A
GUICommand
sending a request to link a character to an account.
- AccountLinkCharacterCommand(CommandCallback, AbstractGUIElement, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.AccountLinkCharacterCommand
-
Creates a new instance.
- 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
-
- AccountLoginCommand - Class in com.realtime.crossfire.jxclient.gui.commands
-
A
GUICommand
sending an account login request to the server.
- AccountLoginCommand(CommandCallback, AbstractGUIElement, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.AccountLoginCommand
-
Creates a new instance.
- 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
-
- AccountPasswordCommand - Class in com.realtime.crossfire.jxclient.gui.commands
-
A
GUICommand
sending an account password change request.
- AccountPasswordCommand(CommandCallback, AbstractGUIElement, GuiFactory) - 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
-
- AccountPlayCharacterCommand - Class in com.realtime.crossfire.jxclient.gui.commands
-
A
GUICommand
sending a play character request to the server.
- AccountPlayCharacterCommand(CommandCallback, AbstractGUIElement, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.AccountPlayCharacterCommand
-
Creates a new instance.
- AccountPlayerBuilder - Class in com.realtime.crossfire.jxclient.server.crossfire
-
- AccountPlayerBuilder() - Constructor for class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
-
- ActivatableGUIElement - Class in com.realtime.crossfire.jxclient.gui.gui
-
A
GUIElement
that can be set to active or inactive.
- ActivatableGUIElement(TooltipManager, GUIElementListener, String, boolean, GuiFactory) - 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
-
- 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.
- activateNextElement() - Method in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
-
Activates the following element.
- activatePrevElement() - Method in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
-
Activates the previous element.
- activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.button.GUIButton
-
- activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.button.GUISelectableButton
-
- activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
-
- 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
-
- activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItem
-
- activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
-
- activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
-
- activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
-
- activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
-
- activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
-
- activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
-
- activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
-
- activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUISpinner
-
- activeChanged() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
-
- 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
-
- ActiveSkillGaugeUpdater(ExperienceTable, String, Stats) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.ActiveSkillGaugeUpdater
-
Creates a new instance.
- ActiveSkillGaugeUpdater2 - Class in com.realtime.crossfire.jxclient.gui.gauge
-
- ActiveSkillGaugeUpdater2(ExperienceTable, Stats, SkillSet) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.ActiveSkillGaugeUpdater2
-
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(GUICommand) - Method in class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
-
Adds a command to the end of this command list.
- add(Location, AnimationState) - Method in class com.realtime.crossfire.jxclient.map.AnimationMap
-
- add(int, AnimationState) - Method in class com.realtime.crossfire.jxclient.map.AnimationSet
-
- add(int, int) - Method in class com.realtime.crossfire.jxclient.map.PendingDirections
-
Adds a pending step.
- 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[]) - Method in class com.realtime.crossfire.jxclient.animations.Animations
-
Defines a new animation.
- 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
-
- addClientSocketListener(ClientSocketListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- addClientSocketListener(ClientSocketListener) - Method in class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
-
- addClientSocketListener(ClientSocketListener) - Method in interface com.realtime.crossfire.jxclient.server.server.ServerConnection
-
- addClientSocketListener(ClientSocketListener) - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
-
- addCommand(Command) - Method in class com.realtime.crossfire.jxclient.commands.Commands
-
- 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.
- addCommandList(String, CommandListType) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
-
Defines a new command list.
- addCrossfireAccountListener(CrossfireAccountListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- addCrossfireMapScrollListener(CrossfireMapScrollListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Registers a listener to be called whenever the map was scolled.
- addCrossfireMapScrollListener(CrossfireMapScrollListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- addCrossfireMusicListener(CrossfireMusicListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
-
- 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
-
- 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
-
- 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
-
- addCrossfireSoundListener(CrossfireSoundListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
-
- 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
-
- addCrossfireStatsListener(StatsListener) - Method in class com.realtime.crossfire.jxclient.stats.Stats
-
- addCrossfireTickListener(CrossfireTickListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
-
- 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
-
- 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
-
- 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
-
- addFaceQueueListener(FaceQueueListener) - Method in interface com.realtime.crossfire.jxclient.faces.FaceQueue
-
- addFaceReceivedListener(AskfaceFaceQueueListener) - Method in interface com.realtime.crossfire.jxclient.faces.AskfaceQueue
-
Registers a listener to be called whenever a face has been received.
- addFaceReceivedListener(AskfaceFaceQueueListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- addFacesManagerListener(FacesManagerListener) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
-
- addFacesManagerListener(FacesManagerListener) - Method in interface com.realtime.crossfire.jxclient.faces.FacesManager
-
- addGuiStateListener(RendererGuiStateListener) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
-
- 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
-
- addItem(CfItem) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
-
Adds an item.
- 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
-
- addKeyBinding(KeyEvent2, CommandList, boolean) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
-
Adds a key binding for a key event.
- 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
-
- addKnowledgeListener(KnowledgeListener) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
-
- 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.
- addListener(NewCharModelListener) - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
Adds a listener to notify of changes.
- addLocationListener(int, LocationListener) - Method in class com.realtime.crossfire.jxclient.items.AbstractItemView
-
- 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
-
- addLocationsListener(LocationsListener) - Method in interface com.realtime.crossfire.jxclient.items.ItemView
-
- addMapSizeListener(MapSizeListener) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
-
Adds a listener to be notified about map size changes.
- addMetaserver(Metaserver) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
-
Adds a metaserver to track.
- 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.
- addNewCharacterInformationListener(NewCharacterInformationListener) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
-
- 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
-
- 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
-
- addRaceInfo(ClassRaceInfo) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
-
- addScriptProcessListener(ScriptProcessListener) - Method in class com.realtime.crossfire.jxclient.scripts.AbstractScriptProcess
-
- addScriptProcessListener(ScriptProcessListener) - Method in interface com.realtime.crossfire.jxclient.scripts.ScriptProcess
-
- addScrollableListener(ScrollableListener) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
-
- addScrollableListener(ScrollableListener) - Method in interface com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable2
-
Adds a scrollable listener to be informed about changes.
- addSentPacketListener(SentPacketListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AbstractCrossfireServerConnection
-
- addSentPacketListener(SentPacketListener) - 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(SpellListener) - Method in class com.realtime.crossfire.jxclient.spells.Spell
-
- addTextSegment(Line, String, boolean, boolean, boolean, FontID, Color, Color) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
-
- addTextSegment(TextSegment) - Method in class com.realtime.crossfire.jxclient.gui.log.Line
-
- addToRepeatCount(int) - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
-
Adds a digit to the current repeat count.
- addType(String) - Method in class com.realtime.crossfire.jxclient.protocol.MessageTypesBuilder
-
Adds a type.
- 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.
- 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
-
- allArguments() - Method in class com.realtime.crossfire.jxclient.commands.BindCommand
-
- allArguments() - Method in class com.realtime.crossfire.jxclient.commands.BindingsCommand
-
- allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ClearCommand
-
- 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
-
- allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ExecCommand
-
- allArguments() - Method in class com.realtime.crossfire.jxclient.commands.HelpCommand
-
- allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScreenshotCommand
-
- allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScriptCommand
-
- allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScriptkillallCommand
-
- allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScriptkillCommand
-
- allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScriptsCommand
-
- allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ScripttellCommand
-
- allArguments() - Method in class com.realtime.crossfire.jxclient.commands.SetCommand
-
- allArguments() - Method in class com.realtime.crossfire.jxclient.commands.ShortcutCommand
-
- allArguments() - Method in class com.realtime.crossfire.jxclient.commands.UnbindCommand
-
- allocate(Location) - Method in class com.realtime.crossfire.jxclient.map.AnimationState
-
Adds this animation state to a map
Location
.
- allocate(int) - Method in class com.realtime.crossfire.jxclient.map.AnimationState
-
Adds this animation state to an item tag.
- allocateClip(CharSequence) - Method in class com.realtime.crossfire.jxclient.sound.ClipLoader
-
Allocates a new clip.
- 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_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[]) - Constructor for class com.realtime.crossfire.jxclient.animations.Animation
-
Creates a new instance.
- AnimationMap - Class in com.realtime.crossfire.jxclient.map
-
- 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.
- AnimationSet - Class in com.realtime.crossfire.jxclient.map
-
- AnimationSet() - Constructor for class com.realtime.crossfire.jxclient.map.AnimationSet
-
- AnimationState - Class in com.realtime.crossfire.jxclient.map
-
- AnimationState(Animation, int, CfAnimationsMapListener, ItemSet, FacesManager) - Constructor for class com.realtime.crossfire.jxclient.map.AnimationState
-
Creates a new instance.
- appendSelection(StringBuilder, int, int) - Method in class com.realtime.crossfire.jxclient.gui.log.Line
-
Appends the selected text to a StringBuilder
instance.
- appendSelection(StringBuilder, int, int) - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
-
Appends the selected text to a StringBuilder
instance.
- appendSpellPaths(int, StringBuilder) - Static method in class com.realtime.crossfire.jxclient.spells.SpellPaths
-
Appends a human-readable description of a set of spell paths to a
StringBuilder
instance.
- APPLICATION_ICON - Static variable in class com.realtime.crossfire.jxclient.util.ResourceUtils
-
The resource name for the application icon.
- 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.
- asDimension() - Method in class com.realtime.crossfire.jxclient.util.Resolution
-
Returns the resolution as a Dimension
instance.
- 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.
- AskfaceFaceQueueListener - Interface in com.realtime.crossfire.jxclient.faces
-
Interface for classes interested in faces received from the Crossfire
server.
- AskfaceQueue - Interface in com.realtime.crossfire.jxclient.faces
-
Interface for classes that allow sending "askface" commands.
- attach(TooltipManagerImpl) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
-
- attach(TooltipManagerImpl) - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
-
Attaches this skin to a gui manager.
- 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.
- autoClosed() - Method in interface com.realtime.crossfire.jxclient.gui.gui.GuiAutoCloseListener
-
Called when a dialog has been auto-closed.
- autoSize(int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
Auto-resizes the dialog.
- C_STAT_BLIND - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
The "is blind" indicator.
- C_STAT_CONFUSED - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
The "is confused" indicator.
- C_STAT_CURRENT_SKILL - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
The name of the current skill.
- C_STAT_DISEASED - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
The "is diseased" indicator.
- 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_HOSTILE - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
The "is hostile" indicator.
- C_STAT_LOWFOOD - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
The Low Food indicator.
- C_STAT_NOT_PERFECT - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
The "is not perfect" indicator.
- C_STAT_PARALYZED - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
The "is paralyzed" indicator.
- C_STAT_POISONED - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
The "is poisoned" indicator.
- C_STAT_STARVING - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
The "is starving" indicator.
- C_STAT_STEALTHY - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
The "is stealthy" indicator.
- C_STAT_WEIGHT - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
The character's weight.
- C_STAT_WIZARD - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
The "is DM" indicator.
- C_STAT_XRAY - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
The "has xray vision" indicator.
- calculate(int, int, int) - Static method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
-
Returns the fraction val/max
rounded to [0..size
].
- calculateHeight(int, int, boolean, boolean) - Method in class com.realtime.crossfire.jxclient.gui.log.Line
-
Determines the height in pixels.
- canAttemptType(String) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
-
- 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
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountCreateCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountLinkCharacterCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountLoginCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountPasswordCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.AccountPlayCharacterCommand
-
- 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
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DialogCloseCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DialogOpenCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DialogToggleCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.DisconnectCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ExecSelectionCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ExecuteElementCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.HideCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.InventoryFilterCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.MetaCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.MoveSelectionCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.PrintCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.QuestsFilterCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.QuitCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollListCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollNeverCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollNextCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScrollResetCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.SelectCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ShowCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.StartCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.commands.ToggleCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.textinput.ActivateCommandInputCommand
-
- canExecute() - Method in class com.realtime.crossfire.jxclient.gui.textinput.ExecuteCommandCommand
-
- 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
-
- canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
-
- canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
-
- canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
-
- canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
-
- canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
-
- canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
-
- canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
-
- canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
-
- 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
-
- canScroll(int) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
-
- canScroll(int) - Method in interface com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable
-
Returns whether scrolling 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() - 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.
- CF_BLIND - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
- CF_CONFUSED - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
- CF_DISEASED - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
- CF_HOSTILE - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
- CF_NOT_PERFECT - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
- CF_PARALYZED - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
- CF_POISONED - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
- CF_STEALTHY - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
- CF_WIZARD - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
- CF_XRAY - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
- CfAnimations - Class in com.realtime.crossfire.jxclient.map
-
Manages a set of animated faces.
- CfAnimations(ItemSet, FacesManager, Animations) - Constructor for class com.realtime.crossfire.jxclient.map.CfAnimations
-
Creates a new instance.
- CfAnimationsMapListener - Interface in com.realtime.crossfire.jxclient.map
-
- 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
-
- CfMapPatch - Class in com.realtime.crossfire.jxclient.map
-
- 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.
- changed() - Method in interface com.realtime.crossfire.jxclient.gui.label.NewCharModelListener
-
Called if any attribute 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
-
- CHARACTER - Static variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
-
The source identification string for per-character key bindings.
- CharacterCellRenderer - Class in com.realtime.crossfire.jxclient.gui.list
-
- CharacterCellRenderer(GUICharacter) - Constructor for class com.realtime.crossfire.jxclient.gui.list.CharacterCellRenderer
-
Creates a new instance.
- 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
-
- CharacterListener - Interface in com.realtime.crossfire.jxclient.account
-
Callback for a change in a character list.
- 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
-
- 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, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.skin.factory.CheckBoxFactory
-
Creates a new instance.
- 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.
- checkFire() - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
-
Returns whether the character is firing.
- checkRun() - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
-
Returns whether the character is running.
- 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.
- classInfoChanged(String) - Method in interface com.realtime.crossfire.jxclient.character.NewCharacterInformationListener
-
Called whenever information of a class may have changed.
- 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 a "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.CfMapSquare
-
Marks this square as 'fog-og-war'.
- clear() - Method in class com.realtime.crossfire.jxclient.map.PendingDirections
-
Clears the state.
- 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.
- 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.
- clearNumberedSkills() - Method in class com.realtime.crossfire.jxclient.skills.SkillSet
-
- 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
-
- ClientSocket - Class in com.realtime.crossfire.jxclient.server.socket
-
A socket that processes incoming data.
- ClientSocket(GuiStateManager, DebugWriter) - Constructor for class com.realtime.crossfire.jxclient.server.socket.ClientSocket
-
Creates a new instance.
- ClientSocketListener - Interface in com.realtime.crossfire.jxclient.server.socket
-
Interface for listeners interested in
ClientSocket
related events.
- ClientSocketMonitorCommand - Interface in com.realtime.crossfire.jxclient.server.socket
-
Interface for querying monitor commands for script processes.
- ClientSocketState - Enum in com.realtime.crossfire.jxclient.guistate
-
Connection progress states of the Crossfire server connection.
- ClipLoader - Class in com.realtime.crossfire.jxclient.sound
-
Allocates new sound clips.
- ClipLoader(AudioFileLoader, DebugWriter) - Constructor for class com.realtime.crossfire.jxclient.sound.ClipLoader
-
Creates a new instance.
- ClipManager - Class in com.realtime.crossfire.jxclient.sound
-
Manages a set of sound clips (short sound effects).
- ClipManager(AudioFileLoader, DebugWriter, SoundTaskExecutor) - Constructor for class com.realtime.crossfire.jxclient.sound.ClipManager
-
Creates a new instance.
- 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
-
- closeDialog(String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
-
Closes the given dialog.
- 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.
- Codec - Class in com.realtime.crossfire.jxclient.util
-
Utility class to encode arbitrary Strings to fit in a single text line.
- 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.item - package com.realtime.crossfire.jxclient.item
-
- 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
-
- comc(int) - Method in class com.realtime.crossfire.jxclient.map.PendingDirections
-
Must be called when a comc message has been received from the server.
- Command - Interface in com.realtime.crossfire.jxclient.commands
-
Implements a client-side command.
- CommandCallback - Interface in com.realtime.crossfire.jxclient.gui.textinput
-
Interface that defines callback functions needed by commands.
- CommandCheckBoxOption - Class in com.realtime.crossfire.jxclient.gui.commands
-
- CommandCheckBoxOption(boolean, 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 - Interface in com.realtime.crossfire.jxclient.gui.textinput
-
Executes commands.
- CommandExecutorImpl - Class in com.realtime.crossfire.jxclient.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.
- 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
-
- CommandHistoryFactory() - Constructor for class com.realtime.crossfire.jxclient.settings.CommandHistoryFactory
-
- CommandList - Class in com.realtime.crossfire.jxclient.gui.commandlist
-
- CommandList(CommandListType) - Constructor for class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
-
Creates a new instance as an empty command list.
- CommandListType - Enum in com.realtime.crossfire.jxclient.gui.commandlist
-
The command list type.
- 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.
- commandNewmapReceived() - Method in interface com.realtime.crossfire.jxclient.map.NewmapListener
-
Called whenever a "newmap" message has been received.
- CommandParser - Class in com.realtime.crossfire.jxclient.skin.io
-
Parser for creating
GUICommand
instances from string
representations.
- CommandParser(Dialogs, FloorView, InventoryView, QuestsView, JXCSkinCache<AbstractGUIElement>, GuiFactory, NewCharModel) - Constructor for class com.realtime.crossfire.jxclient.skin.io.CommandParser
-
Creates a new instance.
- commandQueryReceived(String, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireQueryListener
-
A query message has been received.
- CommandQueue - Class in com.realtime.crossfire.jxclient.queue
-
Maintains the pending (ncom) commands sent to the server.
- CommandQueue(CrossfireServerConnection, GuiStateManager, PendingDirections) - Constructor for class com.realtime.crossfire.jxclient.queue.CommandQueue
-
Creates a new instance.
- Commands - Class in com.realtime.crossfire.jxclient.commands
-
Parses and executes client-side commands.
- Commands() - Constructor for class com.realtime.crossfire.jxclient.commands.Commands
-
- commandSent(String) - Method in class com.realtime.crossfire.jxclient.scripts.AbstractScriptProcess
-
- commandSent(String) - Method in interface com.realtime.crossfire.jxclient.scripts.ScriptProcess
-
Sends a message 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.
- CommandType - Enum in com.realtime.crossfire.jxclient.gui.commands
-
The executable commands.
- 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.
- 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(KeyBinding) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
-
- compareTo(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
-
- compareTo(MetaserverEntry) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
-
- compareTo(ScriptProcess) - Method in class com.realtime.crossfire.jxclient.scripts.AbstractScriptProcess
-
- 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
-
- connect(String, int) - Method in class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
-
- 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.
- 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() - 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
-
A connection attempt failed.
- connecting(String) - Method in interface com.realtime.crossfire.jxclient.guistate.GuiStateListener
-
Connection establishment is in progress.
- connecting(ClientSocketState, String) - 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.
- ConnectionStateSkinEvent - Class in com.realtime.crossfire.jxclient.skin.events
-
- ConnectionStateSkinEvent(CommandList, GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.skin.events.ConnectionStateSkinEvent
-
Creates a new instance.
- containsCommand(Class<? extends GUICommand>) - Method in class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
-
Returns whether this command list contains a command of the given type.
- convertModifiers(int) - Static method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
-
Converts old-style modifiers into the current format.
- 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.
- coordinateToPosition(int, int) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
-
Returns the text position for a coordinate.
- 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
-
- 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.
- CrossfireComcListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
-
Interface for listeners interested in comc commands received from the
server.
- CrossfireDrawextinfoListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
-
Interface for listeners interested in drawextinfo messages received from the
Crossfire server.
- CrossfireDrawinfoListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
-
Interface for listeners interested in drawinfo messages received from the
Crossfire server.
- CrossfireFailureListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
-
Interface for listeners interested in the "failure" messages received from
the Crossfire server.
- CrossfireMagicmapListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
-
Interface for listeners interested in magicmap messages received from the
Crossfire server.
- CrossfireMagicmapSkinEvent - Class in com.realtime.crossfire.jxclient.skin.events
-
- CrossfireMagicmapSkinEvent(CommandList, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.skin.events.CrossfireMagicmapSkinEvent
-
Creates a new instance.
- CrossfireMapScrollListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
-
Interface for listeners interested in map scroll commands.
- CrossfireMusicListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
-
Interface for listeners interested in "music" commands.
- CrossfirePickupListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
-
Interface for listeners interested in "pickup" messages.
- CrossfireQueryListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
-
Interface for listeners interested in query messages received from the
Crossfire server.
- CrossfireServerConnection - Interface in com.realtime.crossfire.jxclient.server.crossfire
-
- CrossfireSoundListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
-
Interface for listeners interested in "sound" commands.
- CrossfireTickListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
-
Interface for listeners interested in "tick" commands.
- CrossfireUpdateItemListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
-
Interface for listeners interested in item related commands.
- CrossfireUpdateMapListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
-
Interface for listeners interested in map related commands.
- 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_CHARACTER_FLAGS - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
Flags the character's current state.
- 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_GOD_NAME - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
- 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_ITEM_POWER - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
The maximum item power the character can handle.
- 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_OVERLOAD - Static variable in class com.realtime.crossfire.jxclient.stats.Stats
-
Indicates how much the character is overloaded: 0=not overloaded,
1=overloaded.
- 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".
- gainedSkill() - Method in interface com.realtime.crossfire.jxclient.skills.SkillListener
-
Notifies the listener that the skill has been gained.
- GaugeState - Class in com.realtime.crossfire.jxclient.gui.gauge
-
The state of a gauge.
- GaugeState(Image, Image, Image, int, int) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
-
Creates a new instance.
- 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
-
- GaugeUpdaterParser(Stats, ItemSet, SkillSet) - Constructor for class com.realtime.crossfire.jxclient.skin.io.GaugeUpdaterParser
-
Creates a new instance.
- 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.
- 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
-
- getActiveMessageBuffer() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
-
Returns the active message buffer.
- 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.
- getAllAnimationStates() - Method in class com.realtime.crossfire.jxclient.map.AnimationSet
-
- getAllSpells() - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
-
Returns all known spells.
- getAllTypes(boolean) - Static method in class com.realtime.crossfire.jxclient.protocol.MessageType
-
Returns all defined message types.
- getAnim() - Method in class com.realtime.crossfire.jxclient.items.CfItem
-
Returns the animation.
- getAnimationId() - Method in class com.realtime.crossfire.jxclient.animations.Animation
-
Returns the animation ID.
- getAnimations() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
-
- getAnimSpeed() - Method in class com.realtime.crossfire.jxclient.items.CfItem
-
Returns the animation speed.
- 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.
- getBindingDescription() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
-
Return the binding as a human-readable text.
- getBindings(Predicate<KeyBinding>) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
-
Returns all key bindings matching a given predicate.
- getBindings(Predicate<KeyBinding>) - 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.
- 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.
- 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.
- getCheckBoxOption(String) - Method in class com.realtime.crossfire.jxclient.settings.options.OptionManager
-
Returns a checkbox 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.
- getClass_() - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
Returns the selected class.
- 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
-
- getClassStatAdjustment(NewcharStat) - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
Returns the class points for a stat.
- 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.Shortcut
-
Returns the command to execute.
- getCommandHistory(String) - Method in class com.realtime.crossfire.jxclient.settings.CommandHistoryFactory
-
- 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
-
- getCommandList(String) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
-
- 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.
- getCommandListNames() - Method in interface com.realtime.crossfire.jxclient.gui.textinput.CommandCallback
-
Returns all command list names.
- getCommandListNames() - Method in class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
-
- getCommandListNames() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
-
- getCommandListNames() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
-
Returns the names of all named command lists.
- getCommandListNames() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
-
Returns all names of command lists.
- getCommandName() - Method in class com.realtime.crossfire.jxclient.commands.AbstractCommand
-
- getCommandName() - Method in interface com.realtime.crossfire.jxclient.commands.Command
-
Returns the name of the command.
- getCommands() - Method in class com.realtime.crossfire.jxclient.commands.Commands
-
Returns all defined commands.
- getCommands() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
-
- 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
-
- getCommandString() - Method in class com.realtime.crossfire.jxclient.gui.textinput.ExecuteCommandCommand
-
- 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.
- getComponent() - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
Returns the JComponent
for this instance.
- getCount() - Method in class com.realtime.crossfire.jxclient.quests.QuestsManager
-
Returns the number of current quests.
- 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.
- getCurrentFloorTag() - 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.
- 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.
- getDefaultKeyBindings() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
-
- 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(Integer) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUICharOptionsComboBox
-
- getDescription(String) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIClassesComboBox
-
- 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
-
- getDescription(String) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIStartingMapsComboBox
-
- getDialog() - Method in class com.realtime.crossfire.jxclient.gui.commands.DialogToggleCommand
-
Returns the dialog to toggle.
- getDialog(String) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
-
- 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
-
- getDialogBook(int) - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
-
Returns the popup dialog for readables.
- getDialogBorderBottom() - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
-
Returns the size of the dialog's bottom border.
- getDialogBorderBottom() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
-
- getDialogBorderLeft() - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
-
Returns the size of the dialog's left border.
- getDialogBorderLeft() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
-
- getDialogBorderRight() - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
-
Returns the size of the dialog's right border.
- getDialogBorderRight() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
-
- getDialogBorderTop() - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
-
Returns the size of the dialog's top border.
- getDialogBorderTop() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
-
- getDialogConnect() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.
- getElement(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
- getElementFromPoint(int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
- getElementX(AbstractGUIElement) - Method in class com.realtime.crossfire.jxclient.skin.skin.GuiFactory
-
Returns an element's absolute screen coordinate.
- getElementY(AbstractGUIElement) - Method in class com.realtime.crossfire.jxclient.skin.skin.GuiFactory
-
Returns an element's absolute screen coordinate.
- getEndPosition() - Method in class com.realtime.crossfire.jxclient.gui.log.Line
-
Returns the absolute buffer position of the first character after this
line.
- 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.
- getErrorText() - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
Returns the error text to show.
- getExperience() - Method in class com.realtime.crossfire.jxclient.skills.Skill
-
Returns the skill experience.
- 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
-
- 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
-
- getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
-
- 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
-
- getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
-
- getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
-
- getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
-
- getFace(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
-
- 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
-
- 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, AtomicBoolean) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
-
- getFaceImages(int, AtomicBoolean) - Method in class com.realtime.crossfire.jxclient.faces.DefaultFacesManager
-
- 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
-
- getFile() - Method in class com.realtime.crossfire.jxclient.gui.commands.ScreenshotFiles
-
Returns a Path
for the next screenshot file.
- getFile() - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
-
Returns the backing file.
- getFilename() - Method in class com.realtime.crossfire.jxclient.scripts.AbstractScriptProcess
-
- getFilename() - Method in interface com.realtime.crossfire.jxclient.scripts.ScriptProcess
-
Returns the script's filename.
- getFilteredSpell(int) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
-
Returns a
Spell
instance by index.
- getFilteredSpells() - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
-
Returns all currently shown spells.
- getFilteredSpellsCount() - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
-
Returns the number of currently shown spells.
- 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(FontID, boolean) - Method in class com.realtime.crossfire.jxclient.gui.log.Fonts
-
Returns the Font
to use for this text segment.
- getFont(String) - Method in class com.realtime.crossfire.jxclient.skin.io.FontParser
-
Returns a font by font file base name.
- getFontScaleFactor() - Method in class com.realtime.crossfire.jxclient.main.Options
-
Returns the font scale factor.
- getFrameAlpha() - Method in class com.realtime.crossfire.jxclient.skin.factory.DialogFactory
-
Returns the alpha value for the frame background.
- getGrace() - Method in class com.realtime.crossfire.jxclient.spells.Spell
-
Returns the grace needed to cast the spell.
- getGui(AbstractGUIElement) - Method in class com.realtime.crossfire.jxclient.skin.skin.GuiFactory
-
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
-
- getGuiStateManager() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
-
- getH() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
-
- 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 class com.realtime.crossfire.jxclient.gui.log.RenderState
-
Returns the height of the viewable area.
- 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.gui.log.RenderStateManager
-
Returns the height of the viewable area.
- getHeight() - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
-
Returns the height to display the segment.
- getHeight() - Method in class com.realtime.crossfire.jxclient.util.Resolution
-
Returns the height in pixels.
- getHelp() - Method in class com.realtime.crossfire.jxclient.commands.AgainCommand
-
- getHelp() - Method in class com.realtime.crossfire.jxclient.commands.BindCommand
-
- getHelp() - Method in class com.realtime.crossfire.jxclient.commands.BindingsCommand
-
- getHelp() - Method in class com.realtime.crossfire.jxclient.commands.ClearCommand
-
- getHelp() - Method in interface com.realtime.crossfire.jxclient.commands.Command
-
Returns the help text for this command.
- getHelp() - Method in class com.realtime.crossfire.jxclient.commands.DebugMessagesCommand
-
- getHelp() - Method in class com.realtime.crossfire.jxclient.commands.ExecCommand
-
- getHelp() - Method in class com.realtime.crossfire.jxclient.commands.HelpCommand
-
- getHelp() - Method in class com.realtime.crossfire.jxclient.commands.ScreenshotCommand
-
- getHelp() - Method in class com.realtime.crossfire.jxclient.commands.ScriptCommand
-
- getHelp() - Method in class com.realtime.crossfire.jxclient.commands.ScriptkillallCommand
-
- getHelp() - Method in class com.realtime.crossfire.jxclient.commands.ScriptkillCommand
-
- getHelp() - Method in class com.realtime.crossfire.jxclient.commands.ScriptsCommand
-
- getHelp() - Method in class com.realtime.crossfire.jxclient.commands.ScripttellCommand
-
- getHelp() - Method in class com.realtime.crossfire.jxclient.commands.SetCommand
-
- getHelp() - Method in class com.realtime.crossfire.jxclient.commands.ShortcutCommand
-
- getHelp() - Method in class com.realtime.crossfire.jxclient.commands.UnbindCommand
-
- getHelp() - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
Returns the help icon of this dialog.
- 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.
- getImageIcon(int, AtomicBoolean) - Method in interface com.realtime.crossfire.jxclient.faces.FacesProvider
-
Returns the face for a face ID.
- getImageIcon(int, AtomicBoolean) - Method in class com.realtime.crossfire.jxclient.faces.MagicMapFacesProvider
-
- getImageIcon(int, AtomicBoolean) - Method in class com.realtime.crossfire.jxclient.faces.OriginalFacesProvider
-
- getImageIcon(int, AtomicBoolean) - Method in class com.realtime.crossfire.jxclient.faces.ScaledFacesProvider
-
- getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
-
- getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
-
- 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
-
- getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
-
- getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
-
- getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
-
- getIndex() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
-
- 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
-
- getInputStream(String) - Method in class com.realtime.crossfire.jxclient.skin.source.JXCSkinDirSource
-
- getInputStream(String) - Method in interface com.realtime.crossfire.jxclient.skin.source.JXCSkinSource
-
Returns an InputStream
for a resource name.
- getInputStream(CharSequence) - 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.
- 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
-
- getItem(int) - Method in class com.realtime.crossfire.jxclient.items.InventoryView
-
- 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
-
- getItem(int) - Method in class com.realtime.crossfire.jxclient.items.SpellSkillView
-
- getItem(int) - Method in class com.realtime.crossfire.jxclient.items.SpellsView
-
- getItemByTag(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
-
- getKey() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
-
Returns the unique key for this entry.
- getKey() - Method in class com.realtime.crossfire.jxclient.settings.SettingsEntry
-
Returns the key in the settings file.
- getKeyBindings() - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
Returns the key bindings instance for this gui.
- getKeybindingsFileVersion1(CharSequence, CharSequence) - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
-
Returns the fallback keybindings file.
- getKeybindingsFileVersion2(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.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.KeyBinding
-
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
-
- 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.
- getLastTextSegment() - 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 Integer>, Integer, int, boolean, boolean) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUICharOptionsComboBox
-
- getListCellRendererComponent(JList<? extends String>, String, int, boolean, boolean) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIClassesComboBox
-
- 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
-
- getListCellRendererComponent(JList<? extends String>, String, int, boolean, boolean) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIStartingMapsComboBox
-
- 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.
- 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, AtomicBoolean) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
-
- getMagicMapImageIcon() - Method in class com.realtime.crossfire.jxclient.faces.FaceImages
-
Returns the ImageIcon
scaled for the magic map view.
- getMagicMapImageIcon(int, AtomicBoolean) - 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
-
- 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.
- 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.AbstractButton2
-
- 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.label.GUIOneLineLabel
-
- getMaximumSize() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
- getMaximumSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIPicture
-
- getMaximumSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIPictureStat
-
- getMaximumSize() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
-
- getMaxResolution() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
-
- 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.
- 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
-
- 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.
- 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.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.GUIPictureStat
-
- getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
-
- getMinimumSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUISpinner
-
- 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.AbstractButton2
-
- getMinimumSizeInt() - Method in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
-
- getMinResolution() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
-
- 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.
- getMonitorCommand() - Method in interface com.realtime.crossfire.jxclient.server.socket.ClientSocketMonitorCommand
-
Returns the monitor command to send to the script process.
- 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
-
- getName() - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
-
Returns the internal name of this gui element.
- getName() - Method in enum com.realtime.crossfire.jxclient.gui.label.NewcharStat
-
Returns the display name.
- 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.
- getNames() - Method in class com.realtime.crossfire.jxclient.skin.skin.JXCSkinCache
-
Returns all defined names.
- getNewCharacterInformation() - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
- getNewCharacterInformation() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
-
- 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.
- 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.gui.label.NewCharModel
-
Returns the character options.
- getOption() - Method in class com.realtime.crossfire.jxclient.settings.options.OptionManager.Entry
-
- getOptionIndex() - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
Return the selected character option.
- getOptions() - Method in class com.realtime.crossfire.jxclient.settings.options.OptionManager
-
Returns all defined option names.
- getOriginalImageCacheDir() - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
-
Returns the image cache directory.
- getOriginalImageIcon(int, AtomicBoolean) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
-
- getOriginalImageIcon() - Method in class com.realtime.crossfire.jxclient.faces.FaceImages
-
Returns the ImageIcon
as sent by the Crossfire server.
- getOriginalImageIcon(int, AtomicBoolean) - 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.
- getPendingDirections() - Method in class com.realtime.crossfire.jxclient.map.PendingDirections
-
Returns the currently pending directions.
- 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.
- getPosition() - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
-
Returns the absolute position of the first character.
- 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.GUIItemKnowledgeType
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIMultiLineLabel
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIOneLineLabel
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMap
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMiniMap
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIPicture
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIPictureStat
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUISpinner
-
- getPreferredSize() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
-
- getPrev() - Method in class com.realtime.crossfire.jxclient.skin.io.Args
-
Returns the current argument.
- getPriority() - Method in enum com.realtime.crossfire.jxclient.gui.label.NewcharStat
-
Returns the display priority of the related error message.
- getQuest(int) - Method in class com.realtime.crossfire.jxclient.quests.QuestsManager
-
Returns a
Quest
instance by index.
- getQuestByCode(int) - Method in class com.realtime.crossfire.jxclient.quests.QuestsManager
-
- getQuests() - Method in class com.realtime.crossfire.jxclient.quests.QuestsManager
-
Get the list of all quests.
- getQuestsManager() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
-
- getRace() - Method in class com.realtime.crossfire.jxclient.account.CharacterInformation
-
Returns the character's race.
- getRace() - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
Returns the selected race.
- getRaceInfo(String) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
-
- getRaceList() - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
-
Returns all defined races available for character creation.
- getRaceStatAdjustment(NewcharStat) - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
Returns the race points for a stat.
- getRange() - Method in class com.realtime.crossfire.jxclient.stats.Stats
-
Returns the current content of the range stat.
- getResolution() - Method in class com.realtime.crossfire.jxclient.main.Options
-
Returns the resolution.
- getRunDirection() - Method in class com.realtime.crossfire.jxclient.map.PendingDirections
-
Returns the direction the character is running.
- getScaledData() - Method in class com.realtime.crossfire.jxclient.faces.RawScale2x
-
Gets the scale image data.
- getScaledData() - Method in class com.realtime.crossfire.jxclient.faces.RawScale8d
-
Returns the scale image data.
- getScaledImage() - Method in class com.realtime.crossfire.jxclient.faces.ImageScale2x
-
Returns the scaled image.
- getScaledImage() - Method in class com.realtime.crossfire.jxclient.faces.ImageScale8d
-
Returns the scaled image.
- getScaledImageCacheDir() - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
-
Returns the image cache directory for double size images.
- getScaledImageIcon(int, AtomicBoolean) - Method in class com.realtime.crossfire.jxclient.faces.AbstractFacesManager
-
- getScaledImageIcon() - Method in class com.realtime.crossfire.jxclient.faces.FaceImages
-
Returns the ImageIcon
scaled for the map view.
- getScaledImageIcon(int, AtomicBoolean) - Method in interface com.realtime.crossfire.jxclient.faces.FacesManager
-
Returns the "scaled" face for a face ID.
- getScriptId() - Method in class com.realtime.crossfire.jxclient.scripts.AbstractScriptProcess
-
- getScriptId() - Method in interface com.realtime.crossfire.jxclient.scripts.ScriptProcess
-
Returns the script ID identifying this script instance.
- getScripts(String) - Method in class com.realtime.crossfire.jxclient.scripts.ScriptManager
-
Returns all running scripts matching a given (partial) name or a script
ID.
- getScrollPos() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
-
Returns the location of the view area in pixels.
- getScrollPos() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
-
Returns the location of the view area in pixels.
- getSegmentWidth(TextSegment, int) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
-
- getSegmentWidth(TextSegment, int) - Method in class com.realtime.crossfire.jxclient.gui.log.DefaultBuffer
-
- getSelectedItem() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
-
- getSelectedObject() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
Returns the selected list object.
- getServer() - Method in class com.realtime.crossfire.jxclient.main.Options
-
Returns the Crossfire server to connect to.
- getServerIndex(String) - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
-
Returns the index of an entry by server name.
- getSettingsFile() - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
-
Returns the main settings file.
- getSettingsFile(String) - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
-
Returns a file within the settings directory.
- getShortcut(ShortcutSlot) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
-
Returns a shortcut.
- getShortcutsFile(CharSequence, CharSequence) - Static method in class com.realtime.crossfire.jxclient.settings.Filenames
-
Returns the shortcuts file.
- getSingleCommand() - Method in class com.realtime.crossfire.jxclient.gui.commandlist.CommandList
-
Returns the single command of this command list.
- getSize() - Method in interface com.realtime.crossfire.jxclient.faces.FacesProvider
-
Returns the size of faces in pixels.
- getSize() - Method in class com.realtime.crossfire.jxclient.faces.MagicMapFacesProvider
-
- getSize() - Method in class com.realtime.crossfire.jxclient.faces.OriginalFacesProvider
-
- getSize() - Method in class com.realtime.crossfire.jxclient.faces.ScaledFacesProvider
-
- getSize() - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
-
Returns the size of this segment in pixels.
- getSize() - Method in class com.realtime.crossfire.jxclient.items.FloorView
-
- getSize() - Method in class com.realtime.crossfire.jxclient.items.InventoryView
-
- getSize() - Method in interface com.realtime.crossfire.jxclient.items.ItemView
-
Returns the number of items.
- getSize() - Method in class com.realtime.crossfire.jxclient.items.KnowledgeTypeView
-
- getSize() - Method in class com.realtime.crossfire.jxclient.items.KnowledgeView
-
- getSize() - Method in class com.realtime.crossfire.jxclient.items.QuestsView
-
- getSize() - Method in class com.realtime.crossfire.jxclient.items.SpellSkillView
-
- getSize() - Method in class com.realtime.crossfire.jxclient.items.SpellsView
-
- getSkill(int) - Method in class com.realtime.crossfire.jxclient.skills.SkillSet
-
Returns the given skill as a Skill object.
- getSkill() - Method in class com.realtime.crossfire.jxclient.spells.Spell
-
Returns the spell's skill.
- getSkillId(String) - Method in class com.realtime.crossfire.jxclient.skills.SkillSet
-
Get a skill identifier from the skill name.
- getSkillSet() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
-
- getSkin() - Method in class com.realtime.crossfire.jxclient.main.Options
-
Returns the skin name.
- getSkinName() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
-
- getSkinName() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
-
Returns a short name for the skin.
- getSlot() - Method in enum com.realtime.crossfire.jxclient.shortcuts.ShortcutSlot
-
Returns the slot number.
- getSmooth(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
-
Returns the smooth value of one square.
- getSmooth(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
-
Determines the smooth value of one square.
- getSmooth(int) - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
-
Returns the smooth value of this square.
- getSmoothFace(int) - Method in class com.realtime.crossfire.jxclient.faces.SmoothFaces
-
Returns the smoothing face associated with a given face.
- getSmoothFaces() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
-
- getSpell() - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcut
-
Returns the associated spell to cast.
- getSpell(String) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
-
Returns a
Spell
instance by partial spell name.
- getSpellSkill(int) - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
-
Returns the specified spell skill.
- getSpellSkills() - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
-
Returns the number of spell skills.
- getSpellsManager() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
-
- getSquare(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
-
Returns one map square.
- getStartingMap() - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
Returns the selected starting map.
- getStartingMapInfo(String) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
-
- getStartingMapList() - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
-
Returns all defined starting maps for character creation.
- getStartInterface() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
-
- getStartInterface() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
-
Returns the start window.
- getStartPosition() - Method in class com.realtime.crossfire.jxclient.gui.log.Line
-
Returns the absolute buffer position of the first character of this
line.
- getStat() - Method in enum com.realtime.crossfire.jxclient.gui.label.NewcharStat
-
Returns the stat.
- getStat(int) - Method in class com.realtime.crossfire.jxclient.stats.Stats
-
Returns the numerical value of the given statistic.
- getStatAdjustment(int) - Method in class com.realtime.crossfire.jxclient.character.ClassRaceInfo
-
Returns a stat adjustment.
- getStatName() - Method in enum com.realtime.crossfire.jxclient.gui.label.NewcharStat
-
Returns the statname in the ceateplayer command.
- getStatNames() - Method in class com.realtime.crossfire.jxclient.character.NewCharInfo
-
Returns the stat names to spend on.
- getStatNames(int) - Static method in class com.realtime.crossfire.jxclient.server.crossfire.StatUtils
-
Returns the stat name for a stat value.
- getStats() - Method in class com.realtime.crossfire.jxclient.server.crossfire.Model
-
- getString(SettingsEntry<?>) - Method in class com.realtime.crossfire.jxclient.settings.Settings
-
Returns the string associated with the specified key at a node, or
defaultValue
if there is no association for this key.
- getSyncObject() - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
-
- getTag() - Method in class com.realtime.crossfire.jxclient.items.CfItem
-
Returns the tag.
- getTag() - Method in class com.realtime.crossfire.jxclient.spells.Spell
-
Returns the tag ID.
- getText() - Method in class com.realtime.crossfire.jxclient.gui.gui.TooltipText
-
Returns the text.
- getText() - Method in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
-
Returns the label text.
- getText(int, int) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
-
Returns the selected text.
- getText() - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
-
Returns the text to display.
- getText() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
-
Returns the entered text.
- getTextColor() - Method in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
-
Returns the text color.
- getTextColor() - Method in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
-
- getTextColor() - Method in class com.realtime.crossfire.jxclient.gui.label.GUINewcharLabel
-
- getTextDimension(String, FontMetrics) - Static method in class com.realtime.crossfire.jxclient.gui.gui.GuiUtils
-
Returns the extents of a string when rendered in a given Font
on
this component.
- getTextFont() - Method in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
-
Returns the font.
- getTextFont() - Method in class com.realtime.crossfire.jxclient.gui.label.GUINewcharLabel
-
- getTileHeight() - Method in class com.realtime.crossfire.jxclient.faces.Face
-
Returns the face height in tiles.
- getTileSize() - Method in class com.realtime.crossfire.jxclient.main.Options
-
Returns the size of a tile in the map view.
- getTileWidth() - Method in class com.realtime.crossfire.jxclient.faces.Face
-
Returns the face width in tiles.
- getTimestamp() - Method in class com.realtime.crossfire.jxclient.metaserver.Info
-
Returns the timestamp.
- getTitle() - Method in class com.realtime.crossfire.jxclient.quests.Quest
-
Get the quest's title.
- getTitle() - Method in class com.realtime.crossfire.jxclient.stats.Stats
-
Returns the current title.
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton2
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.button.GUISelectableButton
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
-
Returns the current tooltip text.
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIMultiLineLabel
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.label.GUIOneLineLabel
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
-
- getTooltip(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
-
- getTooltip(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
-
- getTooltip(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
-
- getTooltip(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeList
-
- getTooltip(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeTypeList
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
- getTooltip(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
Returns the tooltip text.
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
-
- getTooltip(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
-
- getTooltip(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIQuestList
-
- getTooltip(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUISpellList
-
- getTooltip(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.log.GUILabelLog
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.log.GUIMessageLog
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMap
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMapDirections
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMiniMap
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIFill
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIPicture
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIPictureStat
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.misc.GUISpinner
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUICommandText
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIQueryText
-
- getTooltip() - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUITextField
-
- getTooltipLabel() - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
-
- getTooltipLabel() - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
-
- getTooltipText() - Method in class com.realtime.crossfire.jxclient.items.CfItem
-
Returns a description suitable for a tooltip text.
- getTooltipText() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
-
Returns a description for this spell to be used in tooltips.
- getTooltipText() - Method in class com.realtime.crossfire.jxclient.quests.Quest
-
Returns a description for this spell to be used in tooltips.
- getTooltipText() - Method in class com.realtime.crossfire.jxclient.settings.options.CheckBoxOption
-
Returns the tooltip text to explain this option.
- getTooltipText() - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcut
-
Returns the current tooltip text.
- getTooltipText() - Method in class com.realtime.crossfire.jxclient.skills.Skill
-
Returns a description for this spell to be used in tooltips.
- getTooltipText() - Method in class com.realtime.crossfire.jxclient.spells.Spell
-
Returns a description for this spell to be used in tooltips.
- getTooltipText1() - Method in class com.realtime.crossfire.jxclient.items.CfItem
-
Returns the first line of the tooltip text.
- getTooltipText2() - Method in class com.realtime.crossfire.jxclient.items.CfItem
-
Returns the second line of the tooltip text.
- getTooltipText3() - Method in class com.realtime.crossfire.jxclient.items.CfItem
-
Returns the third line of the tooltip text.
- getTopIndex() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
-
Returns the index of the first line to display.
- getTopIndex() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
-
Returns the first line to render.
- getTopOffset() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
-
Returns the number of pixels to shift the first displayed line.
- getTopOffset() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
-
Returns the number of pixels to shift the first displayed line.
- getTotal(NewcharStat) - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
Returns the total points (sum of base, race, and class) for a stat.
- getTotalHeight() - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
-
Returns the total height of all lines.
- getType() - Method in class com.realtime.crossfire.jxclient.items.CfItem
-
Returns the type.
- getType() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeItem
-
Returns the knowledge's type.
- getTypeFace(int) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
-
- getTypeName(int) - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
-
- getTypes() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
-
- getUnusedPoints() - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
Returns the number of unused attribute points.
- getUpdateSeconds() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
-
Returns the time since last update in seconds.
- getUptimeSeconds() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
-
Returns the server's uptime in seconds.
- getURI(String) - Method in class com.realtime.crossfire.jxclient.skin.source.JXCSkinClassSource
-
- getURI(String) - Method in class com.realtime.crossfire.jxclient.skin.source.JXCSkinDirSource
-
- getURI(String) - Method in interface com.realtime.crossfire.jxclient.skin.source.JXCSkinSource
-
Returns a description of the location of a resource name.
- getValue(NewcharStat) - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
Returns the base points for a stat.
- getValue() - Method in class com.realtime.crossfire.jxclient.settings.Entry
-
Returns the value.
- getVersion() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
-
Returns the server version.
- getW() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
-
- getW() - Method in interface com.realtime.crossfire.jxclient.gui.gauge.Orientation
-
Returns the width of the highlighted part of the image.
- getW(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Extent
-
Returns the width.
- getW() - Method in class com.realtime.crossfire.jxclient.gui.gui.TooltipText
-
Returns the width of the associated gui element.
- getWeaponSpeed() - Method in class com.realtime.crossfire.jxclient.stats.Stats
-
Returns the weapon speed stat.
- getWeight() - Method in class com.realtime.crossfire.jxclient.items.CfItem
-
Returns the weight.
- getWidth() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
-
Returns the total width of the image.
- getWidth() - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
-
Returns the width to display the segment.
- getWidth(int, FontRenderContext) - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
-
Returns the display width of a prefix of this segment's text.
- getWidth() - Method in class com.realtime.crossfire.jxclient.util.Resolution
-
Returns the width in pixels.
- getWindowHeight() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
-
Returns the height of the client area.
- getWindowWidth() - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
-
Returns the width of the client area.
- getX() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
-
- getX() - Method in interface com.realtime.crossfire.jxclient.gui.gauge.Orientation
-
Returns the x-coordinate of the highlighted part of the image.
- getX(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Extent
-
Returns the x coordinate.
- getX() - Method in class com.realtime.crossfire.jxclient.gui.gui.TooltipText
-
Returns the x coordinate of the associated gui element.
- getX() - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
-
Returns the x-coordinate to display the segment.
- getX() - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
-
Returns the absolute map x-coordinate of this square.
- getX() - Method in class com.realtime.crossfire.jxclient.map.Location
-
Returns the x-coordinate.
- getY() - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
-
- getY() - Method in interface com.realtime.crossfire.jxclient.gui.gauge.Orientation
-
Returns the y-coordinate of the highlighted part of the image.
- getY(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Extent
-
Returns the y coordinate.
- getY() - Method in class com.realtime.crossfire.jxclient.gui.gui.TooltipText
-
Returns the y coordinate of the associated gui element.
- getY() - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
-
Returns the y-coordinate to display the segment.
- getY() - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
-
Returns the absolute map y-coordinate of this square.
- getY() - Method in class com.realtime.crossfire.jxclient.map.Location
-
Returns the y-coordinate.
- GLOBAL - Static variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
-
The source identification string for global key bindings.
- godNameChanged(String) - Method in interface com.realtime.crossfire.jxclient.stats.StatsListener
-
The player's god name has changed.
- Gui - Class in com.realtime.crossfire.jxclient.gui.gui
-
- Gui(String, KeyBindings) - Constructor for class com.realtime.crossfire.jxclient.gui.gui.Gui
-
Creates a new instance.
- GuiAutoCloseListener - Interface in com.realtime.crossfire.jxclient.gui.gui
-
Interface for clients interested in auto-close events of
Gui
instances.
- GUIButton - Class in com.realtime.crossfire.jxclient.gui.button
-
- GUIButton(TooltipManager, GUIElementListener, String, BufferedImage, BufferedImage, String, Font, Color, int, int, boolean, CommandList, GuiFactory, NewCharModel) - Constructor for class com.realtime.crossfire.jxclient.gui.button.GUIButton
-
Creates a new instance.
- GUICharacter - Class in com.realtime.crossfire.jxclient.gui.list
-
A character displaying GUI element.
- GUICharacter(TooltipManager, FacesManager, GUIElementListener, String, int, int, Font, int, CharacterModel, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUICharacter
-
Creates a new instance.
- GUICharacterList - Class in com.realtime.crossfire.jxclient.gui.list
-
A
GUIList
display characters of an account.
- GUICharacterList(TooltipManager, FacesManager, GUIElementListener, String, int, int, Font, CharacterModel, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
-
Creates a new instance.
- GUICharOptionsComboBox - Class in com.realtime.crossfire.jxclient.gui.combobox
-
- GUICharOptionsComboBox(TooltipManager, GUIElementListener, String, NewCharModel, GUILabelLog, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.combobox.GUICharOptionsComboBox
-
Creates a new instance.
- GUICheckBox - Class in com.realtime.crossfire.jxclient.gui.misc
-
A check box gui element.
- GUICheckBox(TooltipManager, GUIElementListener, String, BufferedImage, BufferedImage, Font, Color, CheckBoxOption, String, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
-
Creates a new instance.
- GUIClassesComboBox - Class in com.realtime.crossfire.jxclient.gui.combobox
-
A
GUIComboBox
that shows available classes for character creation.
- GUIClassesComboBox(TooltipManager, GUIElementListener, String, Model, NewCharModel, GUILabelLog, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.combobox.GUIClassesComboBox
-
Creates a new instance.
- GUIComboBox<T> - Class in com.realtime.crossfire.jxclient.gui.combobox
-
- GUIComboBox(TooltipManager, GUIElementListener, String, GUILabelLog, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
-
Creates a new instance.
- GUICommand - Interface in com.realtime.crossfire.jxclient.gui.commandlist
-
An executable command.
- GUICommand2 - Interface in com.realtime.crossfire.jxclient.gui.commandlist
-
- GUICommandFactory - Interface in com.realtime.crossfire.jxclient.gui.commandlist
-
Factory for creating
GUICommand
instances from string
representation.
- GUICommandFactoryImpl - Class in com.realtime.crossfire.jxclient.gui.textinput
-
Factory for creating
GUICommand
instances from string
representation.
- GUICommandFactoryImpl(CommandCallback, CommandExecutor, Macros) - Constructor for class com.realtime.crossfire.jxclient.gui.textinput.GUICommandFactoryImpl
-
Creates a new instance.
- GUICommandText - Class in com.realtime.crossfire.jxclient.gui.textinput
-
A
GUIText
element that executes the entered text as a command.
- GUICommandText(CommandCallback, CommandHistory, TooltipManager, GUIElementListener, String, NewCharModel, Image, Image, Font, Color, Color, int, String, CommandExecutor, GuiFactory, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.gui.textinput.GUICommandText
-
Creates a new instance.
- GUIDialogBackground - Class in com.realtime.crossfire.jxclient.gui.misc
-
A background image for dialog windows.
- GUIDialogBackground(TooltipManager, JXCWindowRenderer, GUIElementListener, String, float, Image, Image, Image, Image, Image, Image, Image, Image, Image, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
-
Creates a new instance.
- GUIDialogTitle - Class in com.realtime.crossfire.jxclient.gui.misc
-
A dialog title that allows to move the dialog.
- GUIDialogTitle(TooltipManager, JXCWindowRenderer, GUIElementListener, String, Font, Color, Color, String, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.GUIDialogTitle
-
Creates a new instance.
- GUIDupGauge - Class in com.realtime.crossfire.jxclient.gui.gauge
-
Displays a value as a graphical gauge that's filling state depends on the
value.
- GUIDupGauge(TooltipManager, GUIElementListener, String, Image, Image, Image, Orientation, Orientation, String, Color, Font, CommandList, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
-
Creates a new instance.
- GUIElement - Interface in com.realtime.crossfire.jxclient.gui.gui
-
Interface defining an abstract GUI element.
- GUIElementChangedListener - Interface in com.realtime.crossfire.jxclient.gui.gui
-
Interface for listeners interested in the changed flag of
GUIElement
instances.
- GUIElementListener - Interface in com.realtime.crossfire.jxclient.gui.gui
-
- GuiElementParser - Class in com.realtime.crossfire.jxclient.skin.io
-
Creates gui element instances from string representations.
- GuiElementParser(JXCSkinCache<AbstractGUIElement>) - Constructor for class com.realtime.crossfire.jxclient.skin.io.GuiElementParser
-
Creates a new instance.
- GuiFactory - Class in com.realtime.crossfire.jxclient.skin.skin
-
Factory for creating
Gui
instances.
- GuiFactory(GUICommandFactory) - Constructor for class com.realtime.crossfire.jxclient.skin.skin.GuiFactory
-
Creates a new instance.
- GUIFill - Class in com.realtime.crossfire.jxclient.gui.misc
-
A
GUIElement
that fills an area with a given color.
- GUIFill(TooltipManager, GUIElementListener, String, Color, float, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.GUIFill
-
Creates a new instance.
- GUIFloorList - Class in com.realtime.crossfire.jxclient.gui.list
-
- GUIFloorList(TooltipManager, GUIElementListener, String, int, int, ItemView, AbstractLabel, CommandQueue, ItemPainter, CrossfireServerConnection, FacesManager, ItemSet, Image, Image, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIFloorList
-
Creates a new instance.
- GUIGauge - Class in com.realtime.crossfire.jxclient.gui.gauge
-
Displays a value as a graphical gauge that's filling state depends on the
value.
- GUIGauge(TooltipManager, GUIElementListener, String, Image, Image, Image, Image, Orientation, String, float, CommandList, GuiFactory, Stats) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
-
Creates a new instance.
- GUIGaugeListener - Interface in com.realtime.crossfire.jxclient.gui.gauge
-
Interface which is implemented by all listener classes.
- GUIHTMLLabel - Class in com.realtime.crossfire.jxclient.gui.label
-
- GUIHTMLLabel(TooltipManager, GUIElementListener, String, BufferedImage, Font, Color, Color, String, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
-
Creates a new instance.
- GUIInventoryList - Class in com.realtime.crossfire.jxclient.gui.list
-
- GUIInventoryList(TooltipManager, GUIElementListener, String, int, int, ItemView, AbstractLabel, CommandQueue, ItemPainter, CrossfireServerConnection, FacesManager, FloorView, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIInventoryList
-
Creates a new instance.
- GUIItem - Class in com.realtime.crossfire.jxclient.gui.item
-
- GUIItem(TooltipManager, GUIElementListener, String, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItem
-
Creates a new instance.
- GUIItemFloor - Class in com.realtime.crossfire.jxclient.gui.item
-
A
GUIElement
representing an in-game object in the ground view.
- GUIItemFloor(TooltipManager, GUIElementListener, CommandQueue, String, ItemPainter, int, CrossfireServerConnection, ItemView, ItemSet, FacesManager, Image, Image, int, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
-
Creates a new instance.
- GUIItemInventory - Class in com.realtime.crossfire.jxclient.gui.item
-
A
GUIItem
for displaying inventory objects.
- GUIItemInventory(TooltipManager, GUIElementListener, CommandQueue, String, ItemPainter, int, CrossfireServerConnection, FacesManager, FloorView, ItemView, int, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
-
Creates a new instance.
- GUIItemItem - Class in com.realtime.crossfire.jxclient.gui.item
-
A
GUIElement
instance representing an in-game item.
- GUIItemItem(TooltipManager, GUIElementListener, String, ItemPainter, FacesManager, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
-
Creates a new instance.
- GUIItemKnowledge - Class in com.realtime.crossfire.jxclient.gui.item
-
- GUIItemKnowledge(TooltipManager, GUIElementListener, String, ItemPainter, int, FacesManager, KnowledgeManager, ItemView, CommandQueue, int, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
-
Creates a new instance.
- GUIItemKnowledgeType - Class in com.realtime.crossfire.jxclient.gui.item
-
- GUIItemKnowledgeType(TooltipManager, GUIElementListener, String, ItemPainter, int, FacesManager, KnowledgeManager, ItemView, int, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
-
Creates a new instance.
- GUIItemList<T extends GUIItemItem> - Class in com.realtime.crossfire.jxclient.gui.list
-
- GUIItemList(TooltipManager, GUIElementListener, String, int, int, ItemView, AbstractLabel, GUIItemItem, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIItemList
-
Creates a new instance.
- GUIItemQuest - Class in com.realtime.crossfire.jxclient.gui.item
-
- GUIItemQuest(TooltipManager, GUIElementListener, String, ItemPainter, int, FacesManager, QuestsManager, ItemView, CommandQueue, int, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
-
Creates a new instance.
- GUIItemShortcut - Class in com.realtime.crossfire.jxclient.gui.item
-
Displays a shortcut command.
- GUIItemShortcut(TooltipManager, GUIElementListener, String, Color, Image, Color, Image, ShortcutSlot, FacesManager, CommandExecutor, Shortcuts, Font, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
-
Creates a new instance.
- GUIItemSpell - Class in com.realtime.crossfire.jxclient.gui.item
-
- GUIItemSpell(TooltipManager, GUIElementListener, CommandQueue, String, ItemPainter, int, FacesManager, SpellsManager, ItemView, int, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
-
Creates a new instance.
- GUIItemSpellSkill - Class in com.realtime.crossfire.jxclient.gui.item
-
- GUIItemSpellSkill(TooltipManager, GUIElementListener, String, ItemPainter, int, FacesManager, SpellsManager, ItemView, FaceImages, int, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
-
Creates a new instance.
- GUIKnowledgeList - Class in com.realtime.crossfire.jxclient.gui.list
-
- GUIKnowledgeList(TooltipManager, GUIElementListener, String, int, int, ItemView, AbstractLabel, ItemPainter, FacesManager, KnowledgeManager, CommandQueue, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeList
-
Creates a new instance.
- GUIKnowledgeTypeList - Class in com.realtime.crossfire.jxclient.gui.list
-
- GUIKnowledgeTypeList(TooltipManager, GUIElementListener, String, int, int, ItemView, AbstractLabel, KnowledgeManager, ItemPainter, FacesManager, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeTypeList
-
Creates a new instance.
- GUILabel - Class in com.realtime.crossfire.jxclient.gui.label
-
Abstract base class for labels that render text.
- GUILabel(TooltipManager, GUIElementListener, String, BufferedImage, String, Font, Color, Color, Color, Alignment, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUILabel
-
Creates a new instance.
- GUILabelFailure - Class in com.realtime.crossfire.jxclient.gui.label
-
A
GUIHTMLLabel
that displays the last received "failure" message.
- GUILabelFailure(TooltipManager, GUIElementListener, String, CrossfireServerConnection, Font, Color, Color, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUILabelFailure
-
Creates a new instance.
- GUILabelLog - Class in com.realtime.crossfire.jxclient.gui.log
-
A gui element implementing a static text field which may contain media tags.
- GUILabelLog(TooltipManager, GUIElementListener, String, Image, Fonts, Color, Color, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.log.GUILabelLog
-
Creates a new instance.
- GUILabelMessage - Class in com.realtime.crossfire.jxclient.gui.misc
-
A
GUIHTMLLabel
that displays the last received "drawinfo" message.
- GUILabelMessage(TooltipManager, GUIElementListener, String, CrossfireServerConnection, JXCWindowRenderer, Font, Color, Color, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.GUILabelMessage
-
Creates a new instance.
- GUILabelQuery - Class in com.realtime.crossfire.jxclient.gui.label
-
A
GUIHTMLLabel
that displays the last received "query" command.
- GUILabelQuery(TooltipManager, GUIElementListener, String, CrossfireServerConnection, Font, Color, Color, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUILabelQuery
-
Creates a new instance.
- GUILabelStats - Class in com.realtime.crossfire.jxclient.gui.label
-
A
GUILabel
that displays a value of the last received "stats"
command.
- GUILabelStats(TooltipManager, GUIElementListener, String, Font, Color, Color, Color, int, Alignment, Stats, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUILabelStats
-
Creates a new instance.
- GUILabelStats2 - Class in com.realtime.crossfire.jxclient.gui.label
-
A
GUILabel
that displays a value of the last received "stats"
command.
- GUILabelStats2(TooltipManager, GUIElementListener, String, Font, Color, Color, Color, Color, Color, Color, int, int, int, int, Alignment, Stats, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUILabelStats2
-
Creates a new instance.
- GUIList<T extends GUIElement> - Class in com.realtime.crossfire.jxclient.gui.list
-
- GUIList(TooltipManager, GUIElementListener, String, int, int, GUIListCellRenderer<T>, CommandList, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIList
-
Creates a new instance.
- GUIListCellRenderer<T> - Interface in com.realtime.crossfire.jxclient.gui.list
-
A ListCellRenderer
that implements resizing after screen resolution
changes.
- GUIListViewport - Class in com.realtime.crossfire.jxclient.gui.list
-
A JViewport
that allows updating the viewport state.
- GUIListViewport() - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIListViewport
-
- GUILog - Class in com.realtime.crossfire.jxclient.gui.log
-
Abstract base class for gui elements implementing text fields.
- GUILog(TooltipManager, GUIElementListener, String, Image, Fonts, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.log.GUILog
-
Creates a new instance.
- GuiManager - Class in com.realtime.crossfire.jxclient.window
-
Maintains the application's main GUI state.
- GuiManager(GuiStateManager, TooltipManagerImpl, Settings, CrossfireServerConnection, JXCWindowRenderer, GuiFactory, KeybindingsManager, JXCConnection) - Constructor for class com.realtime.crossfire.jxclient.window.GuiManager
-
Creates a new instance.
- GuiManagerCommandCallback - Class in com.realtime.crossfire.jxclient.main
-
- GuiManagerCommandCallback(Exiter, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.main.GuiManagerCommandCallback
-
Creates a new instance.
- GUIMap - Class in com.realtime.crossfire.jxclient.gui.map
-
Display the map view.
- GUIMap(boolean, TooltipManager, GUIElementListener, String, MapUpdaterState, FacesProvider, CrossfireServerConnection, SmoothFaces, DarknessColors, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.map.GUIMap
-
Creates a new instance.
- GUIMapDirections - Class in com.realtime.crossfire.jxclient.gui.map
-
Displays the pending movements on a map view.
- GUIMapDirections(TooltipManager, GUIElementListener, String, FacesProvider, PendingDirections, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.map.GUIMapDirections
-
Creates a new instance.
- GUIMessageLog - Class in com.realtime.crossfire.jxclient.gui.log
-
A gui element implementing the message window.
- GUIMessageLog(TooltipManager, GUIElementListener, String, CrossfireServerConnection, Image, Fonts, Color, Color, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.log.GUIMessageLog
-
Creates a new instance.
- GUIMetaElement - Class in com.realtime.crossfire.jxclient.gui.list
-
Display a Crossfire server entry.
- GUIMetaElement(TooltipManager, GUIElementListener, MetaserverModel, String, Image, Font, int, String, String, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
-
Creates a new instance.
- GUIMetaElementList - Class in com.realtime.crossfire.jxclient.gui.list
-
- GUIMetaElementList(TooltipManager, GUIElementListener, String, int, int, MetaserverModel, Image, Font, String, String, GUIText, AbstractLabel, CommandList, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
-
Creates a new instance.
- GUIMiniMap - Class in com.realtime.crossfire.jxclient.gui.map
-
Displays a small map view.
- GUIMiniMap(boolean, TooltipManager, GUIElementListener, String, MapUpdaterState, FacesProvider, DarknessColors, int, int, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.map.GUIMiniMap
-
Creates a new instance.
- GUIMultiLineLabel - Class in com.realtime.crossfire.jxclient.gui.label
-
A
AbstractLabel
that renders the text as a list of plain strings.
- GUIMultiLineLabel(TooltipManager, GUIElementListener, String, BufferedImage, Font, Color, Color, Alignment, String, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUIMultiLineLabel
-
Creates a new instance.
- GUINewcharLabel - Class in com.realtime.crossfire.jxclient.gui.label
-
A
GUIHTMLLabel
that displays stat information in the character
creation dialog.
- GUINewcharLabel(TooltipManager, GUIElementListener, String, CrossfireServerConnection, Font, Font, NewcharStat, NewcharType, NewCharModel, Color, Color, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUINewcharLabel
-
Creates a new instance.
- GUIOneLineLabel - Class in com.realtime.crossfire.jxclient.gui.label
-
- GUIOneLineLabel(TooltipManager, GUIElementListener, String, BufferedImage, Font, Color, Color, Color, Alignment, String, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.label.GUIOneLineLabel
-
Creates a new instance.
- GUIPicture - Class in com.realtime.crossfire.jxclient.gui.misc
-
- GUIPicture(TooltipManager, GUIElementListener, String, BufferedImage, float, int, int, GuiFactory, String) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.GUIPicture
-
Creates a new instance.
- GUIPictureStat - Class in com.realtime.crossfire.jxclient.gui.misc
-
- GUIPictureStat(TooltipManager, GUIElementListener, String, int, BufferedImage, BufferedImage, int, int, Stats, GuiFactory, String) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.GUIPictureStat
-
Creates a new instance.
- GUIQueryText - Class in com.realtime.crossfire.jxclient.gui.textinput
-
Input field for "query" dialogs.
- GUIQueryText(CrossfireServerConnection, CommandHistory, CommandCallback, TooltipManager, GUIElementListener, String, NewCharModel, Image, Image, Font, Color, Color, int, String, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.textinput.GUIQueryText
-
Creates a new instance.
- GUIQuestList - Class in com.realtime.crossfire.jxclient.gui.list
-
- GUIQuestList(TooltipManager, GUIElementListener, String, int, int, ItemView, AbstractLabel, QuestsManager, CommandQueue, ItemPainter, FacesManager, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUIQuestList
-
Creates a new instance.
- GUIRacesComboBox - Class in com.realtime.crossfire.jxclient.gui.combobox
-
A
GUIComboBox
that shows available races for character creation.
- GUIRacesComboBox(TooltipManager, GUIElementListener, String, Model, NewCharModel, GUILabelLog, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.combobox.GUIRacesComboBox
-
Creates a new instance.
- GUIScrollable - Interface in com.realtime.crossfire.jxclient.gui.scrollable
-
- GUIScrollable2 - Interface in com.realtime.crossfire.jxclient.gui.scrollable
-
- GUIScrollBar - Class in com.realtime.crossfire.jxclient.gui.misc
-
A scroll bar gui element.
- GUIScrollBar(TooltipManager, GUIElementListener, String, boolean, GUIScrollable2, Color, Color, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
-
Creates a new instance.
- GUISelectable - Interface in com.realtime.crossfire.jxclient.gui.button
-
- GUISelectableButton - Class in com.realtime.crossfire.jxclient.gui.button
-
- GUISelectableButton(TooltipManager, GUIElementListener, String, BufferedImage, BufferedImage, String, boolean, CommandList, GuiFactory, NewCharModel) - Constructor for class com.realtime.crossfire.jxclient.gui.button.GUISelectableButton
-
Creates a new instance.
- GUISpellList - Class in com.realtime.crossfire.jxclient.gui.list
-
- GUISpellList(TooltipManager, GUIElementListener, String, int, int, ItemView, AbstractLabel, SpellsManager, KeybindingsManager, CommandQueue, ItemPainter, FacesManager, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUISpellList
-
Creates a new instance.
- GUISpellSkillList - Class in com.realtime.crossfire.jxclient.gui.list
-
- GUISpellSkillList(TooltipManager, GUIElementListener, String, int, int, ItemView, AbstractLabel, SpellsManager, ItemPainter, FacesManager, FaceImages, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
-
Creates a new instance.
- GUISpinner - Class in com.realtime.crossfire.jxclient.gui.misc
-
- GUISpinner(TooltipManager, GUIElementListener, String, NewcharStat, NewCharModel, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.GUISpinner
-
Creates a new instance.
- GUIStartingMapsComboBox - Class in com.realtime.crossfire.jxclient.gui.combobox
-
A
GUIComboBox
that shows available starting maps for character
creation.
- GUIStartingMapsComboBox(TooltipManager, GUIElementListener, String, Model, NewCharModel, GUILabelLog, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.combobox.GUIStartingMapsComboBox
-
Creates a new instance.
- GuiState - Enum in com.realtime.crossfire.jxclient.guistate
-
Possible gui states.
- guiStateChanged(RendererGuiState) - Method in interface com.realtime.crossfire.jxclient.gui.gui.RendererGuiStateListener
-
The gui state has changed.
- GuiStateListener - Interface in com.realtime.crossfire.jxclient.guistate
-
Interface for listeners interested gui state changes.
- GuiStateManager - Class in com.realtime.crossfire.jxclient.guistate
-
- GuiStateManager() - Constructor for class com.realtime.crossfire.jxclient.guistate.GuiStateManager
-
Creates a new instance.
- GUIText - Class in com.realtime.crossfire.jxclient.gui.textinput
-
Abstract base class for text input fields.
- GUIText(CommandCallback, CommandHistory, TooltipManager, GUIElementListener, String, NewCharModel, Image, Image, Font, Color, Color, int, String, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.textinput.GUIText
-
Creates a new instance.
- GUITextButton - Class in com.realtime.crossfire.jxclient.gui.button
-
- GUITextButton(TooltipManager, GUIElementListener, String, ButtonImages, ButtonImages, String, Font, Color, Color, Color, boolean, CommandList, GuiFactory, NewCharModel, KeybindingsManager) - Constructor for class com.realtime.crossfire.jxclient.gui.button.GUITextButton
-
Creates a new instance.
- GUITextField - Class in com.realtime.crossfire.jxclient.gui.textinput
-
A text input field which executes a
CommandList
when ENTER is
pressed.
- GUITextField(CommandCallback, CommandHistory, TooltipManager, GUIElementListener, String, NewCharModel, Image, Image, Font, Color, Color, int, String, CommandList, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.textinput.GUITextField
-
Creates a new instance.
- GUITextGauge - Class in com.realtime.crossfire.jxclient.gui.gauge
-
A
GUIGauge
which displays the current value as a text string on top
of the gauge.
- GUITextGauge(TooltipManager, GUIElementListener, String, Image, Image, Image, Image, Orientation, String, Color, Font, float, CommandList, GuiFactory, Stats) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.GUITextGauge
-
Creates a new instance.
- GuiUtils - Class in com.realtime.crossfire.jxclient.gui.gui
-
Utility class for
Gui
related functions.
- Macros - Class in com.realtime.crossfire.jxclient.settings
-
Manages macro expansion in command strings.
- Macros(CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.settings.Macros
-
Creates a new instance.
- magicMap(int, int, byte[][]) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
-
- MagicMap - Interface in com.realtime.crossfire.jxclient.protocol
-
Interface defining constants for the "magicmap" Crossfire protocol message.
- magicMap(int, int, byte[][]) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
-
Part of "magicmap" parsing: set the magic map color.
- MagicMapFacesProvider - Class in com.realtime.crossfire.jxclient.faces
-
- MagicMapFacesProvider(FacesManager) - Constructor for class com.realtime.crossfire.jxclient.faces.MagicMapFacesProvider
-
Creates a new instance.
- main(String[]) - Static method in class com.realtime.crossfire.jxclient.main.JXClient
-
The program entry point.
- manageAccount() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener
-
Client should display the account management dialog.
- manageAccount() - Method in class com.realtime.crossfire.jxclient.window.GuiManager
-
Displays the main account dialog, to let the player login or create a new
account.
- Map2 - Interface in com.realtime.crossfire.jxclient.protocol
-
Interface defining constants for the "map2" Crossfire protocol message.
- mapAdd(Location, Animation, int) - Method in class com.realtime.crossfire.jxclient.map.CfAnimations
-
Adds a visible map animation.
- mapAnimation(Location, int, int) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
-
- mapAnimation(Location, int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
-
Part of "map2" parsing: set the animation of a cell.
- mapAnimationSpeed(Location, int) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
-
- mapAnimationSpeed(Location, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
-
Part of "map2" parsing: set the animation speed.
- mapBegin() - Method in interface com.realtime.crossfire.jxclient.map.CfAnimationsMapListener
-
Parsing of a "map2" command has been started.
- mapBegin() - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
-
- mapBegin() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
-
Parsing of a "map2" command has been started.
- mapChanged(CfMap, Set<CfMapSquare>) - Method in interface com.realtime.crossfire.jxclient.map.MapListener
-
The map has changed.
- mapClear() - Method in class com.realtime.crossfire.jxclient.map.CfAnimations
-
Forgets all map animations.
- mapClear(int, int) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
-
- mapClear(int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
-
Part of "map2" parsing: clear a cell.
- mapDarkness(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
-
- mapDarkness(int, int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
-
Part of "map2" parsing: change the darkness of a cell.
- mapEnd() - Method in interface com.realtime.crossfire.jxclient.map.CfAnimationsMapListener
-
Parsing of "map2" has been finished.
- mapEnd() - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
-
- mapEnd(boolean) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
-
Finishes processing of a set of map square changes.
- mapEnd() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
-
Parsing of "map2" has been finished.
- mapFace(Location, int) - Method in interface com.realtime.crossfire.jxclient.map.CfAnimationsMapListener
-
Part of "map2" parsing: set the face of a cell.
- mapFace(Location, int) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
-
- mapFace(Location, int, boolean) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
-
Updates a map square by changing a face.
- mapFace(Location, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
-
Part of "map2" parsing: set the face of a cell.
- MapListener - Interface in com.realtime.crossfire.jxclient.map
-
Interface for listeners interested in changes within
CfMap
instances.
- mapRemove(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfAnimations
-
Removes all visible map animations for a tile.
- mapRemove(Location) - Method in class com.realtime.crossfire.jxclient.map.CfAnimations
-
Removes a visible map animation.
- mapScroll(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfAnimations
-
Scrolls the map animations.
- mapScroll(int, int) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
-
- mapScroll(int) - Method in class com.realtime.crossfire.jxclient.map.PendingDirections
-
Must be called when the map has been scrolled.
- mapScroll(int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireMapScrollListener
-
Called whenever the map view has scrolled.
- mapScroll(int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
-
Part of "map2" parsing: scroll the map view.
- mapScrolled(int, int) - Method in interface com.realtime.crossfire.jxclient.map.MapScrollListener
-
The map contents have scrolled.
- MapScrollListener - Interface in com.realtime.crossfire.jxclient.map
-
Interface for listeners interested on map scrolled events.
- MapScrollSkinEvent - Class in com.realtime.crossfire.jxclient.skin.events
-
- MapScrollSkinEvent(CommandList, MapUpdaterState) - Constructor for class com.realtime.crossfire.jxclient.skin.events.MapScrollSkinEvent
-
Creates a new instance.
- mapSetSize(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfAnimations
-
Updates the map size.
- mapSizeChanged(int, int) - Method in interface com.realtime.crossfire.jxclient.map.MapSizeListener
-
The map size has changed.
- MapSizeListener - Interface in com.realtime.crossfire.jxclient.map
-
Listener for clients interested in map size changes.
- mapSmooth(Location, int) - Method in class com.realtime.crossfire.jxclient.map.MapUpdaterState
-
- mapSmooth(Location, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireUpdateMapListener
-
Part of "map2" parsing: set the smooth level.
- MapUpdaterState - Class in com.realtime.crossfire.jxclient.map
-
Update a
CfMap
model from protocol commands.
- MapUpdaterState(FacesManager, Animations, CfAnimations) - Constructor for class com.realtime.crossfire.jxclient.map.MapUpdaterState
-
Creates a new instance.
- mapUpdateSpeed(Location, int) - Method in class com.realtime.crossfire.jxclient.map.CfAnimations
-
Updates the map animation speed value.
- MarkedItemWatcher - Class in com.realtime.crossfire.jxclient.stats
-
Helper class to track the currently marked item.
- MarkedItemWatcher(ItemSet, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.stats.MarkedItemWatcher
-
Creates a new instance.
- markInactivePending() - Method in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
-
Marks this GUI element as pending inactive.
- markPlayer(Graphics, int, int) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
-
Paints the player location.
- markPlayer(Graphics, int, int) - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMap
-
- markPlayer(Graphics, int, int) - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMiniMap
-
- markSent(int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.SentPacketListener
-
A "mark" command has been sent to the server.
- MASK - Static variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
-
The mask for all used modifiers.
- MASK - Static variable in class com.realtime.crossfire.jxclient.gui.misc.Modifiers
-
The mask for all used modifiers.
- matches(boolean, boolean, boolean, FontID, Color, Color) - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
-
Returns whether this segment matches the given attributes.
- matches(CfItem) - Method in enum com.realtime.crossfire.jxclient.items.InventoryFilter
-
Returns whether an
CfItem
matches this filter.
- matches(Quest) - Method in enum com.realtime.crossfire.jxclient.items.QuestsFilter
-
Returns whether an
Quest
matches this filter.
- matchesKeyEvent(KeyEvent2) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBinding
-
Checks whether this key binding matches a key event.
- matchesKeyEvent(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.
- MathUtils - Class in com.realtime.crossfire.jxclient.util
-
Utility class for mathematical functions.
- mergeLines(String, int, int, Color) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
-
Checks whether a new text line should be merged with a preceding line.
- MESSAGE_LOG_SETTINGS_ENTRY - Static variable in class com.realtime.crossfire.jxclient.settings.SettingsEntries
-
Whether to record of all text messages received from the server.
- MessageBufferUpdater - Class in com.realtime.crossfire.jxclient.gui.log
-
Adds drawinfo, drawextinfo, and query messages to a
Buffer
instance.
- MessageBufferUpdater(CrossfireServerConnection, Buffer, Color, Color) - Constructor for class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
-
Creates a new instance.
- MessageType - Class in com.realtime.crossfire.jxclient.protocol
-
Encapsulates the message type numbers for drawextinfo messages.
- MessageTypes - Class in com.realtime.crossfire.jxclient.protocol
-
A set of message types or type/subtypes.
- MessageTypes(boolean, int[]) - Constructor for class com.realtime.crossfire.jxclient.protocol.MessageTypes
-
Creates a new instance.
- MessageTypesBuilder - Class in com.realtime.crossfire.jxclient.protocol
-
- MessageTypesBuilder(boolean) - Constructor for class com.realtime.crossfire.jxclient.protocol.MessageTypesBuilder
-
Creates a new instance.
- META - Static variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
-
The mask for "meta".
- MetaCommand - Class in com.realtime.crossfire.jxclient.gui.commands
-
A
GUICommand
which shows the server selection screen.
- MetaCommand(GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.MetaCommand
-
Creates a new instance.
- MetaElementCellRenderer - Class in com.realtime.crossfire.jxclient.gui.list
-
- MetaElementCellRenderer(GUIMetaElement) - Constructor for class com.realtime.crossfire.jxclient.gui.list.MetaElementCellRenderer
-
Creates a new instance.
- metaserver() - Method in interface com.realtime.crossfire.jxclient.guistate.GuiStateListener
-
The server selection screen is displayed.
- Metaserver - Interface in com.realtime.crossfire.jxclient.metaserver
-
Queries Crossfire's metaserver to learn about existing servers.
- MetaserverEntry - Class in com.realtime.crossfire.jxclient.metaserver
-
Represents a response line from the metaserver.
- MetaserverEntry(int, String, int, String, String, long, long, int, String, String, String) - Constructor for class com.realtime.crossfire.jxclient.metaserver.MetaserverEntry
-
Creates a new instance.
- MetaserverEntryListener - Interface in com.realtime.crossfire.jxclient.metaserver
-
Interface for listeners on metaserver entry related events.
- MetaserverEntryParser - Class in com.realtime.crossfire.jxclient.metaserver
-
Parser for response lines of metaserver response lines.
- MetaserverEntryParser() - Constructor for class com.realtime.crossfire.jxclient.metaserver.MetaserverEntryParser
-
Creates a new instance.
- MetaserverListener - Interface in com.realtime.crossfire.jxclient.metaserver
-
Interface for listeners on metaserver related events.
- MetaserverModel - Class in com.realtime.crossfire.jxclient.metaserver
-
Maintains the metaserver information.
- MetaserverModel() - Constructor for class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
-
- MetaserverProcessor - Class in com.realtime.crossfire.jxclient.metaserver
-
Asynchronously queries the metaserver and updates a
MetaserverModel
instance.
- MetaserverProcessor(GuiStateManager, Path, MetaserverModel) - Constructor for class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
-
Creates a new instance.
- mod(int, int) - Static method in class com.realtime.crossfire.jxclient.util.MathUtils
-
Calculates the remainder of a/b
.
- Model - Class in com.realtime.crossfire.jxclient.server.crossfire
-
Combines all model classes that are updated.
- Model(GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.server.crossfire.Model
-
Creates a new instance.
- Modifiers - Class in com.realtime.crossfire.jxclient.gui.misc
-
Helper functions for keyboard modifiers.
- modifiersToString(int) - Static method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
-
Converts modifiers to string representation.
- mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
-
- mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
-
- mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
-
- mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
-
- mouseClicked(MouseEvent) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
-
Will be called when the user has clicked (pressed+released) this element.
- mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItem
-
- mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
-
- mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
- mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
-
- mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.map.GUIMap
-
- mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUICheckBox
-
- mouseClicked(AbstractGUIElement, MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
-
Handles a mouse clicked event.
- mouseClicked(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
-
- mouseDragged(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
-
- mouseDragged(MouseEvent) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
-
Will be called when the mouse moves within this component while the
button is pressed.
- mouseDragged(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
- mouseDragged(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
-
- mouseDragged(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
-
- mouseDragged(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogTitle
-
- mouseDragged(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
-
- mouseDragged(GUIElement, MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
-
Handles a mouse dragged event.
- mouseEntered(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
-
- mouseEntered(MouseEvent) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
-
Will be called when the mouse has entered the bounding box of this
element.
- mouseEntered(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
- mouseEntered(AbstractGUIElement, MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
-
Handles a mouse entered event.
- mouseExited(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
-
- mouseExited(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
-
- mouseExited(MouseEvent) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
-
Will be called when the mouse has left the bounding box of this element.
- mouseExited(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
- mouseExited(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
-
Handles a mouse exited event.
- mouseMoved(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
-
- mouseMoved(MouseEvent) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
-
Will be called when the mouse moves within this component.
- mouseMoved(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
- mouseMoved(AbstractGUIElement, MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
-
Handles a mouse moved event.
- mousePressed(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
-
- mousePressed(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
-
- mousePressed(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
-
Will be called when the user has pressed the mouse inside this element.
- mousePressed(MouseEvent) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
-
Will be called when the user has pressed the mouse inside this element.
- mousePressed(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
- mousePressed(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
-
- mousePressed(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
-
- mousePressed(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogTitle
-
- mousePressed(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
-
- mousePressed(AbstractGUIElement, MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
-
Handles a mouse pressed event.
- mouseReleased(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.button.AbstractButton
-
- mouseReleased(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
-
- mouseReleased(MouseEvent) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
-
Will be called when the user has released the mouse.
- mouseReleased(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
-
- mouseReleased(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
-
- mouseReleased(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogTitle
-
- mouseReleased(MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
-
- mouseReleased(AbstractGUIElement, MouseEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
-
Handles a mouse released event.
- MouseTracker - Class in com.realtime.crossfire.jxclient.gui.misc
-
Tracks mouse actions and delivers mouse events to affected
GUIElement
.
- MouseTracker(boolean, Writer, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
-
Creates a new instance.
- mouseWheelMoved(int) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
-
- mouseWheelMoved(int) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
-
Will be called when the mouse wheel has been moved.
- mouseWheelMoved(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
- mouseWheelMoved(int) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
-
- mouseWheelMoved(int) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
-
- mouseWheelMoved(GUIElement, MouseWheelEvent) - Method in class com.realtime.crossfire.jxclient.gui.misc.MouseTracker
-
Handles a mouse wheel event.
- moveSelection(int, int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
Moves the selection.
- MoveSelectionCommand - Class in com.realtime.crossfire.jxclient.gui.commands
-
- MoveSelectionCommand(GUIList<?>, int, int) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.MoveSelectionCommand
-
Creates a new instance.
- MSG_SUBTYPE_ADMIN_DM - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ADMIN_ERROR - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ADMIN_HISCORE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ADMIN_LOADSAVE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ADMIN_LOGIN - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ADMIN_NEWS - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ADMIN_PLAYER - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ADMIN_RULES - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ADMIN_VERSION - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_APPLY_BADBODY - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_APPLY_BUILD - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_APPLY_CURSED - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_APPLY_ERROR - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_APPLY_FAILURE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_APPLY_PROHIBITION - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_APPLY_SUCCESS - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_APPLY_TRAP - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_APPLY_UNAPPLY - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTACK_DID_HIT - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTACK_DID_KILL - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTACK_FUMBLE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTACK_MISS - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTACK_NOATTACK - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTACK_NOKEY - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTACK_PET_DIED - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTACK_PET_HIT - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTACK_PUSHED - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTRIBUTE_ATTACKTYPE_GAIN - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTRIBUTE_ATTACKTYPE_LOSS - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTRIBUTE_BAD_EFFECT_END - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTRIBUTE_BAD_EFFECT_START - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTRIBUTE_GOD - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTRIBUTE_GOOD_EFFECT_END - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTRIBUTE_GOOD_EFFECT_START - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTRIBUTE_LEVEL_GAIN - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTRIBUTE_LEVEL_LOSS - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTRIBUTE_MOVE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTRIBUTE_PROTECTION_GAIN - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTRIBUTE_PROTECTION_LOSS - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTRIBUTE_RACE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTRIBUTE_STAT_GAIN - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ATTRIBUTE_STAT_LOSS - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_BOOK_CLASP_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_BOOK_CLASP_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_BOOK_ELEGANT_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_BOOK_ELEGANT_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_BOOK_QUARTO_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_BOOK_QUARTO_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_BOOK_SPELL_EVOKER - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_BOOK_SPELL_PRAYER - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_BOOK_SPELL_PYRO - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_BOOK_SPELL_SORCERER - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_BOOK_SPELL_SUMMONER - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CARD_ELEGANT_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CARD_ELEGANT_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CARD_ELEGANT_3 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CARD_MONEY_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CARD_MONEY_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CARD_MONEY_3 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CARD_SIMPLE_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CARD_SIMPLE_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CARD_SIMPLE_3 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CARD_STRANGE_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CARD_STRANGE_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CARD_STRANGE_3 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CLIENT_COMMAND - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CLIENT_CONFIG - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CLIENT_DEBUG - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CLIENT_ERROR - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CLIENT_METASERVER - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CLIENT_NOTICE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CLIENT_QUERY - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CLIENT_SCRIPT - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_CLIENT_SERVER - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_BODY - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_CONFIG - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_DEBUG - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_DM - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_ERROR - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_EXAMINE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_FAILURE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_HELP - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_INFO - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_INVENTORY - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_MALLOC - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_MAPS - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_NEWPLAYER - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_QUESTS - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_STATISTICS - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_SUCCESS - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_WEATHER - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMAND_WHO - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMUNICATION_CHAT - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMUNICATION_EMOTE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMUNICATION_ME - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMUNICATION_PARTY - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMUNICATION_RANDOM - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMUNICATION_SAY - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMUNICATION_SHOUT - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_COMMUNICATION_TELL - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_DIALOG_ALTAR - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_DIALOG_MAGIC_EAR - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_DIALOG_NPC - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ITEM_ADD - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ITEM_CHANGE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ITEM_INFO - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_ITEM_REMOVE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_JXCLIENT_COMBOBOX - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
A text was generated by selecting an entry in a combobox.
- MSG_SUBTYPE_JXCLIENT_COMMAND - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
A command that has been sent to the server.
- MSG_SUBTYPE_JXCLIENT_QUERY - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
A query message has been received.
- MSG_SUBTYPE_MONUMENT_GRAVESTONE_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_MONUMENT_GRAVESTONE_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_MONUMENT_GRAVESTONE_3 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_MONUMENT_STATUE_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_MONUMENT_STATUE_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_MONUMENT_STATUE_3 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_MONUMENT_STONE_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_MONUMENT_STONE_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_MONUMENT_STONE_3 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_MONUMENT_WALL_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_MONUMENT_WALL_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_MONUMENT_WALL_3 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_NONE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_PAPER_ENVELOPE_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_PAPER_ENVELOPE_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_PAPER_LETTER_NEW_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_PAPER_LETTER_NEW_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_PAPER_LETTER_OLD_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_PAPER_LETTER_OLD_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_PAPER_NOTE_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_PAPER_NOTE_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_PAPER_NOTE_3 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_PAPER_SCROLL_MAGIC - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_PAPER_SCROLL_NEW_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_PAPER_SCROLL_NEW_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_PAPER_SCROLL_OLD_1 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_PAPER_SCROLL_OLD_2 - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SHOP_LISTING - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SHOP_MISC - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SHOP_PAYMENT - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SHOP_SELL - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SIGN_BASIC - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SIGN_DIR_BOTH - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SIGN_DIR_LEFT - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SIGN_DIR_RIGHT - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SIGN_MAGIC_MOUTH - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SKILL_ERROR - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SKILL_FAILURE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SKILL_LIST - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SKILL_MISSING - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SKILL_PRAY - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SKILL_SUCCESS - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SPELL_END - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SPELL_ERROR - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SPELL_FAILURE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SPELL_HEAL - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SPELL_INFO - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SPELL_PERCEIVE_SELF - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SPELL_PET - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SPELL_SUCCESS - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_SPELL_TARGET - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_VICTIM_DIED - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_VICTIM_SPELL - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_VICTIM_STEAL - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_VICTIM_SWAMP - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_VICTIM_WAS_HIT - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_SUBTYPE_VICTIM_WAS_PUSHED - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
- MSG_TYPE_ADMIN - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: general server message.
- MSG_TYPE_APPLY - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: an object was applied.
- MSG_TYPE_ATTACK - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: attack related message.
- MSG_TYPE_ATTRIBUTE - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: attribute (stats, resistances, etc.) change
message.
- MSG_TYPE_BOOK - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: character did read a book.
- MSG_TYPE_CARD - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: character did read a card.
- MSG_TYPE_CLIENT - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: client originated messages.
- MSG_TYPE_COMMAND - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: response to command processing.
- MSG_TYPE_COMMUNICATION - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: communication between players.
- MSG_TYPE_DIALOG - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: a NPC/magic mouth/altar/etc.
- MSG_TYPE_ITEM - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: item related information.
- MSG_TYPE_JXCLIENT - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
Internally used drawextinfo message type: a message has been generated by
the client.
- MSG_TYPE_MISC - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: message that does not fit in any other
category.
- MSG_TYPE_MONUMENT - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: character did read a monument.
- MSG_TYPE_MOTD - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: motd text.
- MSG_TYPE_PAPER - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: character did read a paper.
- MSG_TYPE_SHOP - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: shop related message.
- MSG_TYPE_SIGN - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: character did read a sign.
- MSG_TYPE_SKILL - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: message related to using skills.
- MSG_TYPE_SPELL - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: spell related information.
- MSG_TYPE_VICTIM - Static variable in class com.realtime.crossfire.jxclient.protocol.MessageType
-
drawextinfo message type: something bad is happening to the player.
- MusicManager - Class in com.realtime.crossfire.jxclient.sound
-
Plays background music.
- MusicManager(AudioFileLoader, DebugWriter) - Constructor for class com.realtime.crossfire.jxclient.sound.MusicManager
-
Creates a new instance.
- MusicWatcher - Class in com.realtime.crossfire.jxclient.sound
-
Monitors music commands and generates appropriate sound effects.
- MusicWatcher(CrossfireServerConnection, SoundManager) - Constructor for class com.realtime.crossfire.jxclient.sound.MusicWatcher
-
Creates a new instance.
- mustRepaint() - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
-
Returns whether the view should be repainted even if no other values have
changed.
- save(Face, ImageIcon) - Method in class com.realtime.crossfire.jxclient.faces.FileCache
-
- save(String, int, Icon) - Method in class com.realtime.crossfire.jxclient.faces.FileCache
-
Stores an ImageIcon
into the cache.
- save(Face, ImageIcon) - Method in interface com.realtime.crossfire.jxclient.faces.ImageCache
-
Stores an ImageIcon
into the cache.
- save() - Method in class com.realtime.crossfire.jxclient.metaserver.ServerCache
-
Saves all entries to the backing file.
- save(JXCSkin, JXCWindowRenderer) - Static method in class com.realtime.crossfire.jxclient.window.DialogStateParser
-
Saves the dialogs state to a file.
- saveFace(Face, FaceImages) - Method in class com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue
-
Saves a face to the caches.
- saveGlobalKeybindings() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
-
Saves the global key bindings to the backing file.
- saveImageIcon(Path, Icon) - Static method in class com.realtime.crossfire.jxclient.util.Images
-
Saves an ImageIcon
to a file.
- saveKeyBindings() - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyBindings
-
Saves the key bindings to the given file.
- saveOptions() - Method in class com.realtime.crossfire.jxclient.settings.options.OptionManager
-
Saves all options' states to the backing settings instance.
- saveShortcuts(Path, Iterable<Shortcut>) - Static method in class com.realtime.crossfire.jxclient.window.ShortcutsLoader
-
Save all shortcut info to the backing file.
- ScaledFacesProvider - Class in com.realtime.crossfire.jxclient.faces
-
- ScaledFacesProvider(FacesManager) - Constructor for class com.realtime.crossfire.jxclient.faces.ScaledFacesProvider
-
Creates a new instance.
- ScreenshotCommand - Class in com.realtime.crossfire.jxclient.commands
-
Implements the "screenshot" command.
- ScreenshotCommand(JXCWindowRenderer, CrossfireServerConnection, ScreenshotFiles) - Constructor for class com.realtime.crossfire.jxclient.commands.ScreenshotCommand
-
Creates a new instance.
- ScreenshotFiles - Class in com.realtime.crossfire.jxclient.gui.commands
-
Helper class for creating file names for screenshot files.
- ScreenshotFiles() - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ScreenshotFiles
-
- ScriptCommand - Class in com.realtime.crossfire.jxclient.commands
-
Implements the "script" command.
- ScriptCommand(ScriptManager, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.ScriptCommand
-
Creates a new instance.
- ScriptkillallCommand - Class in com.realtime.crossfire.jxclient.commands
-
Implements the "scriptkillall" command.
- ScriptkillallCommand(ScriptManager, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.ScriptkillallCommand
-
Creates a new instance.
- ScriptkillCommand - Class in com.realtime.crossfire.jxclient.commands
-
Implements the "scriptkill" command.
- ScriptkillCommand(ScriptManager, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.ScriptkillCommand
-
Creates a new instance.
- ScriptManager - Class in com.realtime.crossfire.jxclient.scripts
-
Maintains currently running script processes.
- ScriptManager(CommandQueue, CrossfireServerConnection, Stats, FloorView, ItemSet, SpellsManager, MapUpdaterState, SkillSet) - Constructor for class com.realtime.crossfire.jxclient.scripts.ScriptManager
-
Creates a new instance.
- ScriptProcess - Interface in com.realtime.crossfire.jxclient.scripts
-
An external command executed as a client-sided script.
- ScriptProcessListener - Interface in com.realtime.crossfire.jxclient.scripts
-
Interface for listeners interested in
ScriptProcess
related events.
- ScriptsCommand - Class in com.realtime.crossfire.jxclient.commands
-
Implements the "scripts" command.
- ScriptsCommand(ScriptManager, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.ScriptsCommand
-
Creates a new instance.
- ScripttellCommand - Class in com.realtime.crossfire.jxclient.commands
-
Implements the "scripttell" command.
- ScripttellCommand(ScriptManager, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.ScripttellCommand
-
Creates a new instance.
- scriptTerminated(String) - Method in interface com.realtime.crossfire.jxclient.scripts.ScriptProcessListener
-
Called after the script has been terminated.
- scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
-
- scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
-
- scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
-
- scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
-
- scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
-
- scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut
-
- scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
-
- scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
-
- scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
-
- scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
Moves the list.
- scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
-
- scroll(int) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
-
- scroll(int) - Method in interface com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable
-
Scrolls the element.
- scroll(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.map.AnimationMap
-
Scrolls all locations.
- scroll(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.map.AnimationState
-
Scrolls all map locations.
- ScrollableListener - Interface in com.realtime.crossfire.jxclient.gui.scrollable
-
- ScrollCommand - Class in com.realtime.crossfire.jxclient.gui.commands
-
- ScrollCommand(int, GUIScrollable) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ScrollCommand
-
Creates a new instance.
- scrollDown(int) - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
-
Scrolls down by pixels.
- ScrollListCommand - Class in com.realtime.crossfire.jxclient.gui.commands
-
- ScrollListCommand(GUIScrollable, int) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ScrollListCommand
-
Creates a new instance.
- ScrollNeverCommand - Class in com.realtime.crossfire.jxclient.gui.commands
-
A
GUICommand
which scrolls a target
GUIScrollable
gui element
if executed but always reports that scrolling is not possible.
- ScrollNeverCommand(int, GUIScrollable) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ScrollNeverCommand
-
Creates a new instance.
- ScrollNextCommand - Class in com.realtime.crossfire.jxclient.gui.commands
-
A
GUICommand
which transfers the focus between two gui elements.
- ScrollNextCommand(ActivatableGUIElement, ActivatableGUIElement, boolean) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ScrollNextCommand
-
Creates a new instance.
- ScrollResetCommand - Class in com.realtime.crossfire.jxclient.gui.commands
-
- ScrollResetCommand(GUIScrollable) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ScrollResetCommand
-
Creates a new instance.
- scrollTo(int) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
-
- scrollTo(Buffer, int) - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
-
Scrolls to the given pixel location.
- scrollTo(int) - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
-
Scrolls to a location.
- scrollTo(int) - Method in interface com.realtime.crossfire.jxclient.gui.scrollable.GUIScrollable2
-
Scrolls to the given location.
- scrollToBottom(Buffer) - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
-
Sets the view area to the bottom-most value.
- scrollUp(int) - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
-
Scrolls up by pixels.
- segments() - Method in class com.realtime.crossfire.jxclient.gui.log.Line
-
Returns all segments of the line.
- select(boolean) - Method in interface com.realtime.crossfire.jxclient.gui.button.GUISelectable
-
Selects or deselects the element.
- select(boolean) - Method in class com.realtime.crossfire.jxclient.gui.button.GUISelectableButton
-
- select(boolean) - Method in class com.realtime.crossfire.jxclient.gui.button.GUITextButton
-
- selectCharacter() - Method in class com.realtime.crossfire.jxclient.knowledge.KnowledgeManager
-
A character name was sent to the server.
- selectCharacter() - Method in class com.realtime.crossfire.jxclient.quests.QuestsManager
-
A character name was sent to the server.
- selectCharacter(String, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener
-
A character name was sent to the server.
- selectCharacter() - Method in class com.realtime.crossfire.jxclient.spells.SpellsManager
-
A character name was sent to the server.
- selectCharacter(String, String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
-
Updates the selected character name in an account.
- SelectCommand - Class in com.realtime.crossfire.jxclient.gui.commands
-
- SelectCommand(GUISelectable, boolean) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.SelectCommand
-
Creates a new instance.
- selectionChanged(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
-
- selectionChanged(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIItemList
-
- selectionChanged(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIKnowledgeTypeList
-
- selectionChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
Called whenever the selected list entry has changed.
- selectionChanged(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
Called whenever the selected list entry has changed.
- selectionChanged(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
-
- selectionChanged(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUISpellSkillList
-
- sendAccountCharacterCreate(String, String, Collection<String>) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends a request to create a new character associated to the account.
- sendAccountCharacterCreate(String, String, Collection<String>) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendAccountCreate(String, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends a request to create a new account.
- sendAccountCreate(String, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendAccountLink(int, String, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends a request to add an existing character to an account.
- sendAccountLink(int, String, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendAccountLogin(String, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Asks for an account login.
- sendAccountLogin(String, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendAccountPassword(String, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends a request to change the account's password.
- sendAccountPassword(String, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendAccountPlay(String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends a request to play a character from an account.
- sendAccountPlay(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendAddme() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends an "addme" command to the server.
- sendAddme() - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendApply(int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends an "apply" command to the server.
- sendApply(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendAskface(int) - Method in interface com.realtime.crossfire.jxclient.faces.AskfaceQueue
-
Sends an "askface" command.
- sendAskface(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendExamine(int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends an "examine" command to the server.
- sendExamine(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendLock(boolean, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends a "lock" command to the server.
- sendLock(boolean, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendLookat(int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends a "lookat" command to the server.
- sendLookat(int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendMark(int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends a "mark" command to the server.
- sendMark(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendMove(int, int) - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
-
Sends a "move" command to the server.
- sendMove(int, int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends a "move" command to the server.
- sendMove(int, int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendNcom(boolean, String) - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
-
Sends a "ncom" command to the server.
- sendNcom(boolean, int, String) - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
-
Sends a "ncom" command to the server.
- sendNcom(int, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends a "ncom" command to the server.
- sendNcom(int, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendRawString(String) - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
-
Sends a raw command to the server.
- sendRawString(String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends an arbitrary string command to the server.
- sendRawString(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendReply(String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends a "reply" command to the server.
- sendReply(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendRequestinfo(String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends a "requestinfo" command to the server.
- sendRequestinfo(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendSetup(String...) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends a "setup" command to the server.
- sendSetup(String...) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendToggleextendedtext(int...) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends a "toggleextendedtext" command to the server.
- sendToggleextendedtext(int...) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- sendVersion(int, int, String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sends a "version" command to the server.
- sendVersion(int, int, String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- SentPacketListener - Interface in com.realtime.crossfire.jxclient.server.crossfire
-
Listener for classes interested in commands sent to the Crossfire server.
- SERVER - Static variable in class com.realtime.crossfire.jxclient.settings.SettingsEntries
-
The server to which the previous connection was made.
- ServerCache - Class in com.realtime.crossfire.jxclient.metaserver
-
Maintains a set of known servers backed up in a file.
- ServerCache(Path) - Constructor for class com.realtime.crossfire.jxclient.metaserver.ServerCache
-
Creates a new instance.
- ServerConnection - Interface in com.realtime.crossfire.jxclient.server.server
-
Performs most of the network-related work.
- set(int, long) - Method in class com.realtime.crossfire.jxclient.skills.Skill
-
Updates the skill attributes.
- setAccountName(String) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
-
Updates the current account name.
- setActive(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
-
Sets the active state of a GUI element.
- setActiveElement(ActivatableGUIElement, boolean) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
Sets the gui element owning the focus.
- setActiveElementActive(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
Activates or deactivates the GUI element owning the focus.
- setActiveSkill(String) - Method in class com.realtime.crossfire.jxclient.stats.Stats
-
Sets the active skill name.
- setArchName(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
-
Starts a new starting map entry.
- setAutoResize(boolean) - Method in class com.realtime.crossfire.jxclient.gui.label.GUIHTMLLabel
-
Enable or disable auto-resizing.
- setAutoSize(Extent) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
Sets the auto-size state.
- setBounds(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
-
- setBounds(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
-
- setBounds(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
-
- setBounds(int, int, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
Sets the position and size of this dialog.
- setBounds(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
- setBounds(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
-
- setBounds(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.map.AbstractGUIMap
-
- setBounds(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUISpinner
-
- setChanged() - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
-
- setChanged() - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
-
Records that the contents have changed and must be repainted.
- setChanged() - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
-
- setChanged() - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
- setChangedListener(GUIElementChangedListener) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
-
- setChangedListener(GUIElementChangedListener) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
-
- setCharacter(String) - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacterList
-
Selects an entry by character name.
- setCharacter(String) - Method in class com.realtime.crossfire.jxclient.window.JXCConnection
-
Updates the active character name.
- setChecked(boolean) - Method in class com.realtime.crossfire.jxclient.settings.options.CheckBoxOption
-
Sets the current state.
- setClass(String) - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
Sets the selected class.
- setClass(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
-
Sets the character's class.
- setClassChoice() - Method in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
-
Sets that a class should be selected.
- setClassList(String[]) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
-
Sets the classes available for character creation.
- setClientSocketState(ClientSocketState, String) - Method in class com.realtime.crossfire.jxclient.guistate.GuiStateManager
-
- setClientSocketState(ClientSocketState) - Method in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
-
Called whenever the client socket state has changed.
- setColor(int, Color) - Method in class com.realtime.crossfire.jxclient.gui.log.GUIMessageLog
-
Sets a color mapping.
- setColor(int, Color) - Method in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
-
Sets a color mapping.
- setColor(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
-
Sets the magic map color of one square.
- setColor(int) - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
-
Sets the magic map color of this square.
- SetCommand - Class in com.realtime.crossfire.jxclient.commands
-
Implements the command "set".
- SetCommand(CrossfireServerConnection, OptionManager) - Constructor for class com.realtime.crossfire.jxclient.commands.SetCommand
-
Creates a new instance.
- setCrossfireUpdateMapListener(CrossfireUpdateMapListener) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sets a listener to be notified about map changes.
- setCrossfireUpdateMapListener(CrossfireUpdateMapListener) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- setCurrentGui(Gui) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
-
- setDarkness(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
-
Sets the darkness value of one square.
- setDarkness(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
-
Sets the darkness value of one square.
- setDarkness(int) - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
-
Sets the darkness value of this square.
- setDebugMode(boolean) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireDrawextinfoListener
-
Enables or disables printing of message types.
- setDefault(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
-
- setDefault(boolean) - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
-
Sets whether this element is the default element.
- setDefaultKeyBindings(KeyBindings) - Method in class com.realtime.crossfire.jxclient.gui.keybindings.KeybindingsManager
-
Sets the default
KeyBindings
of the currently active skin.
- setDefaultKeyBindings(KeyBindings) - Method in class com.realtime.crossfire.jxclient.window.KeyHandler
-
Sets the default
KeyBindings
of the currently active skin.
- setDefaultPosition(Expression, Expression) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
Sets the default position for this dialog.
- setDescription(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
-
Sets the description of the current entry.
- setDocumentation(String) - Method in class com.realtime.crossfire.jxclient.settings.Entry
-
Sets the documentation string.
- setDy(int) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
-
Sets the y-offset for drawing.
- setEffectsEnabled(boolean) - Method in class com.realtime.crossfire.jxclient.sound.SoundManager
-
Sets whether sound effects are enabled.
- setElement(AbstractGUIElement) - Method in interface com.realtime.crossfire.jxclient.gui.gui.TooltipManager
-
Displays the tooltip for a GUI element.
- setElement(AbstractGUIElement) - Method in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
-
- setEnabled(boolean) - Method in class com.realtime.crossfire.jxclient.sound.MusicManager
-
Sets whether background music is enabled.
- setErrorText(int, String) - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
Sets an error text.
- setExpTable(long[]) - Method in class com.realtime.crossfire.jxclient.stats.ExperienceTable
-
Updates the experience table information.
- setExtends(int, int) - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
-
- setExtends(int, int) - Method in interface com.realtime.crossfire.jxclient.gui.gauge.Orientation
-
Sets the extends of the image.
- setExtends(int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.log.TextSegment
-
Sets the extends to display the segment.
- setExtent(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
-
Sets the extent of the highlighted part of the image.
- setFace(int, int, int, Face) - Method in class com.realtime.crossfire.jxclient.map.CfMap
-
Sets the face of one square.
- setFace(int, Face) - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
-
Sets the face of a layer.
- setFace(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
-
Sets the character's face.
- setFace(int) - Method in class com.realtime.crossfire.jxclient.skills.Skill
-
Defines the skill's face.
- setFaceImages(FaceImages) - Method in class com.realtime.crossfire.jxclient.faces.Face
-
Sets the images.
- setFaceNumber(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
-
Sets the character's face number.
- setFile(Path) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
-
Sets the backing file.
- setFilter(InventoryFilter) - Method in class com.realtime.crossfire.jxclient.items.InventoryView
-
- setFilter(QuestsFilter) - Method in class com.realtime.crossfire.jxclient.items.QuestsView
-
- setForcedActive(ActivatableGUIElement) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
- setFrame(Frame) - Method in class com.realtime.crossfire.jxclient.window.JXCConnection
-
Sets the Frame
for updating the title.
- setFullScreenMode(JFrame, Resolution) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
-
Tries to switch to the given resolution.
- setGauge(GUIGaugeListener) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
-
Sets the gauge to update.
- setGuiAutoCloseListener(GuiAutoCloseListener) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
- setGuiState(RendererGuiState) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
-
Sets the current gui state.
- setHasNegativeImage(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
-
- setHasNegativeImage(boolean) - Method in interface com.realtime.crossfire.jxclient.gui.gauge.Orientation
-
Sets whether the gauge can display negative images.
- setHeadMapSquare(int, int, int, CfMapSquare, boolean) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
-
Sets the map square containing the head face for a layer.
- setHeadMapSquare(int, CfMapSquare, boolean) - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
-
Sets the map square containing the head face for a layer.
- setHeight(Buffer, int) - Method in class com.realtime.crossfire.jxclient.gui.log.RenderState
-
Sets the viewable height in pixel.
- setHeight(int) - Method in class com.realtime.crossfire.jxclient.gui.log.RenderStateManager
-
Sets the viewable height in pixel.
- setHelp(GUIPicture) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
Sets the help icon of this dialog.
- setHidden(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
-
- setHidden(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
-
- setHidden(boolean) - Method in interface com.realtime.crossfire.jxclient.gui.gauge.GUIGaugeListener
-
Specify whether this item should hide itself, independent of the
"visibility" state.
- setHideInput(boolean) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
-
Enables or disables hidden text.
- setHost(String) - Method in class com.realtime.crossfire.jxclient.window.JXCConnection
-
Updates information about the connected host.
- setHostname(String) - Method in class com.realtime.crossfire.jxclient.window.Logger
-
Updates the hostname.
- setIgnore() - Method in class com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement
-
- setIgnore() - Method in interface com.realtime.crossfire.jxclient.gui.gui.GUIElement
-
Marks this gui element to be ignored for user interaction.
- setInactiveIfPending() - Method in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
-
Unsets the active state of this GUI element if it is pending.
- setIndex(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
-
Sets the index of this element.
- setIndex(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
-
Sets the index of this element.
- setIndexNoListeners(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
-
- setIndexNoListeners(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
-
- setIndexNoListeners(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
-
Sets the slot index to display without registering listeners for
updates.
- setIndexNoListeners(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
-
- setIndexNoListeners(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
-
- setIndexNoListeners(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
-
- setIndexNoListeners(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
-
- setIndexNoListeners(int) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
-
- setItem(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
-
Sets the current item instance.
- setItemNoListeners(CfItem) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
-
Sets the current item instance without registering listeners for
updates.
- setLayoutOrientation(int, int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
Sets the layout orientation.
- setLevel(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
-
Sets the character's level.
- setLocation(int) - Method in class com.realtime.crossfire.jxclient.items.CfItem
-
Updates the location.
- setMagicMap(int, int, byte[][]) - Method in class com.realtime.crossfire.jxclient.map.CfMap
-
Sets the magic map color of one square.
- setMap(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
-
Sets the character's map.
- setMapListener(CfAnimationsMapListener) - Method in class com.realtime.crossfire.jxclient.map.CfAnimations
-
- setMarked(boolean) - Method in class com.realtime.crossfire.jxclient.items.CfItem
-
Sets whether this item is marked.
- setMarkedItemTag(int) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
-
Sets the marked item.
- setMessage(String) - Method in class com.realtime.crossfire.jxclient.skills.Skill
-
Defines the skill's message.
- setModal(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
Sets the modal state.
- setMsg(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
-
Sets the long description.
- setMusicEnabled(boolean) - Method in class com.realtime.crossfire.jxclient.sound.SoundManager
-
Sets whether background music is enabled.
- setMuted(boolean) - Method in class com.realtime.crossfire.jxclient.sound.MusicManager
-
Sets whether background music is muted.
- setName(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
-
Sets the character's name.
- setName(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
-
Sets the human-readable stat name.
- setName(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
-
Sets the name of the current entry.
- setNewCharInfo(NewCharInfo) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
-
- setNextActive(ActivatableGUIElement) - Method in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
-
Sets the next activatable GUI element in the same dialog.
- setOpaqueDialogBackground(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
Sets whether the dialog's background is opaque.
- setOpaqueDialogBackground(boolean) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIDialogBackground
-
Sets whether the dialog's background is opaque.
- setOpaqueDialogBackground(boolean) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
-
Sets whether the dialog's background is opaque.
- setOptionIndex(int) - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
Sets the selected character option.
- setParameters(int, int, String, int, int, int, int, int, int, int) - Method in class com.realtime.crossfire.jxclient.spells.Spell
-
Updates the spell's parameters.
- setParty(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
-
Sets the character's party.
- setPickupMode(long) - Method in class com.realtime.crossfire.jxclient.settings.options.PickupOption
-
Notifies this instance that the pickup mode has changed.
- setPickupMode(long) - Method in class com.realtime.crossfire.jxclient.settings.options.PickupOptionNewMode
-
- setPickupMode(long) - Method in class com.realtime.crossfire.jxclient.settings.options.PickupOptionOldMode
-
- setPickupModeNewMode(long, boolean) - Method in class com.realtime.crossfire.jxclient.settings.options.Pickup
-
- setPickupModeOldMode(long) - Method in class com.realtime.crossfire.jxclient.settings.options.Pickup
-
- setPlayer(CfItem) - Method in class com.realtime.crossfire.jxclient.items.ItemSet
-
Sets the player object this client controls.
- setPoints(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
-
Sets the number of points the character has to spend.
- setPreferredMapSize(int, int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sets the preferred map size.
- setPreferredMapSize(int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- setPreferredNumLookObjects(int) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Sets the maximum number of objects in the ground view.
- setPreferredNumLookObjects(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- setPreferredNumLookObjects(int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.NumLookObjects
-
Sets the preferred number of ground items.
- setPrevActive(ActivatableGUIElement) - Method in class com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement
-
Sets the previous activatable GUI element in the same dialog.
- setRace(String) - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
Sets the selected race.
- setRace(String) - Method in class com.realtime.crossfire.jxclient.server.crossfire.AccountPlayerBuilder
-
Sets the character's race.
- setRaceChoice() - Method in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
-
Sets that a race should be selected.
- setRaceList(String[]) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
-
Sets the races available for character creation.
- setRange(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUIScrollBar
-
- setRange(int, int, int, int) - Method in interface com.realtime.crossfire.jxclient.gui.scrollable.ScrollableListener
-
Sets the scroll range.
- setRenderWidth(int) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
-
Updates the width to render.
- setSaveDialog() - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
Makes this dialog retain its position across restarts.
- setScreenSize(int, int) - Method in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
-
Updates the current window size.
- setScreenSize(int, int) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
-
- setScreenSize(int, int) - Method in interface com.realtime.crossfire.jxclient.skin.skin.JXCSkin
-
Updates the skin's gui elements to a screen size.
- setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemFloor
-
- setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemInventory
-
- setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemItem
-
Sets the selected state.
- setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledge
-
- setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemKnowledgeType
-
- setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemQuest
-
- setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpell
-
- setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItemSpellSkill
-
- setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.list.GUICharacter
-
Sets the selected state.
- setSelected(boolean) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElement
-
Sets the selected state.
- setSelectedHostname(String) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIMetaElementList
-
Select an entry by server name.
- setSelectedHostname(String) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
-
Selects a server entry.
- setSelectedIndex(int) - Method in class com.realtime.crossfire.jxclient.gui.list.GUIList
-
Update the selected list entry.
- setSelectedItem(T) - Method in class com.realtime.crossfire.jxclient.gui.combobox.GUIComboBox
-
Updates the selected item.
- setShortcutString(ShortcutSlot, String, boolean) - Method in class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
-
Sets a slot.
- setShowSentCommands(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
Sets whether the commands sent to the server should be shown in the
messages dialog.
- setShowSentCommands(boolean) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
-
Sets whether commands sent to the server are shown.
- setShowSentCommands(boolean) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
-
Sets whether the commands sent to the server should be shown.
- setShowSentCommands(boolean) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
-
Sets whether the commands sent to the server should be shown in the
messages dialog.
- setShowTimestamps(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
Sets whether timestamps should be shown in the messages dialog.
- setShowTimestamps(boolean) - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
-
Sets whether timestamps are shown.
- setShowTimestamps(boolean) - Method in class com.realtime.crossfire.jxclient.gui.log.GUILog
-
Sets whether the timestamps are shown.
- setShowTimestamps(boolean) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
-
Sets whether timestamps shown in the messages dialog.
- setSimpleWeaponSpeed(boolean) - Method in class com.realtime.crossfire.jxclient.stats.Stats
-
- setSize(int, int) - Method in interface com.realtime.crossfire.jxclient.gui.list.GUIListCellRenderer
-
Updates the component's size.
- setSkillExtra(int, String) - Method in class com.realtime.crossfire.jxclient.skills.SkillSet
-
Defines additional skill information, when the server supports it.
- setSkin(JXCSkin) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
-
Sets a new skin.
- setSkinName(String, Resolution, Resolution) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
-
Sets the skin name.
- setSmooth(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
-
Sets the smooth value of one square.
- setSmooth(int, int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapPatch
-
Sets the smooth value of one square.
- setSmooth(int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMapSquare
-
Sets the smooth value of this square.
- setSpeed(int) - Method in class com.realtime.crossfire.jxclient.map.AnimationState
-
Sets the animation speed.
- setStartingMap(String) - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
Sets the selected starting map.
- setStartingMapChoice() - Method in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
-
Sets that a starting map should be selected.
- setStartingMapList(Iterable<StartingMap>) - Method in class com.realtime.crossfire.jxclient.character.NewCharacterInformation
-
Sets the
StartingMap
entries available for character creation.
- setStat(int, int) - Method in class com.realtime.crossfire.jxclient.stats.Stats
-
Sets the given statistic numerical value.
- setStatAdjustment(int, long) - Method in class com.realtime.crossfire.jxclient.server.crossfire.ClassRaceInfoBuilder
-
Sets a stat adjustment.
- setStatInt2(int, short) - Method in class com.realtime.crossfire.jxclient.stats.Stats
-
Updates a stat value with a two-byte int value.
- setStatInt4(int, int) - Method in class com.realtime.crossfire.jxclient.stats.Stats
-
Updates a stat value with a four-byte int value.
- setStatInt8(int, long) - Method in class com.realtime.crossfire.jxclient.stats.Stats
-
Updates a stat value with an eight-byte int value.
- setStatNames(String[]) - Method in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
-
Sets the stat names to spend on.
- setStatRange(int, int) - Method in class com.realtime.crossfire.jxclient.server.crossfire.NewCharInfoBuilder
-
Sets the allowed stat value range.
- setStatSkill(int, int, long) - Method in class com.realtime.crossfire.jxclient.stats.Stats
-
Updates a stat value with a skill value.
- setStatString(int, String) - Method in class com.realtime.crossfire.jxclient.stats.Stats
-
Updates a stat value with a string value.
- setStep(boolean, String) - Method in class com.realtime.crossfire.jxclient.quests.Quest
-
Update the quest's state.
- setText(String) - Method in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
-
Sets the label text.
- setText(String) - Method in class com.realtime.crossfire.jxclient.gui.misc.GUILabelMessage
-
- setText(String) - Method in class com.realtime.crossfire.jxclient.gui.textinput.GUIText
-
Sets the entered text.
- setTextHighlight(boolean) - Method in class com.realtime.crossfire.jxclient.gui.label.AbstractLabel
-
Sets whether the text should be highlighted.
- setTickNo(int) - Method in class com.realtime.crossfire.jxclient.map.AnimationState
-
Sets the tick number.
- Settings - Class in com.realtime.crossfire.jxclient.settings
-
Maintains a set of key/value pairs.
- Settings(Path) - Constructor for class com.realtime.crossfire.jxclient.settings.Settings
-
Creates a new instance.
- SettingsEntries - Class in com.realtime.crossfire.jxclient.settings
-
All defined entries in the settings file.
- SettingsEntry<T> - Class in com.realtime.crossfire.jxclient.settings
-
An entry in the settings file.
- SettingsEntry(String, T, String) - Constructor for class com.realtime.crossfire.jxclient.settings.SettingsEntry
-
Creates a new instance.
- setTooltip(AbstractLabel) - Method in class com.realtime.crossfire.jxclient.gui.label.TooltipManagerImpl
-
Sets the tooltip label.
- setTooltip(Component) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
-
Sets the tooltip to use, or null
if no tooltips should be shown.
- setTooltipLabel(AbstractLabel) - Method in class com.realtime.crossfire.jxclient.skin.skin.DefaultJXCSkin
-
- setTypes(MessageTypes) - Method in class com.realtime.crossfire.jxclient.gui.log.GUIMessageLog
-
Sets the message types to show.
- setTypes(MessageTypes) - Method in class com.realtime.crossfire.jxclient.gui.log.MessageBufferUpdater
-
Sets the message types to show.
- setUnknown(boolean) - Method in class com.realtime.crossfire.jxclient.spells.Spell
-
Marks this spell as known or unknown for the character.
- setUserResizable(boolean) - Method in class com.realtime.crossfire.jxclient.gui.gui.Gui
-
Sets whether the dialog is user-resizable.
- setValue(NewcharStat, int) - Method in class com.realtime.crossfire.jxclient.gui.label.NewCharModel
-
Sets the base points for a stat.
- setValue(String) - Method in class com.realtime.crossfire.jxclient.settings.Entry
-
Sets the value.
- setValues(int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
-
- setValues(Orientation) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeState
-
- setValues(int, int, int) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
-
Updates the gauge values.
- setValues(int, int, int, String, String) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater
-
Updates the gauge values.
- setValues(int, int, int, String, String) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge
-
- setValues(int, int, int, String, String) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUIGauge
-
- setValues(int, int, int, String, String) - Method in interface com.realtime.crossfire.jxclient.gui.gauge.GUIGaugeListener
-
Sets the values to display.
- setValues(int, int, int, String, String) - Method in class com.realtime.crossfire.jxclient.gui.gauge.GUITextGauge
-
- setValues(int, int, int) - Method in interface com.realtime.crossfire.jxclient.gui.gauge.Orientation
-
Sets the gauge's values.
- setVisible(boolean) - Method in class com.realtime.crossfire.jxclient.gui.item.GUIItem
-
- setWindowMode(JFrame, Resolution, Resolution, boolean) - Method in class com.realtime.crossfire.jxclient.gui.misc.JXCWindowRenderer
-
Tries to switch to the given resolution.
- SHIFT - Static variable in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
-
The mask for "shift".
- SHIFT - Static variable in class com.realtime.crossfire.jxclient.gui.misc.Modifiers
-
The mask for "shift".
- Shortcut - Class in com.realtime.crossfire.jxclient.shortcuts
-
Abstract base class for shortcut commands.
- Shortcut(String, Spell) - Constructor for class com.realtime.crossfire.jxclient.shortcuts.Shortcut
-
Creates a new instance.
- shortcutAdded(ShortcutSlot, Shortcut) - Method in interface com.realtime.crossfire.jxclient.shortcuts.ShortcutsListener
-
A shortcut has been added.
- ShortcutCommand - Class in com.realtime.crossfire.jxclient.commands
-
Implements the "shortcut" command.
- ShortcutCommand(Shortcuts, CrossfireServerConnection) - Constructor for class com.realtime.crossfire.jxclient.commands.ShortcutCommand
-
Creates a new instance.
- ShortcutListener - Interface in com.realtime.crossfire.jxclient.shortcuts
-
Interface for listeners for
Shortcut
changes.
- shortcutModified() - Method in interface com.realtime.crossfire.jxclient.shortcuts.ShortcutListener
-
Will be called when any attribute has been changed.
- shortcutRemoved(ShortcutSlot, Shortcut) - Method in interface com.realtime.crossfire.jxclient.shortcuts.ShortcutsListener
-
A shortcut has been removed.
- Shortcuts - Class in com.realtime.crossfire.jxclient.shortcuts
-
- Shortcuts(SpellsManager) - Constructor for class com.realtime.crossfire.jxclient.shortcuts.Shortcuts
-
Creates a new instance.
- ShortcutsListener - Interface in com.realtime.crossfire.jxclient.shortcuts
-
Interface for listeners for
Shortcut
changes.
- ShortcutsLoader - Class in com.realtime.crossfire.jxclient.window
-
Manages shortcuts.
- ShortcutSlot - Enum in com.realtime.crossfire.jxclient.shortcuts
-
A slot in the shortcuts bar.
- showCharacters(int) - Method in class com.realtime.crossfire.jxclient.window.GuiManager
-
Displays the window with the characters for an account.
- ShowCommand - Class in com.realtime.crossfire.jxclient.gui.commands
-
- ShowCommand(Component) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.ShowCommand
-
Creates a new instance.
- ShowSentCommandsCheckBoxOption - Class in com.realtime.crossfire.jxclient.gui.log
-
A
CheckBoxOption
that enables/disables showing commands sent to the
server in the messages dialog.
- ShowSentCommandsCheckBoxOption(GuiManager) - Constructor for class com.realtime.crossfire.jxclient.gui.log.ShowSentCommandsCheckBoxOption
-
Creates a new instance.
- ShowTimestampMessagesCheckBoxOption - Class in com.realtime.crossfire.jxclient.gui.log
-
A
CheckBoxOption
that enables/disables timestamps in the messages
window.
- ShowTimestampMessagesCheckBoxOption(GuiManager) - Constructor for class com.realtime.crossfire.jxclient.gui.log.ShowTimestampMessagesCheckBoxOption
-
Creates a new instance.
- shutdown() - Method in class com.realtime.crossfire.jxclient.sound.ClipManager
-
Terminates all running clips and free resources.
- shutdown() - Method in class com.realtime.crossfire.jxclient.sound.MusicManager
-
Terminates a playing background music and free resources.
- shutdown() - Method in class com.realtime.crossfire.jxclient.sound.SoundManager
-
Terminates all sounds and free resources.
- simpleWeaponSpeedChanged(boolean) - Method in interface com.realtime.crossfire.jxclient.stats.StatsListener
-
The "simple weapon speed" value has changed.
- SINGLE_CHAR - Static variable in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireQueryListener
-
Query type: single character response expected.
- size() - Method in class com.realtime.crossfire.jxclient.account.CharacterModel
-
Returns the number of character entries.
- size() - Method in class com.realtime.crossfire.jxclient.gui.log.Buffer
-
Returns the number of lines.
- SIZE - Static variable in class com.realtime.crossfire.jxclient.map.CfMapPatch
-
Size of patches in x- and y-direction.
- size() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverModel
-
Returns the number of metaserver entries.
- SIZE_LOG - Static variable in class com.realtime.crossfire.jxclient.map.CfMapPatch
-
- Skill - Class in com.realtime.crossfire.jxclient.skills
-
One skill of the character.
- Skill(String) - Constructor for class com.realtime.crossfire.jxclient.skills.Skill
-
Creates a new instance.
- SkillAddedSkinEvent - Class in com.realtime.crossfire.jxclient.skin.events
-
- SkillAddedSkinEvent(CommandList, Skill) - Constructor for class com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent
-
Creates a new instance.
- SkillGaugeUpdater - Class in com.realtime.crossfire.jxclient.gui.gauge
-
- SkillGaugeUpdater(ExperienceTable, Skill) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.SkillGaugeUpdater
-
Creates a new instance.
- SkillListener - Interface in com.realtime.crossfire.jxclient.skills
-
Interface for listeners on skill related changes.
- SkillRemovedSkinEvent - Class in com.realtime.crossfire.jxclient.skin.events
-
- SkillRemovedSkinEvent(CommandList, Skill) - Constructor for class com.realtime.crossfire.jxclient.skin.events.SkillRemovedSkinEvent
-
Creates a new instance.
- SkillSet - Class in com.realtime.crossfire.jxclient.skills
-
Maintain the set of skills as sent by the server.
- SkillSet(GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.skills.SkillSet
-
Creates a new instance.
- SkinEvent - Interface in com.realtime.crossfire.jxclient.skin.events
-
Interface for events attached to skins.
- SkinLoader - Class in com.realtime.crossfire.jxclient.main
-
Loader for
JXCSkins
and attaching them to the client.
- SkinLoader(CommandCallback, MetaserverModel, Resolution, Macros, JXCWindowRenderer, CrossfireServerConnection, GuiStateManager, TooltipManager, CommandQueue, JXCSkinLoader, CommandExecutor, Shortcuts, CharacterModel, SmoothFaces, GuiFactory) - Constructor for class com.realtime.crossfire.jxclient.main.SkinLoader
-
Creates a new instance.
- SmoothFaces - Class in com.realtime.crossfire.jxclient.faces
-
Maintains smoothing information received from the Crossfire server.
- SmoothFaces() - Constructor for class com.realtime.crossfire.jxclient.faces.SmoothFaces
-
- SmoothingRenderer - Class in com.realtime.crossfire.jxclient.gui.map
-
Renderer for painting smoothed faces into map views.
- SmoothingRenderer(SmoothFaces, FacesProvider) - Constructor for class com.realtime.crossfire.jxclient.gui.map.SmoothingRenderer
-
Creates a new instance.
- SoundEffectsCheckBoxOption - Class in com.realtime.crossfire.jxclient.sound
-
- SoundEffectsCheckBoxOption(SoundManager) - Constructor for class com.realtime.crossfire.jxclient.sound.SoundEffectsCheckBoxOption
-
Creates a new instance.
- SoundManager - Class in com.realtime.crossfire.jxclient.sound
-
Manages all sounds.
- SoundManager(GuiStateManager, DebugWriter) - Constructor for class com.realtime.crossfire.jxclient.sound.SoundManager
-
Creates a new instance.
- SoundMusicCheckBoxOption - Class in com.realtime.crossfire.jxclient.sound
-
- SoundMusicCheckBoxOption(SoundManager) - Constructor for class com.realtime.crossfire.jxclient.sound.SoundMusicCheckBoxOption
-
Creates a new instance.
- Sounds - Enum in com.realtime.crossfire.jxclient.sound
-
Manages all sounds.
- SoundStatsWatcher - Class in com.realtime.crossfire.jxclient.sound
-
Monitors stat changes and generates appropriate sound effects.
- SoundStatsWatcher(Stats, JXCWindowRenderer, CrossfireServerConnection, SoundManager) - Constructor for class com.realtime.crossfire.jxclient.sound.SoundStatsWatcher
-
Creates a new instance.
- SoundTaskExecutor - Class in com.realtime.crossfire.jxclient.sound
-
Executes non-blocking tasks for sound-related functions.
- SoundTaskExecutor() - Constructor for class com.realtime.crossfire.jxclient.sound.SoundTaskExecutor
-
Creates a new instance.
- SoundWatcher - Class in com.realtime.crossfire.jxclient.sound
-
Monitors sound and sound2 commands received from the server to generate sound
effects.
- SoundWatcher(CrossfireServerConnection, SoundManager) - Constructor for class com.realtime.crossfire.jxclient.sound.SoundWatcher
-
Creates a new instance.
- Spell - Class in com.realtime.crossfire.jxclient.spells
-
Describes a Crossfire spell.
- Spell(String, SkillSet, Stats) - Constructor for class com.realtime.crossfire.jxclient.spells.Spell
-
Creates a new instance.
- spellAdded(int) - Method in interface com.realtime.crossfire.jxclient.spells.SpellsManagerListener
-
A new spell was added.
- spellChanged() - Method in interface com.realtime.crossfire.jxclient.spells.SpellListener
-
The associated
Spell
instance has changed.
- SpellComparator - Class in com.realtime.crossfire.jxclient.spells
-
A
Comparator
to compare
Spell
instances by spell path and
name.
- SpellComparator() - Constructor for class com.realtime.crossfire.jxclient.spells.SpellComparator
-
- SpellListener - Interface in com.realtime.crossfire.jxclient.spells
-
Interface for listeners interested in
Spell
related events.
- SpellPaths - Class in com.realtime.crossfire.jxclient.spells
-
Utility class for spell path related functions.
- spellRemoved(int) - Method in interface com.realtime.crossfire.jxclient.spells.SpellsManagerListener
-
A spell was removed.
- SpellSkillView - Class in com.realtime.crossfire.jxclient.items
-
A list to display spell skills.
- SpellSkillView(SpellsManager, FacesManager) - Constructor for class com.realtime.crossfire.jxclient.items.SpellSkillView
-
Creates a new instance.
- SpellsManager - Class in com.realtime.crossfire.jxclient.spells
-
Manages all known spells.
- SpellsManager(GuiStateManager, SkillSet, Stats) - Constructor for class com.realtime.crossfire.jxclient.spells.SpellsManager
-
Creates a new instance.
- SpellsManagerListener - Interface in com.realtime.crossfire.jxclient.spells
-
- SpellsView - Class in com.realtime.crossfire.jxclient.items
-
Provides a view of all spells a character knows.
- SpellsView(SpellsManager, FacesManager) - Constructor for class com.realtime.crossfire.jxclient.items.SpellsView
-
Creates a new instance.
- splitAsHtml(String) - Static method in class com.realtime.crossfire.jxclient.util.StringSplitter
-
Splits the given string into lines and returns the lines separated by
"<br>".
- splitFields(String) - Static method in class com.realtime.crossfire.jxclient.util.StringUtils
-
Splits a line into tokens.
- SQUARE_SIZE - Static variable in class com.realtime.crossfire.jxclient.faces.Face
-
The size of one square in pixels.
- squareModified(CfMapSquare) - Method in class com.realtime.crossfire.jxclient.map.CfMap
-
- squarePendingFace(int, int, int) - Method in class com.realtime.crossfire.jxclient.map.CfMap
-
- start() - Method in interface com.realtime.crossfire.jxclient.guistate.GuiStateListener
-
The start screen is displayed.
- start() - Method in class com.realtime.crossfire.jxclient.items.EventScheduler
-
Activates this instance.
- start() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
-
Starts querying the added metaservers.
- start() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Starts operation.
- start() - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- start() - Method in class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
-
Starts operation.
- start() - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
-
Starts operation.
- start() - Method in class com.realtime.crossfire.jxclient.sound.SoundManager
-
Activates this instance.
- start() - Method in class com.realtime.crossfire.jxclient.sound.SoundTaskExecutor
-
Activates this instance.
- startAccountList(String) - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener
-
Starting to receive information for the list of characters in an
account.
- StartCommand - Class in com.realtime.crossfire.jxclient.gui.commands
-
- StartCommand(GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.gui.commands.StartCommand
-
Creates a new instance.
- StartingMap - Class in com.realtime.crossfire.jxclient.character
-
One possible starting map for character creation.
- StartingMap(String, String, String) - Constructor for class com.realtime.crossfire.jxclient.character.StartingMap
-
Creates a new instance.
- StartingMapBuilder - Class in com.realtime.crossfire.jxclient.server.crossfire
-
Builder for
StartingMap
instances while parsing a "replyinfo
startingmap" response packet.
- StartingMapBuilder() - Constructor for class com.realtime.crossfire.jxclient.server.crossfire.StartingMapBuilder
-
- startingMapInfoChanged(String) - Method in interface com.realtime.crossfire.jxclient.character.NewCharacterInformationListener
-
Called whenever information of a starting map may have changed.
- startingMapListChanged() - Method in interface com.realtime.crossfire.jxclient.character.NewCharacterInformationListener
-
Called whenever the starting map list may have changed.
- startPlaying() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireAccountListener
-
The client should switch to playing mode.
- StarvingWatcher - Class in com.realtime.crossfire.jxclient.stats
-
- StarvingWatcher(Stats) - Constructor for class com.realtime.crossfire.jxclient.stats.StarvingWatcher
-
Creates a new instance.
- statChanged(int, int) - Method in interface com.realtime.crossfire.jxclient.stats.StatsListener
-
A stat value has changed.
- stateChanged() - Method in interface com.realtime.crossfire.jxclient.gui.log.RenderStateListener
-
- stateChanged() - Method in interface com.realtime.crossfire.jxclient.settings.options.OptionListener
-
Will be called when the checked state has changed.
- StatGaugeUpdater - Class in com.realtime.crossfire.jxclient.gui.gauge
-
- StatGaugeUpdater(ExperienceTable, int, Stats, ItemSet) - Constructor for class com.realtime.crossfire.jxclient.gui.gauge.StatGaugeUpdater
-
Creates a new instance.
- Stats - Class in com.realtime.crossfire.jxclient.stats
-
This is the representation of all the statistics of a player, like its speed
or its experience.
- Stats(ExperienceTable, SkillSet, GuiStateManager) - Constructor for class com.realtime.crossfire.jxclient.stats.Stats
-
Creates a new instance.
- StatsListener - Interface in com.realtime.crossfire.jxclient.stats
-
Interface for listeners interested in changes of
Stats
instances.
- StatsParser - Class in com.realtime.crossfire.jxclient.stats
-
Utility class to parse stat names.
- StatUtils - Class in com.realtime.crossfire.jxclient.server.crossfire
-
Utility class for converting stat values to stat names.
- stop() - Method in class com.realtime.crossfire.jxclient.metaserver.MetaserverProcessor
-
Stops querying the added metaservers.
- stop() - Method in interface com.realtime.crossfire.jxclient.server.crossfire.CrossfireServerConnection
-
Stops operation.
- stop() - Method in class com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection
-
- stop() - Method in class com.realtime.crossfire.jxclient.server.server.DefaultServerConnection
-
Stops operation.
- stop() - Method in class com.realtime.crossfire.jxclient.server.socket.ClientSocket
-
Stops operation.
- stopRunning() - Method in class com.realtime.crossfire.jxclient.queue.CommandQueue
-
Tells the server to stop running.
- StringSplitter - Class in com.realtime.crossfire.jxclient.util
-
Utility class for splitting strings.
- stringToModifiers(String) - Static method in class com.realtime.crossfire.jxclient.gui.keybindings.KeyEvent2
-
Converts a string representation to modifiers.
- StringUtils - Class in com.realtime.crossfire.jxclient.util
-
Utility class for string manipulation.
- SwingGuiStateManager - Class in com.realtime.crossfire.jxclient.guistate
-
- SwingGuiStateManager() - Constructor for class com.realtime.crossfire.jxclient.guistate.SwingGuiStateManager
-
- SwingUtilities2 - Class in com.realtime.crossfire.jxclient.util
-
Utility class for Swing related functions.