Serialized Form
-
Package net.storm.api.movement
-
Class net.storm.api.movement.TilePath
class TilePath extends ArrayList<net.runelite.api.coords.WorldPoint> implements Serializable-
Serialized Fields
-
destination
net.runelite.api.coords.WorldArea destination
The destination area for this path. -
incomplete
boolean incomplete
Indicates whether this path is incomplete (did not reach the destination). An incomplete path may occur when no valid route exists to the destination. -
teleports
List<Teleport> teleports
The list of teleports that can be used along this path. Teleports provide instant transportation to distant locations. -
transports
List<Transport> transports
The list of transports (shortcuts, boats, etc.) along this path. Transports connect areas that are not directly walkable. -
visitedTiles
Set<net.runelite.api.coords.WorldPoint> visitedTiles
The set of tiles that were visited during pathfinding. This is useful for visualization and debugging pathfinding algorithms. -
weight
double weight
The calculated weight/cost of this path. Lower weights indicate more efficient paths.
-
-
-
-
Package net.storm.api.plugins.config
-
Class net.storm.api.plugins.config.ConfigPanel
class ConfigPanel extends net.runelite.client.ui.PluginPanel implements Serializable -
Class net.storm.api.plugins.config.FixedWidthPanel
class FixedWidthPanel extends JPanel implements Serializable -
Class net.storm.api.plugins.config.HotkeyButton
class HotkeyButton extends JButton implements Serializable-
Serialized Fields
-
value
net.runelite.client.config.Keybind value
The currently bound keybind value.
-
-
-
Class net.storm.api.plugins.config.PluginListItem
class PluginListItem extends JPanel implements Serializable -
Class net.storm.api.plugins.config.PluginListPanel
class PluginListPanel extends net.runelite.client.ui.PluginPanel implements Serializable -
Class net.storm.api.plugins.config.PluginToggleButton
class PluginToggleButton extends JToggleButton implements Serializable-
Serialized Fields
-
conflictString
String conflictString
HTML string describing conflicting plugins for the tooltip.
-
-
-
Class net.storm.api.plugins.config.ToggleButton
class ToggleButton extends JCheckBox implements Serializable-
Serialized Fields
-
object
Object object
Optional associated object (e.g., enum value).
-
-
-
-
Package net.storm.api.plugins.exception
-
Exception Class net.storm.api.plugins.exception.PluginInstantiationException
class PluginInstantiationException extends Exception implements Serializable -
Exception Class net.storm.api.plugins.exception.PluginStoppedException
class PluginStoppedException extends RuntimeException implements Serializable
-
-
Package net.storm.api.ui
-
Class net.storm.api.ui.ComboBoxListRenderer
class ComboBoxListRenderer extends JLabel implements Serializable
-