Index

A B C D E F G H I K L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values

A

AccessLevel - Enum Class in com.avrix.enums
Enumerates various access levels with priorities for comparison.
addBlockLua(String) - Static method in class com.avrix.lua.LuaManager
Adds a Lua file name to the blocked list.
addChild(Widget) - Method in class com.avrix.ui.widgets.BoxLayoutWidget
Adds a child widget to this widget's list of children.
addChild(Widget) - Method in class com.avrix.ui.widgets.PopupWidget
Adds a child widget to this PopupWidget's list of children.
addChild(Widget) - Method in class com.avrix.ui.widgets.ScrollPanelWidget
Adds a child widget to this Widget's list of children.
addChild(Widget) - Method in class com.avrix.ui.widgets.Widget
Adds a child widget to this widget's list of children.
addChild(Widget) - Method in class com.avrix.ui.widgets.WindowWidget
Adds a child widget to this widget's list of children.
addClassPath(File) - Static method in class com.avrix.agent.Agent
Adds a JAR file to the system classpath.
addColumn(String) - Method in class com.avrix.ui.widgets.TableWidget
Adds a new column to the table with the specified name and an undefined width.
addColumn(String, int) - Method in class com.avrix.ui.widgets.TableWidget
Adds a new column to the table with the specified name and width.
addCommand(Command) - Static method in class com.avrix.commands.CommandsManager
Adding a command to the system
addExposedClass(Class<?>) - Static method in class com.avrix.lua.LuaExposer
Method for exposing the class.
addExposedGlobalObject(Object) - Static method in class com.avrix.lua.LuaExposer
Method for exposing a global object, which contain methods with annotation LuaMethod.
addItem(IsoPlayer, String, int) - Static method in class com.avrix.api.server.PlayerUtils
Adds a specified amount of an item to a player's inventory by its type.
addItem(IsoPlayer, InventoryItem, int) - Static method in class com.avrix.api.server.PlayerUtils
Adds a specified amount of an item to a player's inventory by its InventoryItem.
addItem(UdpConnection, String, int) - Static method in class com.avrix.api.server.PlayerUtils
Adds a specified amount of an item to a player's inventory by its type.
addItem(UdpConnection, InventoryItem, int) - Static method in class com.avrix.api.server.PlayerUtils
Adds a specified amount of an item to a player's inventory by its InventoryItem.
addListener(Event) - Static method in class com.avrix.events.EventManager
Registers a listener object for a specific event.
addListener(Event, Priority) - Static method in class com.avrix.events.EventManager
Registers a listener object for a specific event.
addLuaActiveFolder(File) - Static method in class com.avrix.lua.LuaManager
Adds the specified folder to the active Lua path.
addRadio(String) - Method in class com.avrix.ui.widgets.RadioButtonWidget
Adds a new radio button to the RadioButtonWidget.
addRow(String...) - Method in class com.avrix.ui.widgets.TableWidget
Adds a new row to the table with the specified values.
addToScreen() - Method in class com.avrix.ui.widgets.Widget
Adds this Widget to the screen by registering it with the WidgetManager.
addValue(String) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Adds a new value to the ComboBox.
addWidget(Widget) - Static method in class com.avrix.ui.WidgetManager
Adds a widget to the list of Widgets to be managed and displayed.
ADMIN - Enum constant in enum class com.avrix.enums.AccessLevel
Highest access level, typically reserved for administrators.
Agent - Class in com.avrix.agent
The Agent class represents a Java instrumentation agent used for dynamic manipulation of the Java runtime environment.
Agent() - Constructor for class com.avrix.agent.Agent
 
AgentLoader - Class in com.avrix.agent
The AgentLoader class provides a method for loading an agent into a running virtual machine (JVM).
AgentLoader() - Constructor for class com.avrix.agent.AgentLoader
 
agentmain(String, Instrumentation) - Static method in class com.avrix.agent.Agent
The agentmain method is called when the agent is loaded into a running virtual machine (JVM).
AgentManager - Class in com.avrix.agent
A class for managing agents designed to modify classes at runtime.
AgentManager() - Constructor for class com.avrix.agent.AgentManager
 
AgentTransformer - Class in com.avrix.agent
The class represents a class transformer, used to change classes at boot time.
AgentTransformer() - Constructor for class com.avrix.agent.AgentTransformer
 
alpha(float) - Method in class com.avrix.ui.NanoColor
Sets the alpha component of this NanoColor.
API_URL - Static variable in class com.avrix.utils.ReleaseUtils
URL for the GitHub API to get the latest release information.
applyDefaultPatches() - Static method in class com.avrix.utils.PatchUtils
Applying default patches to game files.
applyModifications() - Method in class com.avrix.agent.ClassModifier
Applying modifications to the class being modified.
applyModifications() - Method in class com.avrix.agent.ClassTransformer
Applying modifications to the class being modified.
applyPluginPatches(Metadata, ClassLoader) - Static method in class com.avrix.utils.PatchUtils
Applies a list of patches to classes specified by their fully qualified names.
AQUA - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for aqua (#00FFFF).
author(String) - Method in class com.avrix.plugin.Metadata.MetadataBuilder
Sets the author of the plugin.
AVRIX_NAME - Static variable in class com.avrix.utils.Constants
Project name
AVRIX_VERSION - Static variable in class com.avrix.utils.Constants
Project version

B

BABY_BLUE - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for baby blue (#0078D7).
banPlayer(IsoPlayer, String, boolean, boolean) - Static method in class com.avrix.api.server.PlayerUtils
Bans a player from the server.
banPlayer(UdpConnection, String, boolean, boolean) - Static method in class com.avrix.api.server.PlayerUtils
Bans a player from the server.
beginFrame(int, int) - Method in class com.avrix.ui.NanoContext
Begins a new frame for rendering using NanoVG.
beginFrame(int, int, float) - Method in class com.avrix.ui.NanoContext
Begins a new frame for rendering using NanoVG with a specified pixel ratio.
BLACK - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for black (#000000).
blue(float) - Method in class com.avrix.ui.NanoColor
Sets the blue component of this NanoColor.
BLUE - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for blue (#0000FF).
BOTH - Enum constant in enum class com.avrix.enums.CommandScope
Indicates that the command is available for execution in both chat and console.
BOTH - Enum constant in enum class com.avrix.enums.Environment
Both client and server environments.
BoxLayoutWidget - Class in com.avrix.ui.widgets
A Widget that serves as a base class for layout containers like VerticalBoxWidget and HorizontalBoxWidget.
BoxLayoutWidget(int, int, int, int, boolean) - Constructor for class com.avrix.ui.widgets.BoxLayoutWidget
Constructs a new Widget with the specified position and size.
bringToTop() - Method in class com.avrix.ui.widgets.Widget
Moves this Widget to the front of the rendering order, ensuring it is drawn above other widgets.
bringWidgetToTop(Widget) - Static method in class com.avrix.ui.WidgetManager
Moves the specified Widget to the front of the rendering order, ensuring it is drawn above other Widgets.
build() - Method in class com.avrix.agent.ClassModifier.ClassModifierBuilder
Creates a ClassModifier object based on the current state of the builder.
build() - Method in class com.avrix.plugin.Metadata.MetadataBuilder
Builds and returns the Metadata instance.
ButtonWidget - Class in com.avrix.ui.widgets
A class representing a ButtonWidget, which is a type of PanelWidget.
ButtonWidget(String, int, int, int, int, int, NanoColor, Runnable) - Constructor for class com.avrix.ui.widgets.ButtonWidget
Constructs a new ButtonWidget with the specified text, position, size, border radius, and background color.

C

CACHE_DIR_NAME - Static variable in class com.avrix.utils.Constants
Name of the file cache directory
cachePath - Static variable in class com.avrix.plugin.ResourceManager
The path to the cache directory.
callocNVG() - Method in class com.avrix.ui.NanoColor
Allocates and returns a new NVGColor synchronized with this NanoColor.
CHAT - Enum constant in enum class com.avrix.enums.CommandScope
Indicates that the command is available for execution only in the chat.
ChatUtils - Class in com.avrix.api.server
A set of tools for chat management
ChatUtils() - Constructor for class com.avrix.api.server.ChatUtils
 
CheckboxWidget - Class in com.avrix.ui.widgets
A Widget that represents a checkbox with a title and an icon.
CheckboxWidget(String, int, int, int, int, Consumer<Boolean>) - Constructor for class com.avrix.ui.widgets.CheckboxWidget
Constructs a new Widget with the specified position and size.
checkLatestVersion() - Static method in class com.avrix.utils.ReleaseUtils
Checks the latest version of Avrix available on GitHub.
ClassModifier - Class in com.avrix.agent
A class for modifying Java classes at runtime using the Javassist library.
ClassModifier.ClassModifierBuilder - Class in com.avrix.agent
A class that implements the Builder pattern to create a ClassModifier object
ClassModifierBuilder(String) - Constructor for class com.avrix.agent.ClassModifier.ClassModifierBuilder
Builder constructor for class ClassModifier
ClassTransformer - Class in com.avrix.agent
A class for transforming Java classes at runtime.
ClassTransformer(String) - Constructor for class com.avrix.agent.ClassTransformer
Constructor for creating a ClassTransformer object.
clear() - Method in class com.avrix.utils.YamlFile
Clears all the data in the YAML file.
clearAllListeners() - Static method in class com.avrix.events.EventManager
Clears all registered event listeners.
clearCache() - Static method in class com.avrix.plugin.ResourceManager
Clears the cache if it exceeds the maximum allowed size.
clearListenersForEvent(String) - Static method in class com.avrix.events.EventManager
Clears all registered event listeners for a specific event.
clearRows() - Method in class com.avrix.ui.widgets.TableWidget
Clears all rows from the table.
CLIENT - Enum constant in enum class com.avrix.enums.Environment
Client environment.
close() - Method in class com.avrix.logs.IsolatedConsoleWriter
Closes both the standard output and error streams.
close() - Method in class com.avrix.logs.LineReadingOutputStream
Closes this output stream and flushes any accumulated data if present.
close() - Method in class com.avrix.ui.widgets.ModalWidget
Closes the current modal window
close() - Method in class com.avrix.ui.widgets.PopupWidget
Closes the current PopupWidget
closeWindow() - Method in class com.avrix.ui.widgets.WindowWidget
Closing a window (removes it from the screen)
ColorPickerWidget - Class in com.avrix.ui.widgets
A ColorPickerWidget that allows the user to pick and adjust colors using sliders for red, green, blue, and alpha values.
ColorPickerWidget(int, int, int, int, NanoColor) - Constructor for class com.avrix.ui.widgets.ColorPickerWidget
Constructs a new ColorPickerWidget with the specified position and size.
com.avrix - package com.avrix
 
com.avrix.agent - package com.avrix.agent
 
com.avrix.api.client - package com.avrix.api.client
 
com.avrix.api.server - package com.avrix.api.server
 
com.avrix.api.shared - package com.avrix.api.shared
 
com.avrix.commands - package com.avrix.commands
 
com.avrix.enums - package com.avrix.enums
 
com.avrix.events - package com.avrix.events
 
com.avrix.logs - package com.avrix.logs
 
com.avrix.lua - package com.avrix.lua
 
com.avrix.patches - package com.avrix.patches
 
com.avrix.plugin - package com.avrix.plugin
 
com.avrix.ui - package com.avrix.ui
 
com.avrix.ui.notify - package com.avrix.ui.notify
 
com.avrix.ui.widgets - package com.avrix.ui.widgets
 
com.avrix.utils - package com.avrix.utils
 
ComboBoxWidget - Class in com.avrix.ui.widgets
A customizable ComboBoxWidget.
ComboBoxWidget(int, int, int, int) - Constructor for class com.avrix.ui.widgets.ComboBoxWidget
Constructs a new Widget with the specified position and size.
Command - Class in com.avrix.commands
Interface for implementing a new command.
Command() - Constructor for class com.avrix.commands.Command
 
CommandAccessLevel - Annotation Interface in com.avrix.commands
An annotation that indicates the required access level for a user.
CommandDescription - Annotation Interface in com.avrix.commands
Annotation to provide a description for command classes.
CommandExecutionScope - Annotation Interface in com.avrix.commands
An annotation to specify the scope where a command can be executed.
CommandName - Annotation Interface in com.avrix.commands
An annotation that includes the name of the command (without slashes or other prefixes).
CommandScope - Enum Class in com.avrix.enums
Enumerates the scopes where a command can be executed.
CommandsManager - Class in com.avrix.commands
A set of tools for handling custom commands
CommandsManager() - Constructor for class com.avrix.commands.CommandsManager
 
compareVersions(String, String) - Static method in class com.avrix.utils.VersionChecker
Compares two version strings.
CONSOLE - Enum constant in enum class com.avrix.enums.CommandScope
Indicates that the command is available for execution only in the console.
Constants - Class in com.avrix.utils
Set of main avrix constants
Constants() - Constructor for class com.avrix.utils.Constants
 
contacts(String) - Method in class com.avrix.plugin.Metadata.MetadataBuilder
Sets the contact information for the plugin author.
contains(String) - Method in class com.avrix.utils.YamlFile
Checks if a key exists in the YAML file.
copy() - Method in class com.avrix.ui.NanoColor
Creates a copy of this NanoColor.
copyConfigFromJar(String, File) - Method in class com.avrix.plugin.Plugin
Copies a configuration file from the jar archive to the specified destination.
CORAL - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for coral (#FF7F50).
create(File) - Static method in class com.avrix.utils.YamlFile
Creates a new YAML file.
create(String) - Static method in class com.avrix.utils.YamlFile
Creates a new YAML file from a file path.
create(Path) - Static method in class com.avrix.utils.YamlFile
Creates a new YAML file from a Path.
createFont(String, String, String) - Static method in class com.avrix.ui.NanoFont
Creates and loads a font into NanoVG with the specified name from a font file inside a JAR.
createFont(String, Path) - Static method in class com.avrix.ui.NanoFont
Creates and loads a font into NanoVG with the specified name from the given path.
createFromJar(File, String) - Static method in class com.avrix.plugin.Metadata
Creating metadata from a file inside a Jar archive
critical(String, int) - Static method in class com.avrix.ui.notify.Notify
Displays a critical notification with a specified lifetime.
CRITICAL - Enum constant in enum class com.avrix.enums.NotificationType
Critical notification.
CYAN - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for cyan (#00FFFF).

D

DARK_GRAY - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for dark gray (#A9A9A9).
DARK_VIOLET - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for dark violet (#8A2BE2).
deleteFolderContents(File) - Static method in class com.avrix.plugin.ResourceManager
Deletes all contents of a folder, including subfolders and files.
dependencies(Map<String, String>) - Method in class com.avrix.plugin.Metadata.MetadataBuilder
Sets the Map of dependencies for the plugin.
description(String) - Method in class com.avrix.plugin.Metadata.MetadataBuilder
Sets the description of the plugin.
dispose() - Method in class com.avrix.ui.NanoContext
Disposes this NanoVG context.
divide(float) - Method in class com.avrix.ui.NanoColor
Divides the RGB components of this NanoColor by the specified quotient.
drawArc(int, int, float, float, float, float, NanoColor) - Static method in class com.avrix.ui.NanoDrawer
Draws an arc segment with the specified center, radius, start angle, end angle, and thickness.
drawArc(int, int, float, float, float, float, NanoColor) - Method in class com.avrix.ui.widgets.Widget
Draws an arc segment with the specified center, radius, start angle, end angle, and thickness.
drawArc(int, int, float, float, float, NanoColor) - Static method in class com.avrix.ui.NanoDrawer
Draws an arc segment with the specified center, radius, start angle, and end angle.
drawArc(int, int, float, float, float, NanoColor) - Method in class com.avrix.ui.widgets.Widget
Draws an arc segment with the specified center, radius, start angle, and end angle.
drawCircle(int, int, float, NanoColor) - Static method in class com.avrix.ui.NanoDrawer
Draws a circle at the specified position with the given radius and color.
drawCircle(int, int, float, NanoColor) - Method in class com.avrix.ui.widgets.Widget
Draws a circle at the specified position with the given radius and color.
drawEllipse(int, int, int, int, NanoColor) - Static method in class com.avrix.ui.NanoDrawer
Draws an ellipse at the specified position with the given size and color.
drawEllipse(int, int, int, int, NanoColor) - Method in class com.avrix.ui.widgets.Widget
Draws an ellipse at the specified position with the given size and color.
drawImage(int, int, int, int, int, float) - Static method in class com.avrix.ui.NanoDrawer
Draws an image at the specified position with the given size.
drawImage(int, int, int, int, int, float) - Method in class com.avrix.ui.widgets.Widget
Draws an image at the specified position with the given size.
drawLine(int, int, int, int, float, NanoColor) - Static method in class com.avrix.ui.NanoDrawer
Draws a line from (x1, y1) to (x2, y2) with the specified color and thickness.
drawLine(int, int, int, int, float, NanoColor) - Method in class com.avrix.ui.widgets.Widget
Draws a line from (x1, y1) to (x2, y2) with the specified color and thickness.
drawRect(int, int, int, int, NanoColor) - Static method in class com.avrix.ui.NanoDrawer
Draws a filled rectangle with the specified position, size, and color.
drawRect(int, int, int, int, NanoColor) - Method in class com.avrix.ui.widgets.Widget
Draws a filled rectangle with the specified position, size, and color.
drawRectOutline(int, int, int, int, float, NanoColor) - Static method in class com.avrix.ui.NanoDrawer
Draws a rectangle with a stroke and no fill
drawRectOutline(int, int, int, int, float, NanoColor) - Method in class com.avrix.ui.widgets.Widget
Draws a rectangle with a stroke and no fill
drawRoundedRect(int, int, int, int, float, NanoColor) - Static method in class com.avrix.ui.NanoDrawer
Draws a filled rectangle with rounded corners with the specified position, size, radius, and color.
drawRoundedRect(int, int, int, int, float, NanoColor) - Method in class com.avrix.ui.widgets.Widget
Draws a filled rectangle with rounded corners with the specified position, size, radius, and color.
drawRoundedRectOutline(int, int, int, int, int, float, NanoColor) - Static method in class com.avrix.ui.NanoDrawer
Draws a rectangle with rounded corners and a stroke without fill.
drawRoundedRectOutline(int, int, int, int, int, float, NanoColor) - Method in class com.avrix.ui.widgets.Widget
Draws a rectangle with rounded corners and a stroke without fill.
drawText(String, String, int, int, int, NanoColor) - Static method in class com.avrix.ui.NanoDrawer
Draws text on the screen using NanoVG.
drawText(String, String, int, int, int, NanoColor) - Method in class com.avrix.ui.widgets.Widget
Draws text on the screen using NanoVG.

E

encodeFileName(String) - Static method in class com.avrix.plugin.ResourceManager
Encodes a file name to a Base64 string.
endFrame() - Method in class com.avrix.ui.NanoContext
Ends the current frame of rendering (nvgEndFrame(context))
entryPointsList(List<String>) - Method in class com.avrix.plugin.Metadata.MetadataBuilder
Sets the List of entry points for the plugin.
environment(String) - Method in class com.avrix.plugin.Metadata.MetadataBuilder
Sets the environment of the plugin.
Environment - Enum Class in com.avrix.enums
An enumeration representing the execution environment, such as server, client, etc.
equals(Object) - Method in record class com.avrix.events.EventManager.EventListener
Indicates whether some other object is "equal to" this one.
error(String, int) - Static method in class com.avrix.ui.notify.Notify
Displays an error notification with a specified lifetime.
ERROR - Enum constant in enum class com.avrix.enums.NotificationType
Error notification.
Event - Class in com.avrix.events
Template class for all in-game events
Event() - Constructor for class com.avrix.events.Event
 
EventListener(Event, Priority) - Constructor for record class com.avrix.events.EventManager.EventListener
Creates an instance of a EventListener record class.
EventManager - Class in com.avrix.events
Manages Event subscriptions and their raising.
EventManager() - Constructor for class com.avrix.events.EventManager
 
EventManager.EventListener - Record Class in com.avrix.events
Standard event listener class
execute(NVGColor) - Method in interface com.avrix.ui.NanoColor.ColorAction
Executes an action with the given NVGColor instance.

F

findLoaded(String) - Method in class com.avrix.plugin.PluginClassLoader
Finds a loaded class by name.
flush() - Method in class com.avrix.logs.IsolatedConsoleWriter
Flushes both the standard output and error streams.
fromString(String) - Static method in enum class com.avrix.enums.AccessLevel
Converts a string to the corresponding AccessLevel.
fromString(String) - Static method in enum class com.avrix.enums.Environment
Converts a string to the corresponding Environment enum value.

G

get() - Method in class com.avrix.ui.NanoContext
 
getAbsoluteParent() - Method in class com.avrix.ui.widgets.Widget
Returns the absolute (root) parent of this Widget.
getAccentColor() - Method in class com.avrix.ui.widgets.ComboBoxWidget
Gets the accent color.
getAccentColor() - Method in class com.avrix.ui.widgets.RadioButtonWidget
Returns the color used to accent the selected radio button.
getAccentColor() - Method in class com.avrix.ui.widgets.SliderWidget
Gets the accent color used in the widget.
getAccentColor() - Method in class com.avrix.ui.widgets.TableWidget
Gets the accent color used in the Widget.
getAccessLevel() - Method in class com.avrix.commands.Command
Retrieves the access level required for the command from the CommandAccessLevel annotation.
getAccessLevel(IsoPlayer) - Static method in class com.avrix.api.server.PlayerUtils
Retrieves the access level of a player.
getAccessLevel(UdpConnection) - Static method in class com.avrix.api.server.PlayerUtils
Retrieves the access level of a player based on their UdpConnection.
getAll() - Method in class com.avrix.utils.YamlFile
Returns all the data in the YAML file.
getAllListeners() - Static method in class com.avrix.events.EventManager
Returns a copy of all registered listeners for all events.
getAlpha() - Method in class com.avrix.ui.NanoColor
Returns the alpha component of this NanoColor.
getAuthor() - Method in class com.avrix.plugin.Metadata
Returns the author of the plugin.
getBackgroundColor() - Method in class com.avrix.ui.widgets.ModalWidget
Gets the background color of the modal widget.
getBarColor() - Method in class com.avrix.ui.widgets.SliderWidget
Gets the bar color used in the widget.
getBarFillOffset() - Method in class com.avrix.ui.widgets.SliderWidget
Gets the offset for the bar fill in the widget.
getBarHeight() - Method in class com.avrix.ui.widgets.SliderWidget
Gets the height of the bar in the widget.
getBlockBox() - Method in class com.avrix.ui.widgets.InputTextWidget
Getting the default InputText UI Element to block game input
getBlockedLua() - Static method in class com.avrix.lua.LuaManager
Retrieves the set of blocked Lua file names.
getBlue() - Method in class com.avrix.ui.NanoColor
Returns the blue component of this NanoColor.
getBoolean(String) - Method in class com.avrix.utils.YamlFile
Gets a boolean value from the YAML file.
getBooleanList(String) - Method in class com.avrix.utils.YamlFile
Gets a list of booleans from the YAML file.
getBooleanMap(String) - Method in class com.avrix.utils.YamlFile
Gets a map of boolean values from the YAML file stored under the specified key.
getBorderOffset() - Method in class com.avrix.ui.widgets.ColorPickerWidget
Returns the border offset of the widget.
getBorderOffset() - Method in class com.avrix.ui.widgets.ComboBoxWidget
Gets the border offset.
getBorderOffset() - Method in class com.avrix.ui.widgets.InputTextWidget
Gets the offset from the border for the text.
getBorderOffset() - Method in class com.avrix.ui.widgets.ScrollbarWidget
Gets the border offset of the scrollbar.
getBorderOffset() - Method in class com.avrix.ui.widgets.TableWidget
Gets the border offset in the Widget.
getBorderRadius() - Method in class com.avrix.ui.widgets.SliderWidget
Gets the border radius of the widget.
getByte(String) - Method in class com.avrix.utils.YamlFile
Gets a byte value from the YAML file.
getByteList(String) - Method in class com.avrix.utils.YamlFile
Gets a list of bytes from the YAML file.
getChar(String) - Method in class com.avrix.utils.YamlFile
Gets a char value from the YAML file.
getCharacterList(String) - Method in class com.avrix.utils.YamlFile
Gets a list of characters from the YAML file.
getCheckBoxSize() - Method in class com.avrix.ui.widgets.CheckboxWidget
Returns the size of the checkbox.
getCheckColor() - Method in class com.avrix.ui.widgets.CheckboxWidget
Returns the color of the checkbox icon when checked.
getCheckIcon() - Method in class com.avrix.ui.widgets.CheckboxWidget
Returns the icon used to represent a checked state.
getChildren() - Method in class com.avrix.ui.widgets.Widget
Gets an unmodifiable view of the list of child widgets.
getCircleColor() - Method in class com.avrix.ui.widgets.RadioButtonWidget
Returns the color of the circles representing the radio buttons.
getCircleRadius() - Method in class com.avrix.ui.widgets.RadioButtonWidget
Returns the radius of the circles representing the radio buttons.
getClassByName(String) - Static method in class com.avrix.plugin.PluginClassLoader
Retrieves the Class object for a given class name from the cache or loaders.
getClasses() - Method in class com.avrix.plugin.PluginClassLoader
Retrieves the set of loaded class names.
getClassName() - Method in class com.avrix.agent.ClassTransformer
Getting the full name of the class that needs to be modified.
getColor() - Method in enum class com.avrix.enums.NotificationType
Returns the color for this notification type.
getColorCode(float, float, float) - Static method in class com.avrix.api.server.ChatUtils
Getting the color code for coloring a chat message
getColorCode(int, int, int) - Static method in class com.avrix.api.server.ChatUtils
Getting the color code for coloring a chat message
getColorCode(Color) - Static method in class com.avrix.api.server.ChatUtils
Getting the color code for coloring a chat message
getColumn() - Method in class com.avrix.ui.widgets.TableWidget
Gets the list of column names in the Widget.
getCommandArgs(String) - Static method in class com.avrix.commands.CommandsManager
Extracts command arguments from the given chat command.
getCommandArgs(String, String) - Static method in class com.avrix.commands.CommandsManager
Extracts command arguments from the given chat command with a specified prefix.
getCommandName() - Method in class com.avrix.commands.Command
Retrieves the command name from the CommandName annotation.
getCompressedWidth() - Method in class com.avrix.ui.widgets.ScrollbarWidget
Gets the compressed width of the scrollbar.
getConfigFolder() - Method in class com.avrix.plugin.Metadata
Returns a File object representing the configuration directory for this plugin.
getConfigFolder() - Method in class com.avrix.plugin.Plugin
Returns a File object representing the configuration directory for this plugin.
getContacts() - Method in class com.avrix.plugin.Metadata
Returns the contact information for the plugin author.
getContentPanel() - Method in class com.avrix.ui.widgets.ModalWidget
Gets the content panel of the modal widget.
getContext() - Static method in class com.avrix.ui.WidgetManager
Getting the NanoVG rendering context
getDefaultConfig() - Method in class com.avrix.plugin.Plugin
Returns the default configuration file.
getDependencies() - Method in class com.avrix.plugin.Metadata
Returns the Map of dependencies for the plugin.
getDescription() - Method in class com.avrix.commands.Command
Retrieves the command description from the CommandDescription annotation.
getDescription() - Method in class com.avrix.plugin.Metadata
Returns the description of the plugin.
getDistance(IsoObject, IsoObject) - Static method in class com.avrix.api.shared.IsoObjectUtils
Calculates the distance between two objects in isometric space.
getDouble(String) - Method in class com.avrix.utils.YamlFile
Gets a double value from the YAML file.
getDoubleList(String) - Method in class com.avrix.utils.YamlFile
Gets a list of doubles from the YAML file.
getDoubleMap(String) - Method in class com.avrix.utils.YamlFile
Gets a map of double values from the YAML file stored under the specified key.
getDropButtonWidth() - Method in class com.avrix.ui.widgets.ComboBoxWidget
Gets the width of the drop button.
getDropIcon() - Method in class com.avrix.ui.widgets.ComboBoxWidget
Gets the drop icon.
getEntryPoints() - Method in class com.avrix.plugin.Metadata
Returns the List of entry points for the plugin.
getEnvironment() - Method in class com.avrix.plugin.Metadata
Returns the Environment of the plugin.
getEventName() - Method in class com.avrix.events.Event
Getting the event name
getEventName() - Method in class com.avrix.events.OnAcceptedFactionInviteEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnAcceptedSafehouseInviteEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnAcceptedTradeEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnAcceptInviteEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnAddForageDefsEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnAddIncomingEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnAddMessageEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnAddXPEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnAdminMessageEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnAIStateChangeEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnAmbientSoundEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnCGlobalObjectSystemInitEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnChallengeQueryEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnChangeLanguageEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnChangeWeatherEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnCharacterCollideEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnCharacterDeathEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnChatMessageProcessedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnChatWindowInitEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnClientCommandEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnClimateManagerInitEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnClimateTickDebugEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnClimateTickEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnClothingUpdatedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnConnectedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnConnectFailedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnConnectionStateChangedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnContainerUpdateEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnCoopJoinFailedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnCoopServerMessageEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnCreateLivingCharacterEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnCreatePlayerEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnCreateSurvivorEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnCreateUIEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnCustomUIKeyEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnCustomUIKeyPressedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnCustomUIKeyReleasedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnDawnEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnDestroyIsoThumpableEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnDeviceTextEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnDisableSearchModeEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnDisconnectEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnDistributionMergeEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnDoSpecialTooltipEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnDoTileBuilding2Event
Getting the event name
getEventName() - Method in class com.avrix.events.OnDoTileBuilding3Event
Getting the event name
getEventName() - Method in class com.avrix.events.OnDuskEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnDynamicMovableRecipeEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnEnableSearchModeEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnEnterVehicleEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnEquipPrimaryEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnEquipSecondaryEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnEveryDaysEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnEveryHoursEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnEveryOneMinuteEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnEveryTenMinutesEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnExitVehicleEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnFETickEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnFillContainerEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnFillInventoryObjectContextMenuEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnFillSearchIconContextMenuEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnFillWorldObjectContextMenuEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnGameBootEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnGamepadConnectEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnGamepadDisconnectEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnGameStartEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnGameTimeLoadedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnGameWindowInitializedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnGetDBSchemaEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnGetTableResultEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnGridBurntEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnHitZombieEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnInitGlobalModDataEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnInitModdedWeatherStageEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnInitRecordedMediaEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnInitSeasonsEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnInitWorldEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnItemFallEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnJoypadActivateEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnJoypadActivateUIEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnJoypadBeforeDeactivateEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnJoypadBeforeReactivateEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnJoypadDeactivateEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnJoypadReactivateEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnJoypadRenderUIEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnKeyKeepPressedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnKeyPressedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnKeyStartPressedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnLevelPerkEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnLoadedTileDefinitionsEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnLoadEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnLoadGridsquareEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnLoadMapZonesEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnLoadModDataFromServerEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnLoadRadioScriptsEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnLoadSoundBanksEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnLuaFilesLoadedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnLuaScriptExecuteEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnMainMenuEnterEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnMechanicActionDoneEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnMiniScoreboardUpdateEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnMngInvReceiveItemsEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnModsModifiedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnMouseDownEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnMouseMoveEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnMouseUpEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnMultiTriggerNPCEventEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnNewFireEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnNewGameEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnObjectAboutToBeRemovedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnObjectAddedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnObjectCollideEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnObjectLeftMouseButtonDownEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnObjectLeftMouseButtonUpEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnObjectRightMouseButtonDownEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnObjectRightMouseButtonUpEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPlayerAttackFinishedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPlayerBanEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPlayerConnectEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPlayerDeathEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPlayerDisconnectEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPlayerFullyConnectedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPlayerKickEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPlayerMoveEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPlayerUnbanEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPlayerUpdateEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPostDistributionMergeEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPostFloorLayerDrawEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPostMapLoadEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPostRenderEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPostSaveEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPostUIDrawEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPostWidgetDrawEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPreAddCatDefsEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPreAddForageDefsEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPreAddItemDefsEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPreAddZoneDefsEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPreDistributionMergeEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPreFillInventoryObjectContextMenuEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPreFillWorldObjectContextMenuEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPreMapLoadEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPressRackButtonEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPressReloadButtonEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPreUIDrawEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnPreWidgetDrawEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnRainStopEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnReceiveFactionInviteEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnReceiveGlobalModDataEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnReceiveItemListNetEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnReceiveSafehouseInviteEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnReceiveUserlogEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnRenderTickEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnRequestTradeEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnResetLuaEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnResolutionChangeEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnReuseGridsquareEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnRightMouseDownEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnRightMouseUpEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSafehousesChangedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSaveEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnScoreboardUpdateEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSeeNewRoomEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSendChatCommandEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSendConsoleCommandEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSendCustomModDataEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnServerCommandEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnServerFinishSavingEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnServerInitializeEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnServerPingedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnServerShutdownEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnServerStartedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnServerStartSavingEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnServerStatisticReceivedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSetDefaultTabEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSGlobalObjectSystemInitEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSpawnRegionsLoadedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSteamFriendStatusChangedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSteamGameJoinEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSteamRefreshInternetServersEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSteamRulesRefreshCompleteEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSteamServerFailedToRespond2Event
Getting the event name
getEventName() - Method in class com.avrix.events.OnSteamServerResponded2Event
Getting the event name
getEventName() - Method in class com.avrix.events.OnSteamServerRespondedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSteamWorkshopItemCreatedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSteamWorkshopItemNotCreatedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSteamWorkshopItemNotUpdatedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSteamWorkshopItemUpdatedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSwitchChatStreamEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSwitchVehicleSeatEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnSyncFactionEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnTabAddedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnTabRemovedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnThunderEventEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnTickEvenPausedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnTickEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnTickRenderThreadEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnTileRemovedEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnToggleSearchModeEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnTradingUIAddItemEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnTradingUIRemoveItemEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnTradingUIUpdateStateEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnTriggerNPCEventEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnUpdateIconEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnUpdateModdedWeatherStageEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnUseVehicleEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnVehicleDamageTextureEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnVehicleHornEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnViewTicketsEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnWaterAmountChangeEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnWeaponHitCharacterEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnWeaponHitTreeEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnWeaponHitXpEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnWeaponSwingEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnWeaponSwingHitPointEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnWeatherPeriodCompleteEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnWeatherPeriodStageEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnWeatherPeriodStartEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnWeatherPeriodStopEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnWidgetManagerInitEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnWorldSoundEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnZombieDeadEvent
Getting the event name
getEventName() - Method in class com.avrix.events.OnZombieUpdateEvent
Getting the event name
getExecutionScope() - Method in class com.avrix.commands.Command
Retrieves the execution scope of the command from the CommandExecutionScope annotation.
getExposedClasses() - Static method in class com.avrix.lua.LuaExposer
Method for getting a collection of exposed classes.
getExposedGlobalObjects() - Static method in class com.avrix.lua.LuaExposer
Method for getting a collection of exposed global objects.
getFileExtension(String) - Static method in class com.avrix.plugin.ResourceManager
Retrieves the file extension from a file name.
getFileName() - Method in class com.avrix.utils.YamlFile
Returns the file name of the YAML file.
getFilePath() - Method in class com.avrix.utils.YamlFile
Returns the file path of the YAML file.
getFolderSize(File) - Static method in class com.avrix.plugin.ResourceManager
Recursively calculates the size of a folder in bytes.
getFontName() - Method in class com.avrix.ui.widgets.ButtonWidget
Returns the font name of the ButtonWidget.
getFontName() - Method in class com.avrix.ui.widgets.CheckboxWidget
Returns the font name used for the title text.
getFontName() - Method in class com.avrix.ui.widgets.ColorPickerWidget
Returns the name of the font used for displaying text.
getFontName() - Method in class com.avrix.ui.widgets.ComboBoxWidget
Gets the name of the font.
getFontName() - Method in class com.avrix.ui.widgets.LabelWidget
Gets the name of the font used by the Widget.
getFontName() - Method in class com.avrix.ui.widgets.RadioButtonWidget
Returns the font name used to render the text in the radio buttons.
getFontName() - Method in class com.avrix.ui.widgets.SliderWidget
Returns the name of the font used for text rendering.
getFontName() - Method in class com.avrix.ui.widgets.TableWidget
Gets the font name used for rendering text in the Widget.
getFontName() - Method in class com.avrix.ui.widgets.WindowWidget
Gets the current font name used by the Widget.
getFontSize() - Method in class com.avrix.ui.widgets.ButtonWidget
Returns the font size of the ButtonWidget.
getFontSize() - Method in class com.avrix.ui.widgets.CheckboxWidget
Returns the font size used for the title text.
getFontSize() - Method in class com.avrix.ui.widgets.ColorPickerWidget
Returns the font size used for displaying text.
getFontSize() - Method in class com.avrix.ui.widgets.ComboBoxWidget
Gets the font size.
getFontSize() - Method in class com.avrix.ui.widgets.InputTextWidget
Gets the font size used for displaying text.
getFontSize() - Method in class com.avrix.ui.widgets.LabelWidget
Gets the font size of the text.
getFontSize() - Method in class com.avrix.ui.widgets.RadioButtonWidget
Returns the font size used to render the text in the radio buttons.
getFontSize() - Method in class com.avrix.ui.widgets.SliderWidget
Gets the font size used in the widget.
getGreen() - Method in class com.avrix.ui.NanoColor
Returns the green component of this NanoColor.
getHeaderColor() - Method in class com.avrix.ui.widgets.TableWidget
Gets the color of the header in the Widget.
getHeaderHeight() - Method in class com.avrix.ui.widgets.TableWidget
Gets the height of the header in the Widget.
getHeaderHeight() - Method in class com.avrix.ui.widgets.WindowWidget
Returns the height of the Widget's header
getHeaderTextColor() - Method in class com.avrix.ui.widgets.TableWidget
Gets the color of the header text in the Widget.
getHeight() - Method in class com.avrix.ui.notify.Notification
Returns the height of the notification.
getHeight() - Method in class com.avrix.ui.widgets.Widget
Returns the height of the Widget.
getHorizontalScrollbar() - Method in class com.avrix.ui.widgets.ScrollPanelWidget
Returns the horizontal scrollbar Widget associated with this container.
getIcon() - Method in enum class com.avrix.enums.NotificationType
Returns the icon for this notification type.
getIconColor() - Method in class com.avrix.ui.widgets.ComboBoxWidget
Gets the icon color.
getIconDown() - Method in class com.avrix.ui.widgets.TableWidget
Gets the icon used for indicating a downward sort direction in the Widget.
getIconFontName() - Method in class com.avrix.ui.widgets.CheckboxWidget
Returns the font name used for the checkbox icon.
getIconFontName() - Method in class com.avrix.ui.widgets.ComboBoxWidget
Gets the name of the icon font.
getIconFontName() - Method in class com.avrix.ui.widgets.TableWidget
Gets the icon font name used for rendering icons in the Widget.
getIconSize() - Method in class com.avrix.ui.widgets.ComboBoxWidget
Gets the drop icon size.
getIconUp() - Method in class com.avrix.ui.widgets.TableWidget
Gets the icon used for indicating an upward sort direction in the Widget.
getId() - Method in class com.avrix.plugin.Metadata
Returns the ID of the plugin.
getInt(String) - Method in class com.avrix.utils.YamlFile
Gets an integer value from the YAML file.
getIntegerList(String) - Method in class com.avrix.utils.YamlFile
Gets a list of integers from the YAML file.
getIntMap(String) - Method in class com.avrix.utils.YamlFile
Gets a map of integer values from the YAML file stored under the specified key.
getLastSortedColumn() - Method in class com.avrix.ui.widgets.TableWidget
Gets the name of the last sorted column in the Widget.
getLatestReleaseVersion() - Static method in class com.avrix.utils.ReleaseUtils
Gets the latest release version of Avrix from GitHub.
getLicense() - Method in class com.avrix.plugin.Metadata
Returns the license of the plugin.
getLineColor() - Method in class com.avrix.ui.widgets.TableWidget
Gets the color of the line used for borders and separators in the Widget.
getLineThickness() - Method in class com.avrix.ui.widgets.TableWidget
Gets the thickness of the lines in the Widget.
getList(String) - Method in class com.avrix.utils.YamlFile
Gets a list of values from the YAML file.
getListenersForEvent(String) - Static method in class com.avrix.events.EventManager
Returns a List of listeners for the specified event.
getLong(String) - Method in class com.avrix.utils.YamlFile
Gets a long value from the YAML file.
getLongList(String) - Method in class com.avrix.utils.YamlFile
Gets a list of longs from the YAML file.
getMap(String) - Method in class com.avrix.utils.YamlFile
Gets a map from the YAML file stored under the specified key.
getMapKeys(String) - Method in class com.avrix.utils.YamlFile
Retrieves the keys of the map stored under the specified key in the YAML file.
getMapValues(String) - Method in class com.avrix.utils.YamlFile
Retrieves the values of the map stored under the specified key in the YAML file.
getMargin() - Method in class com.avrix.ui.widgets.BoxLayoutWidget
Returns the margin between child Widgets.
getMaxScrollX() - Method in class com.avrix.ui.widgets.Widget
Gets the maximum horizontal scroll offset of the widget.
getMaxScrollY() - Method in class com.avrix.ui.widgets.Widget
Gets the maximum vertical scroll offset of the widget.
getMaxValue() - Method in class com.avrix.ui.widgets.SliderWidget
Returns the maximum value of the slider.
getMetadata() - Method in class com.avrix.plugin.Plugin
Returns the Metadata associated with this plugin.
getMinSizeX() - Method in class com.avrix.ui.widgets.WindowWidget
Returns the minimum width of the widget.
getMinSizeY() - Method in class com.avrix.ui.widgets.WindowWidget
Returns the minimum height of the widget.
getMinValue() - Method in class com.avrix.ui.widgets.SliderWidget
Returns the minimum value of the slider.
getModifierBuilder() - Method in class com.avrix.agent.ClassTransformer
Gets the ClassModifier.ClassModifierBuilder for building class modifiers.
getModifyClass(String) - Static method in class com.avrix.agent.AgentManager
Method for getting a modified class by its name.
getName() - Method in class com.avrix.plugin.Metadata
Returns the name of the plugin.
getOffset() - Method in class com.avrix.ui.widgets.RadioButtonWidget
Returns the offset between radio buttons.
getOnChangeColorAction() - Method in class com.avrix.ui.widgets.ColorPickerWidget
Returns the action to be performed when the color value changes.
getParent() - Method in class com.avrix.ui.widgets.Widget
Returns the parent Widget of this Widget.
getPatchList() - Method in class com.avrix.plugin.Metadata
Returns the List of patches for the plugin.
getPlaceholder() - Method in class com.avrix.ui.widgets.InputTextWidget
Gets the placeholder text shown when the text value is empty.
getPlaceholderColor() - Method in class com.avrix.ui.widgets.InputTextWidget
Gets the color of the placeholder text.
getPlayerByPartialUsername(String) - Static method in class com.avrix.api.server.PlayerUtils
Searches for a player by a full or partial username.
getPlayerByUdpConnection(UdpConnection) - Static method in class com.avrix.api.server.PlayerUtils
Getting a player's instance on his connection
getPlayerByUsername(String) - Static method in class com.avrix.api.server.PlayerUtils
Getting a player instance by nickname
getPlayerIP(IsoPlayer) - Static method in class com.avrix.api.server.PlayerUtils
Returns the player's IP address.
getPlayerSteamID(IsoPlayer) - Static method in class com.avrix.api.server.PlayerUtils
Returns the player's SteamID.
getPluginFile() - Method in class com.avrix.plugin.Metadata
Returns the plugin File
getPopupButtonHeight() - Method in class com.avrix.ui.widgets.ComboBoxWidget
Gets the popup button height.
getPopupHeight() - Method in class com.avrix.ui.widgets.ComboBoxWidget
Gets the popup height.
getPriority() - Method in enum class com.avrix.enums.AccessLevel
Returns the priority of a given access level.
getRadioHeight() - Method in class com.avrix.ui.widgets.RadioButtonWidget
Returns the height of each radio button.
getRadioWidth() - Method in class com.avrix.ui.widgets.RadioButtonWidget
Returns the width of each radio button.
getRed() - Method in class com.avrix.ui.NanoColor
Returns the red component of this NanoColor.
getRegisteredCommands() - Static method in class com.avrix.commands.CommandsManager
Getting a map of registered user commands
getRepeatDelay() - Method in class com.avrix.ui.widgets.InputTextWidget
Gets the delay between key repeat events in milliseconds.
getRequiredLogEntryValues() - Method in class com.avrix.logs.IsolatedConsoleWriter
Returns the collection of log entry values required by this writer.
getRoleName() - Method in enum class com.avrix.enums.AccessLevel
Returns the name of this access level.
getRowByIndex(int) - Method in class com.avrix.ui.widgets.TableWidget
Retrieves a row by its index.
getRowHeight() - Method in class com.avrix.ui.widgets.TableWidget
Gets the height of each row in the Widget.
getRowHoverColor() - Method in class com.avrix.ui.widgets.TableWidget
Gets the color of the row hover background in the Widget.
getRows() - Method in class com.avrix.ui.widgets.TableWidget
Gets the list of rows in the Widget.
getRowTextColor() - Method in class com.avrix.ui.widgets.TableWidget
Gets the color of the row text in the Widget.
getScrollSpeed() - Method in class com.avrix.ui.widgets.Widget
Gets the speed at which the widget scrolls in response to mouse wheel movements.
getScrollX() - Method in class com.avrix.ui.widgets.Widget
Gets the current horizontal scroll offset of the widget.
getScrollY() - Method in class com.avrix.ui.widgets.Widget
Gets the current vertical scroll offset of the widget.
getSelectedRow() - Method in class com.avrix.ui.widgets.TableWidget
Retrieves the currently selected row.
getSelectionColor() - Method in class com.avrix.ui.widgets.InputTextWidget
Gets the color of the selected text highlight.
getService(Class<T>) - Static method in class com.avrix.plugin.ServiceManager
Returns the registered service by its interface.
getShort(String) - Method in class com.avrix.utils.YamlFile
Gets a short value from the YAML file.
getShortList(String) - Method in class com.avrix.utils.YamlFile
Gets a list of shorts from the YAML file.
getString(String) - Method in class com.avrix.utils.YamlFile
Gets a string value from the YAML file.
getStringList(String) - Method in class com.avrix.utils.YamlFile
Gets a list of strings from the YAML file.
getStringMap(String) - Method in class com.avrix.utils.YamlFile
Gets a map of string values from the YAML file stored under the specified key.
getText() - Method in class com.avrix.ui.widgets.ButtonWidget
Returns the text of the ButtonWidget.
getText() - Method in class com.avrix.ui.widgets.LabelWidget
Gets the text displayed by the widget.
getTextColor() - Method in class com.avrix.ui.widgets.ButtonWidget
Returns the text color of the ButtonWidget.
getTextColor() - Method in class com.avrix.ui.widgets.ColorPickerWidget
Returns the text color used for displaying text on the widget.
getTextColor() - Method in class com.avrix.ui.widgets.ComboBoxWidget
Gets the text color.
getTextColor() - Method in class com.avrix.ui.widgets.InputTextWidget
Gets the color of the text.
getTextColor() - Method in class com.avrix.ui.widgets.LabelWidget
Gets the color of the text.
getTextColor() - Method in class com.avrix.ui.widgets.RadioButtonWidget
Returns the color of the text in the radio buttons.
getTextFont() - Method in class com.avrix.ui.widgets.InputTextWidget
Gets the font used for displaying text.
getTextOffset() - Method in class com.avrix.ui.widgets.SliderWidget
Gets the text offset used in rendering the widget.
getTextSize(String, String, int) - Static method in class com.avrix.ui.NanoDrawer
Calculates the width and height of the given text when rendered with the specified font and size.
getThumbColor() - Method in class com.avrix.ui.widgets.ScrollbarWidget
Gets the color of the scrollbar thumb (the draggable part of the scrollbar).
getThumbWidth() - Method in class com.avrix.ui.widgets.SliderWidget
Gets the width of the thumb in the widget.
getTitle() - Method in class com.avrix.ui.widgets.WindowWidget
Gets the current title of the Widget's header.
getTitleColor() - Method in class com.avrix.ui.widgets.CheckboxWidget
Returns the color of the title text.
getTitleOffset() - Method in class com.avrix.ui.widgets.CheckboxWidget
Returns the offset between the checkbox and the title text.
getTitleText() - Method in class com.avrix.ui.widgets.CheckboxWidget
Returns the title text for the checkbox.
getUdpConnectionByPlayer(IsoPlayer) - Static method in class com.avrix.api.server.PlayerUtils
Getting a player's connection based on his character
getValue() - Method in enum class com.avrix.enums.Environment
Gets the string representation of the environment.
getValue() - Method in class com.avrix.ui.widgets.ColorPickerWidget
Returns the current NanoColor value being picked or adjusted.
getValue() - Method in class com.avrix.ui.widgets.ComboBoxWidget
Returns the current value of the ComboBox.
getValue() - Method in class com.avrix.ui.widgets.InputTextWidget
Gets the current value of the text widget.
getValue() - Method in class com.avrix.ui.widgets.SliderWidget
Gets the current value of the widget.
getValue(int) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Returns the value at the specified index.
getValue(String) - Method in class com.avrix.utils.YamlFile
Gets a value from the YAML file.
getValueIndex() - Method in class com.avrix.ui.widgets.ComboBoxWidget
Gets the value index.
getValueIndex() - Method in class com.avrix.ui.widgets.RadioButtonWidget
Retrieves the index of the currently selected radio button.
getValueList() - Method in class com.avrix.ui.widgets.ComboBoxWidget
Gets the value list.
getValues() - Method in class com.avrix.ui.widgets.RadioButtonWidget
Returns the list of RadioButtonWidget.RadioValue objects representing the radio button options.
getValueText() - Method in class com.avrix.ui.widgets.RadioButtonWidget
Retrieves the text of the currently selected radio button.
getValueText(int) - Method in class com.avrix.ui.widgets.RadioButtonWidget
Retrieves the text of the radio button at the specified index.
getVersion() - Method in class com.avrix.plugin.Metadata
Returns the version of the plugin.
getVerticalScrollbar() - Method in class com.avrix.ui.widgets.ScrollPanelWidget
Returns the vertical scrollbar Widget associated with this container.
getWidgetList() - Static method in class com.avrix.ui.WidgetManager
Getting a list of Widgets registered in the manager
getWidth() - Method in class com.avrix.ui.notify.Notification
Returns the width of the notification.
getWidth() - Method in class com.avrix.ui.widgets.Widget
Returns the width of the Widget.
getWindowHeight() - Static method in class com.avrix.api.client.WindowUtils
Returns the height of the window.
getWindowWidth() - Static method in class com.avrix.api.client.WindowUtils
Returns the width of the window.
getX() - Method in class com.avrix.ui.widgets.Widget
Returns the relative x-coordinate of the top-left corner of the Widget.
getXA() - Method in class com.avrix.ui.widgets.Widget
Returns the absolute x-coordinate of the top-left corner of the Widget.
getY() - Method in class com.avrix.ui.widgets.Widget
Returns the relative y-coordinate of the top-left corner of the Widget.
getYA() - Method in class com.avrix.ui.widgets.Widget
Returns the absolute y-coordinate of the top-left corner of the Widget.
GM - Enum constant in enum class com.avrix.enums.AccessLevel
Access level for game masters or GMs, who manage game-specific elements.
GRAY - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for gray (#808080).
green(float) - Method in class com.avrix.ui.NanoColor
Sets the green component of this NanoColor.
GREEN - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for green (#00FF00).

H

handleCustomCommand(UdpConnection, String) - Static method in class com.avrix.commands.CommandsManager
Processing custom chat and console commands.
handleEvent() - Method in class com.avrix.events.OnCGlobalObjectSystemInitEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnChallengeQueryEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnChatWindowInitEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnConnectedEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnCreateUIEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnDawnEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnDisconnectEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnDistributionMergeEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnDuskEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnEveryDaysEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnEveryHoursEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnEveryOneMinuteEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnEveryTenMinutesEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnGameBootEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnGameStartEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnGameTimeLoadedEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnGameWindowInitializedEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnInitWorldEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnJoypadRenderUIEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnLoadEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnLoadMapZonesEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnLoadSoundBanksEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnMainMenuEnterEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnMiniScoreboardUpdateEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnModsModifiedEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnMultiTriggerNPCEventEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnPostDistributionMergeEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnPostRenderEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnPostSaveEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnPostUIDrawEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnPreDistributionMergeEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnPreMapLoadEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnPreUIDrawEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnRainStopEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnRenderTickEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnSafehousesChangedEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnSaveEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnSendCustomModDataEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnServerFinishSavingEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnServerInitializeEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnServerShutdownEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnServerStartedEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnServerStartSavingEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnServerStatisticReceivedEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnSGlobalObjectSystemInitEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnSteamGameJoinEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnSteamRefreshInternetServersEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnSwitchChatStreamEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnTickRenderThreadEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnTriggerNPCEventEvent
Called Event Handling Method
handleEvent() - Method in class com.avrix.events.OnUpdateIconEvent
Called Event Handling Method
handleEvent(NanoContext) - Method in class com.avrix.events.OnPostWidgetDrawEvent
Called Event Handling Method
handleEvent(NanoContext) - Method in class com.avrix.events.OnPreWidgetDrawEvent
Called Event Handling Method
handleEvent(NanoContext) - Method in class com.avrix.events.OnWidgetManagerInitEvent
Called Event Handling Method
handleEvent(Boolean) - Method in class com.avrix.events.OnAcceptedTradeEvent
Called Event Handling Method
handleEvent(Boolean) - Method in class com.avrix.events.OnInitGlobalModDataEvent
Called Event Handling Method
handleEvent(Boolean) - Method in class com.avrix.events.OnSteamWorkshopItemUpdatedEvent
Called Event Handling Method
handleEvent(Double) - Method in class com.avrix.events.OnFETickEvent
Called Event Handling Method
handleEvent(Double) - Method in class com.avrix.events.OnJoypadBeforeDeactivateEvent
Called Event Handling Method
handleEvent(Double) - Method in class com.avrix.events.OnJoypadBeforeReactivateEvent
Called Event Handling Method
handleEvent(Double) - Method in class com.avrix.events.OnJoypadDeactivateEvent
Called Event Handling Method
handleEvent(Double) - Method in class com.avrix.events.OnJoypadReactivateEvent
Called Event Handling Method
handleEvent(Double) - Method in class com.avrix.events.OnTickEvenPausedEvent
Called Event Handling Method
handleEvent(Double) - Method in class com.avrix.events.OnTickEvent
Called Event Handling Method
handleEvent(Integer) - Method in class com.avrix.events.OnCoopJoinFailedEvent
Called Event Handling Method
handleEvent(Integer) - Method in class com.avrix.events.OnCustomUIKeyEvent
Called Event Handling Method
handleEvent(Integer) - Method in class com.avrix.events.OnCustomUIKeyPressedEvent
Called Event Handling Method
handleEvent(Integer) - Method in class com.avrix.events.OnCustomUIKeyReleasedEvent
Called Event Handling Method
handleEvent(Integer) - Method in class com.avrix.events.OnGamepadConnectEvent
Called Event Handling Method
handleEvent(Integer) - Method in class com.avrix.events.OnGamepadDisconnectEvent
Called Event Handling Method
handleEvent(Integer) - Method in class com.avrix.events.OnJoypadActivateEvent
Called Event Handling Method
handleEvent(Integer) - Method in class com.avrix.events.OnJoypadActivateUIEvent
Called Event Handling Method
handleEvent(Integer) - Method in class com.avrix.events.OnKeyKeepPressedEvent
Called Event Handling Method
handleEvent(Integer) - Method in class com.avrix.events.OnKeyPressedEvent
Called Event Handling Method
handleEvent(Integer) - Method in class com.avrix.events.OnKeyStartPressedEvent
Called Event Handling Method
handleEvent(Integer) - Method in class com.avrix.events.OnPostFloorLayerDrawEvent
Called Event Handling Method
handleEvent(Integer) - Method in class com.avrix.events.OnSteamServerRespondedEvent
Called Event Handling Method
handleEvent(Integer) - Method in class com.avrix.events.OnSteamWorkshopItemNotCreatedEvent
Called Event Handling Method
handleEvent(Integer) - Method in class com.avrix.events.OnSteamWorkshopItemNotUpdatedEvent
Called Event Handling Method
handleEvent(Integer, Integer) - Method in class com.avrix.events.OnMouseDownEvent
Called Event Handling Method
handleEvent(Integer, Integer) - Method in class com.avrix.events.OnMouseUpEvent
Called Event Handling Method
handleEvent(Integer, Integer) - Method in class com.avrix.events.OnRightMouseDownEvent
Called Event Handling Method
handleEvent(Integer, Integer) - Method in class com.avrix.events.OnRightMouseUpEvent
Called Event Handling Method
handleEvent(Integer, Integer, Boolean, Boolean, Boolean) - Method in class com.avrix.events.OnThunderEventEvent
Called Event Handling Method
handleEvent(Integer, Integer, Integer, Integer) - Method in class com.avrix.events.OnMouseMoveEvent
Called Event Handling Method
handleEvent(Integer, Integer, Integer, Integer) - Method in class com.avrix.events.OnResolutionChangeEvent
Called Event Handling Method
handleEvent(Integer, Integer, Integer, Integer, Integer, IsoObject) - Method in class com.avrix.events.OnWorldSoundEvent
Called Event Handling Method
handleEvent(Integer, KahluaTable, KahluaTable) - Method in class com.avrix.events.OnFillInventoryObjectContextMenuEvent
Called Event Handling Method
handleEvent(Integer, KahluaTable, KahluaTable) - Method in class com.avrix.events.OnPreFillInventoryObjectContextMenuEvent
Called Event Handling Method
handleEvent(Integer, KahluaTable, KahluaTable, Boolean) - Method in class com.avrix.events.OnFillWorldObjectContextMenuEvent
Called Event Handling Method
handleEvent(Integer, IsoPlayer) - Method in class com.avrix.events.OnCreatePlayerEvent
Called Event Handling Method
handleEvent(Short, ByteBuffer, UdpConnection) - Method in class com.avrix.events.OnAddIncomingEvent
Called Event Handling Method
handleEvent(String) - Method in class com.avrix.events.OnAcceptInviteEvent
Called Event Handling Method
handleEvent(String) - Method in class com.avrix.events.OnChangeWeatherEvent
Called Event Handling Method
handleEvent(String) - Method in class com.avrix.events.OnConnectFailedEvent
Called Event Handling Method
handleEvent(String) - Method in class com.avrix.events.OnLuaFilesLoadedEvent
Called Event Handling Method
handleEvent(String) - Method in class com.avrix.events.OnResetLuaEvent
Called Event Handling Method
handleEvent(String) - Method in class com.avrix.events.OnSendConsoleCommandEvent
Called Event Handling Method
handleEvent(String) - Method in class com.avrix.events.OnSteamFriendStatusChangedEvent
Called Event Handling Method
handleEvent(String) - Method in class com.avrix.events.OnSyncFactionEvent
Called Event Handling Method
handleEvent(String, boolean) - Method in class com.avrix.events.OnLuaScriptExecuteEvent
Called Event Handling Method
handleEvent(String, Boolean) - Method in class com.avrix.events.OnSteamWorkshopItemCreatedEvent
Called Event Handling Method
handleEvent(String, Float, Float) - Method in class com.avrix.events.OnAmbientSoundEvent
Called Event Handling Method
handleEvent(String, Float, Float, Float, String, Radio) - Method in class com.avrix.events.OnDeviceTextEvent
Called Event Handling Method
handleEvent(String, Float, Float, Float, String, IsoWaveSignal) - Method in class com.avrix.events.OnDeviceTextEvent
Called Event Handling Method
handleEvent(String, Float, Float, Float, String, VehiclePart) - Method in class com.avrix.events.OnDeviceTextEvent
Called Event Handling Method
handleEvent(String, Integer) - Method in class com.avrix.events.OnSteamServerFailedToRespond2Event
Called Event Handling Method
handleEvent(String, Integer) - Method in class com.avrix.events.OnTabAddedEvent
Called Event Handling Method
handleEvent(String, Integer) - Method in class com.avrix.events.OnTabRemovedEvent
Called Event Handling Method
handleEvent(String, Integer, Integer, Integer) - Method in class com.avrix.events.OnAdminMessageEvent
Called Event Handling Method
handleEvent(String, Integer, KahluaTable) - Method in class com.avrix.events.OnSteamRulesRefreshCompleteEvent
Called Event Handling Method
handleEvent(String, Integer, Server) - Method in class com.avrix.events.OnSteamServerResponded2Event
Called Event Handling Method
handleEvent(String, String) - Method in class com.avrix.events.OnAcceptedFactionInviteEvent
Called Event Handling Method
handleEvent(String, String) - Method in class com.avrix.events.OnAcceptedSafehouseInviteEvent
Called Event Handling Method
handleEvent(String, String) - Method in class com.avrix.events.OnConnectionStateChangedEvent
Called Event Handling Method
handleEvent(String, String) - Method in class com.avrix.events.OnPlayerUnbanEvent
Called Event Handling Method
handleEvent(String, String) - Method in class com.avrix.events.OnReceiveFactionInviteEvent
Called Event Handling Method
handleEvent(String, String) - Method in class com.avrix.events.OnServerPingedEvent
Called Event Handling Method
handleEvent(String, String, String) - Method in class com.avrix.events.OnCoopServerMessageEvent
Called Event Handling Method
handleEvent(String, String, KahluaTable) - Method in class com.avrix.events.OnServerCommandEvent
Called Event Handling Method
handleEvent(String, String, IsoPlayer, KahluaTable) - Method in class com.avrix.events.OnClientCommandEvent
Called Event Handling Method
handleEvent(String, String, ItemContainer) - Method in class com.avrix.events.OnFillContainerEvent
Called Event Handling Method
handleEvent(String, ByteBuffer) - Method in class com.avrix.events.OnReceiveUserlogEvent
Called Event Handling Method
handleEvent(String, KahluaTable) - Method in class com.avrix.events.OnReceiveGlobalModDataEvent
Called Event Handling Method
handleEvent(ByteBuffer, UdpConnection, String) - Method in class com.avrix.events.OnPlayerConnectEvent
Called Event Handling Method
handleEvent(ByteBuffer, UdpConnection, String) - Method in class com.avrix.events.OnPlayerFullyConnectedEvent
Called Event Handling Method
handleEvent(ArrayList, Integer, String) - Method in class com.avrix.events.OnGetTableResultEvent
Called Event Handling Method
handleEvent(ArrayList, ArrayList, ArrayList) - Method in class com.avrix.events.OnScoreboardUpdateEvent
Called Event Handling Method
handleEvent(KahluaTable) - Method in class com.avrix.events.OnAddForageDefsEvent
Called Event Handling Method
handleEvent(KahluaTable) - Method in class com.avrix.events.OnGetDBSchemaEvent
Called Event Handling Method
handleEvent(KahluaTable) - Method in class com.avrix.events.OnMngInvReceiveItemsEvent
Called Event Handling Method
handleEvent(KahluaTable) - Method in class com.avrix.events.OnPreAddCatDefsEvent
Called Event Handling Method
handleEvent(KahluaTable) - Method in class com.avrix.events.OnPreAddForageDefsEvent
Called Event Handling Method
handleEvent(KahluaTable) - Method in class com.avrix.events.OnPreAddItemDefsEvent
Called Event Handling Method
handleEvent(KahluaTable) - Method in class com.avrix.events.OnPreAddZoneDefsEvent
Called Event Handling Method
handleEvent(KahluaTable) - Method in class com.avrix.events.OnSpawnRegionsLoadedEvent
Called Event Handling Method
handleEvent(KahluaTable, KahluaTable) - Method in class com.avrix.events.OnFillSearchIconContextMenuEvent
Called Event Handling Method
handleEvent(IsoGameCharacter) - Method in class com.avrix.events.OnCharacterDeathEvent
Called Event Handling Method
handleEvent(IsoGameCharacter) - Method in class com.avrix.events.OnEnterVehicleEvent
Called Event Handling Method
handleEvent(IsoGameCharacter) - Method in class com.avrix.events.OnExitVehicleEvent
Called Event Handling Method
handleEvent(IsoGameCharacter) - Method in class com.avrix.events.OnVehicleDamageTextureEvent
Called Event Handling Method
handleEvent(IsoGameCharacter, Boolean, Integer, String, Long, Boolean) - Method in class com.avrix.events.OnMechanicActionDoneEvent
Called Event Handling Method
handleEvent(IsoGameCharacter, State, State) - Method in class com.avrix.events.OnAIStateChangeEvent
Called Event Handling Method
handleEvent(IsoGameCharacter, IsoGameCharacter) - Method in class com.avrix.events.OnCharacterCollideEvent
Called Event Handling Method
handleEvent(IsoGameCharacter, IsoGameCharacter, HandWeapon, Float) - Method in class com.avrix.events.OnWeaponHitCharacterEvent
Called Event Handling Method
handleEvent(IsoGameCharacter, IsoZombie) - Method in class com.avrix.events.OnObjectCollideEvent
Called Event Handling Method
handleEvent(IsoGameCharacter, PerkFactory.Perk, Float) - Method in class com.avrix.events.OnAddXPEvent
Called Event Handling Method
handleEvent(IsoGameCharacter, PerkFactory.Perk, Integer, Boolean) - Method in class com.avrix.events.OnLevelPerkEvent
Called Event Handling Method
handleEvent(IsoGameCharacter, InventoryItem) - Method in class com.avrix.events.OnEquipPrimaryEvent
Called Event Handling Method
handleEvent(IsoGameCharacter, InventoryItem) - Method in class com.avrix.events.OnEquipSecondaryEvent
Called Event Handling Method
handleEvent(IsoGameCharacter, HandWeapon) - Method in class com.avrix.events.OnPlayerAttackFinishedEvent
Called Event Handling Method
handleEvent(IsoGameCharacter, HandWeapon) - Method in class com.avrix.events.OnWeaponHitTreeEvent
Called Event Handling Method
handleEvent(IsoGameCharacter, HandWeapon) - Method in class com.avrix.events.OnWeaponSwingEvent
Called Event Handling Method
handleEvent(IsoGameCharacter, HandWeapon) - Method in class com.avrix.events.OnWeaponSwingHitPointEvent
Called Event Handling Method
handleEvent(IsoGameCharacter, IsoGridSquare) - Method in class com.avrix.events.OnObjectCollideEvent
Called Event Handling Method
handleEvent(IsoGameCharacter, IsoDoor) - Method in class com.avrix.events.OnObjectCollideEvent
Called Event Handling Method
handleEvent(IsoGameCharacter, IsoThumpable) - Method in class com.avrix.events.OnObjectCollideEvent
Called Event Handling Method
handleEvent(IsoGameCharacter, IsoWindow) - Method in class com.avrix.events.OnObjectCollideEvent
Called Event Handling Method
handleEvent(IsoPlayer) - Method in class com.avrix.events.OnClothingUpdatedEvent
Called Event Handling Method
handleEvent(IsoPlayer) - Method in class com.avrix.events.OnPlayerDeathEvent
Called Event Handling Method
handleEvent(IsoPlayer) - Method in class com.avrix.events.OnPlayerMoveEvent
Called Event Handling Method
handleEvent(IsoPlayer) - Method in class com.avrix.events.OnPlayerUpdateEvent
Called Event Handling Method
handleEvent(IsoPlayer) - Method in class com.avrix.events.OnRequestTradeEvent
Called Event Handling Method
handleEvent(IsoPlayer) - Method in class com.avrix.events.OnSwitchVehicleSeatEvent
Called Event Handling Method
handleEvent(IsoPlayer, Boolean) - Method in class com.avrix.events.OnDisableSearchModeEvent
Called Event Handling Method
handleEvent(IsoPlayer, Boolean) - Method in class com.avrix.events.OnEnableSearchModeEvent
Called Event Handling Method
handleEvent(IsoPlayer, Boolean) - Method in class com.avrix.events.OnToggleSearchModeEvent
Called Event Handling Method
handleEvent(IsoPlayer, Integer) - Method in class com.avrix.events.OnTradingUIRemoveItemEvent
Called Event Handling Method
handleEvent(IsoPlayer, Integer) - Method in class com.avrix.events.OnTradingUIUpdateStateEvent
Called Event Handling Method
handleEvent(IsoPlayer, ArrayList, IsoPlayer, String, String) - Method in class com.avrix.events.OnReceiveItemListNetEvent
Called Event Handling Method
handleEvent(IsoPlayer, KahluaTable, KahluaTable, Boolean) - Method in class com.avrix.events.OnPreFillWorldObjectContextMenuEvent
Called Event Handling Method
handleEvent(IsoPlayer, SurvivorDesc) - Method in class com.avrix.events.OnCreateLivingCharacterEvent
Called Event Handling Method
handleEvent(IsoPlayer, UdpConnection) - Method in class com.avrix.events.OnPlayerDisconnectEvent
Called Event Handling Method
handleEvent(IsoPlayer, InventoryItem) - Method in class com.avrix.events.OnTradingUIAddItemEvent
Called Event Handling Method
handleEvent(IsoPlayer, HandWeapon) - Method in class com.avrix.events.OnPressRackButtonEvent
Called Event Handling Method
handleEvent(IsoPlayer, HandWeapon) - Method in class com.avrix.events.OnPressReloadButtonEvent
Called Event Handling Method
handleEvent(IsoPlayer, HandWeapon, IsoGameCharacter, Float) - Method in class com.avrix.events.OnWeaponHitXpEvent
Called Event Handling Method
handleEvent(IsoPlayer, IsoGridSquare) - Method in class com.avrix.events.OnNewGameEvent
Called Event Handling Method
handleEvent(IsoPlayer, BaseVehicle, Boolean) - Method in class com.avrix.events.OnUseVehicleEvent
Called Event Handling Method
handleEvent(IsoPlayer, BaseVehicle, Boolean) - Method in class com.avrix.events.OnVehicleHornEvent
Called Event Handling Method
handleEvent(IsoSurvivor) - Method in class com.avrix.events.OnCreateSurvivorEvent
Called Event Handling Method
handleEvent(IsoSurvivor, SurvivorDesc) - Method in class com.avrix.events.OnCreateLivingCharacterEvent
Called Event Handling Method
handleEvent(IsoZombie) - Method in class com.avrix.events.OnZombieDeadEvent
Called Event Handling Method
handleEvent(IsoZombie) - Method in class com.avrix.events.OnZombieUpdateEvent
Called Event Handling Method
handleEvent(IsoZombie, IsoGameCharacter, BodyPartType, HandWeapon) - Method in class com.avrix.events.OnHitZombieEvent
Called Event Handling Method
handleEvent(ChatBase, ChatMessage) - Method in class com.avrix.events.OnChatMessageProcessedEvent
Called Event Handling Method
handleEvent(ChatMessage, Short) - Method in class com.avrix.events.OnAddMessageEvent
Called Event Handling Method
handleEvent(ChatTab) - Method in class com.avrix.events.OnSetDefaultTabEvent
Called Event Handling Method
handleEvent(Language) - Method in class com.avrix.events.OnChangeLanguageEvent
Called Event Handling Method
handleEvent(ByteBufferWriter) - Method in class com.avrix.events.OnViewTicketsEvent
Called Event Handling Method
handleEvent(UdpConnection, String) - Method in class com.avrix.events.OnSendChatCommandEvent
Called Event Handling Method
handleEvent(UdpConnection, String, String) - Method in class com.avrix.events.OnPlayerBanEvent
Called Event Handling Method
handleEvent(UdpConnection, String, String) - Method in class com.avrix.events.OnPlayerKickEvent
Called Event Handling Method
handleEvent(ErosionSeason) - Method in class com.avrix.events.OnInitSeasonsEvent
Called Event Handling Method
handleEvent(InventoryItem) - Method in class com.avrix.events.OnItemFallEvent
Called Event Handling Method
handleEvent(Food) - Method in class com.avrix.events.OnContainerUpdateEvent
Called Event Handling Method
handleEvent(Moveable, MovableRecipe, InventoryItem, IsoGameCharacter) - Method in class com.avrix.events.OnDynamicMovableRecipeEvent
Called Event Handling Method
handleEvent(IsoRoom) - Method in class com.avrix.events.OnSeeNewRoomEvent
Called Event Handling Method
handleEvent(SafeHouse, String) - Method in class com.avrix.events.OnReceiveSafehouseInviteEvent
Called Event Handling Method
handleEvent(IsoCell, Integer, Integer) - Method in class com.avrix.events.OnPostMapLoadEvent
Called Event Handling Method
handleEvent(IsoChunk, Boolean, Integer, Integer, Integer) - Method in class com.avrix.events.OnDoTileBuilding3Event
Called Event Handling Method
handleEvent(IsoChunk, Boolean, Integer, Integer, Integer, IsoGridSquare) - Method in class com.avrix.events.OnDoTileBuilding2Event
Called Event Handling Method
handleEvent(IsoGridSquare) - Method in class com.avrix.events.OnContainerUpdateEvent
Called Event Handling Method
handleEvent(IsoGridSquare) - Method in class com.avrix.events.OnGridBurntEvent
Called Event Handling Method
handleEvent(IsoGridSquare) - Method in class com.avrix.events.OnLoadGridsquareEvent
Called Event Handling Method
handleEvent(IsoGridSquare) - Method in class com.avrix.events.OnLoadModDataFromServerEvent
Called Event Handling Method
handleEvent(IsoGridSquare) - Method in class com.avrix.events.OnReuseGridsquareEvent
Called Event Handling Method
handleEvent(IsoObject) - Method in class com.avrix.events.OnObjectAboutToBeRemovedEvent
Called Event Handling Method
handleEvent(IsoObject) - Method in class com.avrix.events.OnObjectAddedEvent
Called Event Handling Method
handleEvent(IsoObject) - Method in class com.avrix.events.OnTileRemovedEvent
Called Event Handling Method
handleEvent(IsoObject, Integer) - Method in class com.avrix.events.OnWaterAmountChangeEvent
Called Event Handling Method
handleEvent(IsoObject, Integer, Integer) - Method in class com.avrix.events.OnObjectLeftMouseButtonDownEvent
Called Event Handling Method
handleEvent(IsoObject, Integer, Integer) - Method in class com.avrix.events.OnObjectLeftMouseButtonUpEvent
Called Event Handling Method
handleEvent(IsoObject, Integer, Integer) - Method in class com.avrix.events.OnObjectRightMouseButtonDownEvent
Called Event Handling Method
handleEvent(IsoObject, Integer, Integer) - Method in class com.avrix.events.OnObjectRightMouseButtonUpEvent
Called Event Handling Method
handleEvent(IsoDeadBody) - Method in class com.avrix.events.OnContainerUpdateEvent
Called Event Handling Method
handleEvent(IsoFire) - Method in class com.avrix.events.OnNewFireEvent
Called Event Handling Method
handleEvent(IsoThumpable) - Method in class com.avrix.events.OnDestroyIsoThumpableEvent
Called Event Handling Method
handleEvent(IsoWorldInventoryObject) - Method in class com.avrix.events.OnContainerUpdateEvent
Called Event Handling Method
handleEvent(IsoSpriteManager) - Method in class com.avrix.events.OnLoadedTileDefinitionsEvent
Called Event Handling Method
handleEvent(ClimateManager) - Method in class com.avrix.events.OnClimateManagerInitEvent
Called Event Handling Method
handleEvent(ClimateManager) - Method in class com.avrix.events.OnClimateTickDebugEvent
Called Event Handling Method
handleEvent(ClimateManager) - Method in class com.avrix.events.OnClimateTickEvent
Called Event Handling Method
handleEvent(WeatherPeriod) - Method in class com.avrix.events.OnWeatherPeriodCompleteEvent
Called Event Handling Method
handleEvent(WeatherPeriod) - Method in class com.avrix.events.OnWeatherPeriodStageEvent
Called Event Handling Method
handleEvent(WeatherPeriod) - Method in class com.avrix.events.OnWeatherPeriodStartEvent
Called Event Handling Method
handleEvent(WeatherPeriod) - Method in class com.avrix.events.OnWeatherPeriodStopEvent
Called Event Handling Method
handleEvent(WeatherPeriod, WeatherPeriod.WeatherStage, Float) - Method in class com.avrix.events.OnInitModdedWeatherStageEvent
Called Event Handling Method
handleEvent(WeatherPeriod, WeatherPeriod.WeatherStage, Float) - Method in class com.avrix.events.OnUpdateModdedWeatherStageEvent
Called Event Handling Method
handleEvent(RecordedMedia) - Method in class com.avrix.events.OnInitRecordedMediaEvent
Called Event Handling Method
handleEvent(RadioScriptManager, Boolean) - Method in class com.avrix.events.OnLoadRadioScriptsEvent
Called Event Handling Method
handleEvent(ObjectTooltip, IsoGridSquare) - Method in class com.avrix.events.OnDoSpecialTooltipEvent
Called Event Handling Method
handler() - Method in record class com.avrix.events.EventManager.EventListener
Returns the value of the handler record component.
hashCode() - Method in record class com.avrix.events.EventManager.EventListener
Returns a hash code value for this object.
HIGH - Enum constant in enum class com.avrix.enums.Priority
High priority.
HIGHEST - Enum constant in enum class com.avrix.enums.Priority
Highest priority.
hint(String, int) - Static method in class com.avrix.ui.notify.Notify
Displays a hint notification with a specified lifetime.
HINT - Enum constant in enum class com.avrix.enums.NotificationType
Hint notification.
HorizontalBoxWidget - Class in com.avrix.ui.widgets
A Widget that places its children horizontally with a specified amount of space between them.
HorizontalBoxWidget(int, int, int, int, boolean) - Constructor for class com.avrix.ui.widgets.HorizontalBoxWidget
Constructs a HorizontalBoxWidget with the specified position, size, and autoresize option.
hovered - Variable in class com.avrix.ui.widgets.Widget
Indicates whether the Widget is currently hovered by the mouse cursor.

I

id(String) - Method in class com.avrix.plugin.Metadata.MetadataBuilder
Sets the ID of the plugin.
imagesCacheMap - Static variable in class com.avrix.ui.NanoImage
Map to store image identifiers associated with their names.
imagesCachePath - Static variable in class com.avrix.ui.NanoImage
Path to the image cache directory.
immutable() - Method in class com.avrix.ui.NanoColor
Makes this NanoColor immutable.
info(String, int) - Static method in class com.avrix.ui.notify.Notify
Displays an informational notification with a specified lifetime.
INFO - Enum constant in enum class com.avrix.enums.NotificationType
Informational notification.
init() - Static method in class com.avrix.plugin.ResourceManager
Initializes the resource manager by setting up the cache directory and loading resources.
init() - Static method in class com.avrix.ui.WidgetManager
Initializing the WidgetManager (creating NanoVG contexts)
InputTextWidget - Class in com.avrix.ui.widgets
A widget for input text that supports text editing, selection, and clipboard operations.
InputTextWidget(int, int, int, int) - Constructor for class com.avrix.ui.widgets.InputTextWidget
Constructs an InputTextWidget with the specified position and size.
InputWidgetHandler - Class in com.avrix.ui
Handling input events for widgets
InputWidgetHandler() - Constructor for class com.avrix.ui.InputWidgetHandler
 
instrumentation - Static variable in class com.avrix.agent.Agent
A Instrumentation object used by the agent to access class data and load it into the JVM.
intersectScissor(int, int, int, int) - Static method in class com.avrix.ui.NanoDrawer
Intersects current scissor rectangle with the specified rectangle.
intersectScissor(int, int, int, int) - Method in class com.avrix.ui.widgets.Widget
Intersects current scissor rectangle with the specified rectangle.
invokeEvent(String, Object...) - Static method in class com.avrix.events.EventManager
Raises an event by its name, passing arguments to listeners registered for that event.
isActive() - Method in class com.avrix.ui.widgets.InputTextWidget
Checks if the text widget is currently active.
isAlwaysOnTop() - Method in class com.avrix.ui.widgets.Widget
Checks if the window is set to always be on top of other windows.
isAutoresize() - Method in class com.avrix.ui.widgets.BoxLayoutWidget
Returns whether the Widget automatically resizes to fit its children.
isBlockInputKeyboard() - Static method in class com.avrix.ui.WidgetManager
Returns the current keyboard input blocking state.
isChecked() - Method in class com.avrix.ui.widgets.CheckboxWidget
Returns whether the checkbox is currently checked.
isCursorVisible() - Method in class com.avrix.ui.widgets.InputTextWidget
Checks if the cursor is currently visible.
isDraggable() - Method in class com.avrix.ui.widgets.PanelWidget
Checks if the Widget is draggable.
isEditable() - Method in class com.avrix.ui.widgets.InputTextWidget
Checks if the text widget is editable.
isEmpty() - Method in class com.avrix.utils.YamlFile
Checks if the YAML file is empty.
isEnable() - Method in class com.avrix.ui.widgets.ButtonWidget
Returns whether the ButtonWidget is enabled.
isEnable() - Method in class com.avrix.ui.widgets.CheckboxWidget
Returns whether the checkbox is enabled.
isEnable() - Method in class com.avrix.ui.widgets.SliderWidget
Checks if the widget is enabled.
isExpired() - Method in class com.avrix.ui.notify.Notification
Checks if the notification has expired.
isHovered() - Method in class com.avrix.ui.widgets.Widget
Checks if the mouse pointer is currently over this Widget.
isImageFile(String) - Static method in class com.avrix.ui.NanoImage
Checks if the given file extension is a supported image type.
isLuaBlocked(String) - Static method in class com.avrix.lua.LuaManager
Checks if a Lua file name is blocked by performing a partial match against the blocked Lua file names.
isModernOpenGL() - Method in class com.avrix.ui.NanoContext
 
IsolatedConsoleWriter - Class in com.avrix.logs
Console writer for Tinylog that redirects logging to isolated streams.
IsolatedConsoleWriter() - Constructor for class com.avrix.logs.IsolatedConsoleWriter
Constructs a new IsolatedConsoleWriter with default properties.
IsolatedConsoleWriter(Map<String, String>) - Constructor for class com.avrix.logs.IsolatedConsoleWriter
Constructs a new IsolatedConsoleWriter with custom properties.
IsoObjectUtils - Class in com.avrix.api.shared
A set of tools for working with isometric objects
IsoObjectUtils() - Constructor for class com.avrix.api.shared.IsoObjectUtils
 
isOverCustomUI() - Static method in class com.avrix.ui.WidgetManager
Checks if the mouse pointer is over a custom UI element.
isPointOver(int, int) - Method in class com.avrix.ui.widgets.Widget
Checks if a point with coordinates (x, y) is within the bounds of the Widget.
isResizable() - Method in class com.avrix.ui.widgets.WindowWidget
Checks if the widget is resizable.
isScrollable() - Method in class com.avrix.ui.widgets.Widget
Returns whether the Widget is scrollable.
isScrollLock() - Method in class com.avrix.ui.widgets.Widget
Checks if scrolling is currently locked for this Widget.
isSecure() - Method in class com.avrix.ui.widgets.InputTextWidget
Returns whether the input field is in secure mode.
isUpdatingLayout() - Method in class com.avrix.ui.widgets.BoxLayoutWidget
Checks if the layout is currently being updated.
isVersionCompatible(String, String) - Static method in class com.avrix.utils.VersionChecker
Checks whether a version meets a given condition.
isVisible() - Method in class com.avrix.ui.widgets.Widget
Returns the current visibility of the Widget.
isVisibleWithinParent() - Method in class com.avrix.ui.widgets.Widget
Checks if this Widget is at least partially visible within the boundaries of its absolute parent Widget.
isVisibleWithinWindow() - Method in class com.avrix.ui.widgets.Widget
Checks if the Widget is at least partially within the visible bounds of the window.

K

KeyEventType - Enum Class in com.avrix.enums
Enum representing the types of keyboard events.
kickPlayer(IsoPlayer, String) - Static method in class com.avrix.api.server.PlayerUtils
Kicks a player from the server.
kickPlayer(UdpConnection, String) - Static method in class com.avrix.api.server.PlayerUtils
Kicks a player from the server.

L

LabelWidget - Class in com.avrix.ui.widgets
A Widget for displaying text labels with customizable font and color.
LabelWidget(String, String, int, int, int, int, NanoColor) - Constructor for class com.avrix.ui.widgets.LabelWidget
Constructs a new LabelWidget with the specified text, font, position, size, and color.
Launcher - Class in com.avrix
The Launcher class serves as the entry point for the application.
Launcher() - Constructor for class com.avrix.Launcher
 
license(String) - Method in class com.avrix.plugin.Metadata.MetadataBuilder
Sets the license of the plugin.
LIGHT_BLACK - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for light black (#0A0A0A).
LIGHT_BLUE - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for light blue (#ADD8E6).
LIGHT_GRAY - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for light gray (#D3D3D3).
LIGHT_YELLOW - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for light yellow (#FFFFE0).
LineReadingOutputStream - Class in com.avrix.logs
An OutputStream implementation that reads byte arrays, interprets them as lines of text, and processes each line based on specific rules for logging or consumption.
LineReadingOutputStream(Consumer<String>) - Constructor for class com.avrix.logs.LineReadingOutputStream
Constructs a LineReadingOutputStream with the specified consumer.
load(File) - Static method in class com.avrix.utils.YamlFile
Loads a YAML file from a File.
load(String) - Static method in class com.avrix.utils.YamlFile
Loads a YAML file from a file path.
load(Path) - Static method in class com.avrix.utils.YamlFile
Loads a YAML file from a Path.
loadAgent() - Static method in class com.avrix.agent.AgentLoader
The loadAgent method loads the agent into the current JVM if it is not already loaded.
loadAgent(String) - Static method in class com.avrix.agent.AgentLoader
The loadAgent method loads the agent into the current JVM if it is not already loaded.
loadConfig(String) - Method in class com.avrix.plugin.Plugin
Loading the configuration file.
loadDefaultConfig() - Method in class com.avrix.plugin.Plugin
Loading the default configuration file.
loadDefaultFonts() - Static method in class com.avrix.ui.NanoFont
Loading custom default fonts
loadImage(String) - Static method in class com.avrix.ui.NanoImage
Loads an image from a URL string and returns its ID.
loadImage(String, String) - Static method in class com.avrix.ui.NanoImage
Loads an image from a JAR file.
loadImage(URL) - Static method in class com.avrix.ui.NanoImage
Loads an image from a URL and returns its ID.
loadImage(Path) - Static method in class com.avrix.ui.NanoImage
Loads an image from a file path and returns its ID.
loadLuaFromFolder(String, boolean) - Static method in class com.avrix.lua.LuaManager
Searches for Lua files recursively in the specified folder and its subfolders, adds them to the paths collection, and then runs each Lua file.
loadPlugins() - Static method in class com.avrix.plugin.PluginManager
Loading plugins into the game context
LOW - Enum constant in enum class com.avrix.enums.Priority
Low priority.
LOWEST - Enum constant in enum class com.avrix.enums.Priority
Lowest priority.
LuaExposer - Class in com.avrix.lua
A utility class for exposing classes and global objects for use in Lua scripts.
LuaExposer() - Constructor for class com.avrix.lua.LuaExposer
 
LuaManager - Class in com.avrix.lua
Provides utility methods for managing Lua scripts.
LuaManager() - Constructor for class com.avrix.lua.LuaManager
 

M

MAGENTA - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for magenta (#FF00FF).
main(String[]) - Static method in class com.avrix.Launcher
The main method is the entry point of the Java application.
mallocNVG(MemoryStack) - Method in class com.avrix.ui.NanoColor
Allocates and returns a new NVGColor synchronized with this NanoColor using the specified MemoryStack.
MAX_CACHE_SIZE - Static variable in class com.avrix.utils.Constants
Maximum cache folder size (in megabytes).
merge(YamlFile) - Method in class com.avrix.utils.YamlFile
Merges another YamlFile into this YAML file.
merge(Map<String, Object>) - Method in class com.avrix.utils.YamlFile
Merges a map of data into the YAML file.
Metadata - Class in com.avrix.plugin
Represents metadata for a plugin, including various details such as name, description, author, version, and dependencies.
Metadata.MetadataBuilder - Class in com.avrix.plugin
Builder class for constructing Metadata instances.
MetadataBuilder() - Constructor for class com.avrix.plugin.Metadata.MetadataBuilder
Creates a new builder instance.
ModalWidget - Class in com.avrix.ui.widgets
The ModalWidget class represents a modal window widget that can display a content panel in the center of the screen.
ModalWidget(int, int) - Constructor for class com.avrix.ui.widgets.ModalWidget
Constructs a new ModalWidget with the specified content width and height.
ModalWidget(int, int, Widget) - Constructor for class com.avrix.ui.widgets.ModalWidget
Constructs a new ModalWidget with the specified content width, height, and content panel.
MODERATOR - Enum constant in enum class com.avrix.enums.AccessLevel
Access level for moderators, who manage user interactions and content.
modifyClass() - Method in class com.avrix.agent.ClassTransformer
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchBanSteamIDCommand
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchBanUserCommand
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchChatServer
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchGameKeyboard
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchGameServer
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchGameWindow
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchKickUserCommand
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchLuaEventManager
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchLuaManager
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchLuaManagerExposer
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchQuitCommand
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchRenderThread
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchSpriteRenderer
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchTranslator
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchUIManager
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchUnbanSteamIDCommand
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchUnbanUserCommand
Method for performing class modification.
modifyClass() - Method in class com.avrix.patches.PatchZLogger
Method for performing class modification.
modifyConstructor(String, BiConsumer<CtClass, CtConstructor>) - Method in class com.avrix.agent.ClassModifier.ClassModifierBuilder
Modifies a constructor of the class using a specified signature and constructor modifier.
modifyDeclaredConstructor(CtClass[], BiConsumer<CtClass, CtConstructor>) - Method in class com.avrix.agent.ClassModifier.ClassModifierBuilder
Modifies a declared constructor of the class using a specified signature and constructor modifier.
modifyDeclaredField(String, String, BiConsumer<CtClass, CtField>) - Method in class com.avrix.agent.ClassModifier.ClassModifierBuilder
Modifies a declared field of the class using a specified field modifier and description.
modifyDeclaredField(String, BiConsumer<CtClass, CtField>) - Method in class com.avrix.agent.ClassModifier.ClassModifierBuilder
Modifies a declared field of the class using a specified field modifier.
modifyField(String, String, BiConsumer<CtClass, CtField>) - Method in class com.avrix.agent.ClassModifier.ClassModifierBuilder
Modifies a field of the class using a specified field modifier and description.
modifyField(String, BiConsumer<CtClass, CtField>) - Method in class com.avrix.agent.ClassModifier.ClassModifierBuilder
Modifies a field of the class using a specified field modifier.
modifyMethod(String, String, BiConsumer<CtClass, CtMethod>) - Method in class com.avrix.agent.ClassModifier.ClassModifierBuilder
Applying modifications to a method by its name using a set of instructions.
modifyMethod(String, BiConsumer<CtClass, CtMethod>) - Method in class com.avrix.agent.ClassModifier.ClassModifierBuilder
Applying modifications to a method by its name using a set of instructions.
multiply(float) - Method in class com.avrix.ui.NanoColor
Multiplies the RGB components of this NanoColor by the specified factor.

N

name(String) - Method in class com.avrix.plugin.Metadata.MetadataBuilder
Sets the name of the plugin.
NanoColor - Class in com.avrix.ui
NanoColor is a class representing a color with RGBA components.
NanoColor(float, float, float, float) - Constructor for class com.avrix.ui.NanoColor
Creates a NanoColor with the specified RGBA values.
NanoColor(int, int, int, int) - Constructor for class com.avrix.ui.NanoColor
Creates a NanoColor with the specified RGBA values.
NanoColor(NanoColor) - Constructor for class com.avrix.ui.NanoColor
Creates a NanoColor by copying another NanoColor.
NanoColor(String) - Constructor for class com.avrix.ui.NanoColor
Creates a NanoColor from a hexadecimal string.
NanoColor.ColorAction - Interface in com.avrix.ui
Functional interface for performing actions with an NVGColor instance.
NanoContext - Class in com.avrix.ui
The NanoContext class encapsulates a NanoVG context and provides utility methods for managing and rendering with the context in an OpenGL environment.
NanoContext() - Constructor for class com.avrix.ui.NanoContext
Initializes a NanoVG context and returns this object.
NanoDrawer - Class in com.avrix.ui
A set of tools for rendering NanoVG elements
NanoDrawer() - Constructor for class com.avrix.ui.NanoDrawer
 
NanoFont - Class in com.avrix.ui
A set of tools for working with fonts in NanoVG
NanoFont() - Constructor for class com.avrix.ui.NanoFont
 
NanoImage - Class in com.avrix.ui
A utility class for loading images and caching them.
NanoImage() - Constructor for class com.avrix.ui.NanoImage
 
NONE - Enum constant in enum class com.avrix.enums.AccessLevel
The default access level representing no special privileges.
NORMAL - Enum constant in enum class com.avrix.enums.Priority
Normal priority.
normalizeVersion(String) - Static method in class com.avrix.utils.VersionChecker
Normalizes the version string, leaving only numbers, dashes, periods and underscores.
Notification - Class in com.avrix.ui.notify
The Notification class represents a notification that is displayed on the screen and has a limited lifetime.
NotificationType - Enum Class in com.avrix.enums
Enum representing different types of notifications.
notify(Notification) - Static method in class com.avrix.ui.notify.Notify
Adds a Notification to the queue.
Notify - Class in com.avrix.ui.notify
The Notify class is responsible for managing and rendering notifications.
Notify() - Constructor for class com.avrix.ui.notify.Notify
 

O

OBSERVER - Enum constant in enum class com.avrix.enums.AccessLevel
Observer access level, typically for users with limited privileges, mainly to view or monitor without broader administrative rights.
OnAcceptedFactionInviteEvent - Class in com.avrix.events
Triggered when a faction invite has been accepted.
OnAcceptedFactionInviteEvent() - Constructor for class com.avrix.events.OnAcceptedFactionInviteEvent
 
OnAcceptedSafehouseInviteEvent - Class in com.avrix.events
Triggered when a safehouse invite has been accepted.
OnAcceptedSafehouseInviteEvent() - Constructor for class com.avrix.events.OnAcceptedSafehouseInviteEvent
 
OnAcceptedTradeEvent - Class in com.avrix.events
Triggered when a trade request has been accepted.
OnAcceptedTradeEvent() - Constructor for class com.avrix.events.OnAcceptedTradeEvent
 
OnAcceptInviteEvent - Class in com.avrix.events
Triggered when a Steam invite has been accepted.
OnAcceptInviteEvent() - Constructor for class com.avrix.events.OnAcceptInviteEvent
 
OnAddForageDefsEvent - Class in com.avrix.events
Triggered when the forage definitions are being added.
OnAddForageDefsEvent() - Constructor for class com.avrix.events.OnAddForageDefsEvent
 
OnAddIncomingEvent - Class in com.avrix.events
Triggered when a packet from a client arrives at the server.
OnAddIncomingEvent() - Constructor for class com.avrix.events.OnAddIncomingEvent
 
OnAddMessageEvent - Class in com.avrix.events
Triggered when a chat message is being sent.
OnAddMessageEvent() - Constructor for class com.avrix.events.OnAddMessageEvent
 
OnAddXPEvent - Class in com.avrix.events
Triggered when a player gains XP.
OnAddXPEvent() - Constructor for class com.avrix.events.OnAddXPEvent
 
OnAdminMessageEvent - Class in com.avrix.events
Triggered when a chat message from the server admin is being sent.
OnAdminMessageEvent() - Constructor for class com.avrix.events.OnAdminMessageEvent
 
OnAIStateChangeEvent - Class in com.avrix.events
Triggered before an AI state is being changed.
OnAIStateChangeEvent() - Constructor for class com.avrix.events.OnAIStateChangeEvent
 
OnAmbientSoundEvent - Class in com.avrix.events
Triggered when an ambient sound starts.
OnAmbientSoundEvent() - Constructor for class com.avrix.events.OnAmbientSoundEvent
 
OnCGlobalObjectSystemInitEvent - Class in com.avrix.events
Triggered when the client global object system is being initialized.
OnCGlobalObjectSystemInitEvent() - Constructor for class com.avrix.events.OnCGlobalObjectSystemInitEvent
 
OnChallengeQueryEvent - Class in com.avrix.events
Triggered when the challenge options are getting populated.
OnChallengeQueryEvent() - Constructor for class com.avrix.events.OnChallengeQueryEvent
 
OnChangeLanguageEvent - Class in com.avrix.events
Triggered when the language is changed through the settings
OnChangeLanguageEvent() - Constructor for class com.avrix.events.OnChangeLanguageEvent
 
OnChangeWeatherEvent - Class in com.avrix.events
Triggered when the weather is changing.
OnChangeWeatherEvent() - Constructor for class com.avrix.events.OnChangeWeatherEvent
 
OnCharacterCollideEvent - Class in com.avrix.events
Triggered when two characters collide together.
OnCharacterCollideEvent() - Constructor for class com.avrix.events.OnCharacterCollideEvent
 
OnCharacterDeathEvent - Class in com.avrix.events
Triggered when a character dies.
OnCharacterDeathEvent() - Constructor for class com.avrix.events.OnCharacterDeathEvent
 
OnChatMessageProcessedEvent - Class in com.avrix.events
Triggered when a player sends a chat message.
OnChatMessageProcessedEvent() - Constructor for class com.avrix.events.OnChatMessageProcessedEvent
 
OnChatWindowInitEvent - Class in com.avrix.events
Triggered when the chat window is being initialized.
OnChatWindowInitEvent() - Constructor for class com.avrix.events.OnChatWindowInitEvent
 
OnClientCommandEvent - Class in com.avrix.events
Triggered when the player sends a command to the server.
OnClientCommandEvent() - Constructor for class com.avrix.events.OnClientCommandEvent
 
OnClimateManagerInitEvent - Class in com.avrix.events
Triggered after the ClimateManager has been initialized.
OnClimateManagerInitEvent() - Constructor for class com.avrix.events.OnClimateManagerInitEvent
 
OnClimateTickDebugEvent - Class in com.avrix.events
Triggered for every climate tick but only when debug mode is enabled.
OnClimateTickDebugEvent() - Constructor for class com.avrix.events.OnClimateTickDebugEvent
 
OnClimateTickEvent - Class in com.avrix.events
Triggered for every climate tick.
OnClimateTickEvent() - Constructor for class com.avrix.events.OnClimateTickEvent
 
OnClothingUpdatedEvent - Class in com.avrix.events
Triggered when a character's clothing items are updated.
OnClothingUpdatedEvent() - Constructor for class com.avrix.events.OnClothingUpdatedEvent
 
OnConnectedEvent - Class in com.avrix.events
Triggered when the player successfully connects to the server.
OnConnectedEvent() - Constructor for class com.avrix.events.OnConnectedEvent
 
OnConnectFailedEvent - Class in com.avrix.events
Triggered when the connection to the server has failed.
OnConnectFailedEvent() - Constructor for class com.avrix.events.OnConnectFailedEvent
 
OnConnectionStateChangedEvent - Class in com.avrix.events
When a player is connecting to the server, the connection is going through different stages.
OnConnectionStateChangedEvent() - Constructor for class com.avrix.events.OnConnectionStateChangedEvent
 
OnContainerUpdateEvent - Class in com.avrix.events
Triggered when a container is being updated.
OnContainerUpdateEvent() - Constructor for class com.avrix.events.OnContainerUpdateEvent
 
OnCoopJoinFailedEvent - Class in com.avrix.events
Triggered when a player fails to join a cooperative game.
OnCoopJoinFailedEvent() - Constructor for class com.avrix.events.OnCoopJoinFailedEvent
 
OnCoopServerMessageEvent - Class in com.avrix.events
Triggered when the player receives a server message during a cooperative game.
OnCoopServerMessageEvent() - Constructor for class com.avrix.events.OnCoopServerMessageEvent
 
OnCreateLivingCharacterEvent - Class in com.avrix.events
Triggered when either a player or survivor is being created.
OnCreateLivingCharacterEvent() - Constructor for class com.avrix.events.OnCreateLivingCharacterEvent
 
OnCreatePlayerEvent - Class in com.avrix.events
Triggered when a player is being created.
OnCreatePlayerEvent() - Constructor for class com.avrix.events.OnCreatePlayerEvent
 
OnCreateSurvivorEvent - Class in com.avrix.events
Triggered when a survivor is being created.
OnCreateSurvivorEvent() - Constructor for class com.avrix.events.OnCreateSurvivorEvent
 
OnCreateUIEvent - Class in com.avrix.events
Triggered after UI initialization.
OnCreateUIEvent() - Constructor for class com.avrix.events.OnCreateUIEvent
 
OnCustomUIKeyEvent - Class in com.avrix.events
Triggered when a custom UI key has been released.
OnCustomUIKeyEvent() - Constructor for class com.avrix.events.OnCustomUIKeyEvent
 
OnCustomUIKeyPressedEvent - Class in com.avrix.events
Triggered when a custom UI key has been pressed.
OnCustomUIKeyPressedEvent() - Constructor for class com.avrix.events.OnCustomUIKeyPressedEvent
 
OnCustomUIKeyReleasedEvent - Class in com.avrix.events
Triggered when a custom UI key has been released.
OnCustomUIKeyReleasedEvent() - Constructor for class com.avrix.events.OnCustomUIKeyReleasedEvent
 
OnDawnEvent - Class in com.avrix.events
Triggered at dawn.
OnDawnEvent() - Constructor for class com.avrix.events.OnDawnEvent
 
OnDestroyIsoThumpableEvent - Class in com.avrix.events
Triggered when a thumpable object is being destroyed.
OnDestroyIsoThumpableEvent() - Constructor for class com.avrix.events.OnDestroyIsoThumpableEvent
 
OnDeviceTextEvent - Class in com.avrix.events
Triggered when a media device is displaying text.
OnDeviceTextEvent() - Constructor for class com.avrix.events.OnDeviceTextEvent
 
OnDisableSearchModeEvent - Class in com.avrix.events
Triggered when search mode is being disabled.
OnDisableSearchModeEvent() - Constructor for class com.avrix.events.OnDisableSearchModeEvent
 
OnDisconnectEvent - Class in com.avrix.events
Triggered when the player disconnects from the server.
OnDisconnectEvent() - Constructor for class com.avrix.events.OnDisconnectEvent
 
OnDistributionMergeEvent - Class in com.avrix.events
Triggered before merging the world distribution.
OnDistributionMergeEvent() - Constructor for class com.avrix.events.OnDistributionMergeEvent
 
OnDoSpecialTooltipEvent - Class in com.avrix.events
Triggered when a special tooltip is being rendered, after a user right-clicked an object.
OnDoSpecialTooltipEvent() - Constructor for class com.avrix.events.OnDoSpecialTooltipEvent
 
OnDoTileBuilding2Event - Class in com.avrix.events
Triggered when a building tile is being set.
OnDoTileBuilding2Event() - Constructor for class com.avrix.events.OnDoTileBuilding2Event
 
OnDoTileBuilding3Event - Class in com.avrix.events
Triggered when a building tile is being set.
OnDoTileBuilding3Event() - Constructor for class com.avrix.events.OnDoTileBuilding3Event
 
OnDuskEvent - Class in com.avrix.events
Triggered at dusk.
OnDuskEvent() - Constructor for class com.avrix.events.OnDuskEvent
 
OnDynamicMovableRecipeEvent - Class in com.avrix.events
Triggered when a dynamic recipe for a movable inventory item is being used.
OnDynamicMovableRecipeEvent() - Constructor for class com.avrix.events.OnDynamicMovableRecipeEvent
 
OnEnableSearchModeEvent - Class in com.avrix.events
Triggered when search mode is being enabled.
OnEnableSearchModeEvent() - Constructor for class com.avrix.events.OnEnableSearchModeEvent
 
OnEnterVehicleEvent - Class in com.avrix.events
Triggered when a player successfully enters a vehicle.
OnEnterVehicleEvent() - Constructor for class com.avrix.events.OnEnterVehicleEvent
 
OnEquipPrimaryEvent - Class in com.avrix.events
Triggered when a character equips an item in its primary slot.
OnEquipPrimaryEvent() - Constructor for class com.avrix.events.OnEquipPrimaryEvent
 
OnEquipSecondaryEvent - Class in com.avrix.events
Triggered when a character equips an item in its secondary slot.
OnEquipSecondaryEvent() - Constructor for class com.avrix.events.OnEquipSecondaryEvent
 
OnEveryDaysEvent - Class in com.avrix.events
Triggered every day at midnight (in-game).
OnEveryDaysEvent() - Constructor for class com.avrix.events.OnEveryDaysEvent
 
OnEveryHoursEvent - Class in com.avrix.events
Triggered every hour (in-game).
OnEveryHoursEvent() - Constructor for class com.avrix.events.OnEveryHoursEvent
 
OnEveryOneMinuteEvent - Class in com.avrix.events
Triggered every minute (in-game).
OnEveryOneMinuteEvent() - Constructor for class com.avrix.events.OnEveryOneMinuteEvent
 
OnEveryTenMinutesEvent - Class in com.avrix.events
Triggered every ten minutes (in-game).
OnEveryTenMinutesEvent() - Constructor for class com.avrix.events.OnEveryTenMinutesEvent
 
OnExitVehicleEvent - Class in com.avrix.events
Triggered when a character is exiting a vehicle.
OnExitVehicleEvent() - Constructor for class com.avrix.events.OnExitVehicleEvent
 
OnFETickEvent - Class in com.avrix.events
Same as OnTick, except is only called while on the main menu.
OnFETickEvent() - Constructor for class com.avrix.events.OnFETickEvent
 
OnFillContainerEvent - Class in com.avrix.events
Triggered after a container has been filled.
OnFillContainerEvent() - Constructor for class com.avrix.events.OnFillContainerEvent
 
OnFillInventoryObjectContextMenuEvent - Class in com.avrix.events
Triggered when inventory object context menus are being filled.
OnFillInventoryObjectContextMenuEvent() - Constructor for class com.avrix.events.OnFillInventoryObjectContextMenuEvent
 
OnFillSearchIconContextMenuEvent - Class in com.avrix.events
TODO
OnFillSearchIconContextMenuEvent() - Constructor for class com.avrix.events.OnFillSearchIconContextMenuEvent
 
OnFillWorldObjectContextMenuEvent - Class in com.avrix.events
Triggered when world object context menus are being filled.
OnFillWorldObjectContextMenuEvent() - Constructor for class com.avrix.events.OnFillWorldObjectContextMenuEvent
 
OnGameBootEvent - Class in com.avrix.events
Triggered when either a game or a server is being started, or when mods are getting reloaded during a game.
OnGameBootEvent() - Constructor for class com.avrix.events.OnGameBootEvent
 
OnGamepadConnectEvent - Class in com.avrix.events
Triggered when a gamepad has been connected.
OnGamepadConnectEvent() - Constructor for class com.avrix.events.OnGamepadConnectEvent
 
OnGamepadDisconnectEvent - Class in com.avrix.events
Triggered when a gamepad has been disconnected.
OnGamepadDisconnectEvent() - Constructor for class com.avrix.events.OnGamepadDisconnectEvent
 
OnGameStartEvent - Class in com.avrix.events
Triggered after the start of a new game, and after a saved game has been loaded.
OnGameStartEvent() - Constructor for class com.avrix.events.OnGameStartEvent
 
OnGameTimeLoadedEvent - Class in com.avrix.events
Triggered after the Game time has been initialized.
OnGameTimeLoadedEvent() - Constructor for class com.avrix.events.OnGameTimeLoadedEvent
 
OnGameWindowInitializedEvent - Class in com.avrix.events
Client window full initialization events
OnGameWindowInitializedEvent() - Constructor for class com.avrix.events.OnGameWindowInitializedEvent
 
OnGetDBSchemaEvent - Class in com.avrix.events
Triggered when the game client is receiving a database schema from the server.
OnGetDBSchemaEvent() - Constructor for class com.avrix.events.OnGetDBSchemaEvent
 
OnGetTableResultEvent - Class in com.avrix.events
Triggered when the game client is receiving a table result from the server.
OnGetTableResultEvent() - Constructor for class com.avrix.events.OnGetTableResultEvent
 
OnGridBurntEvent - Class in com.avrix.events
Triggered when a grid square is burning.
OnGridBurntEvent() - Constructor for class com.avrix.events.OnGridBurntEvent
 
OnHitZombieEvent - Class in com.avrix.events
Triggered when a character hits a zombie.
OnHitZombieEvent() - Constructor for class com.avrix.events.OnHitZombieEvent
 
OnInitGlobalModDataEvent - Class in com.avrix.events
Triggered after GlobalModData has been initialized.
OnInitGlobalModDataEvent() - Constructor for class com.avrix.events.OnInitGlobalModDataEvent
 
onInitialize() - Method in class com.avrix.plugin.Plugin
Called when the plugin is initialized.
onInitialize() - Method in class com.avrix.ui.widgets.ScrollPanelWidget
Initializes the Widget
onInitialize() - Method in class com.avrix.ui.widgets.Widget
Initializes the Widget
onInitialize() - Method in class com.avrix.ui.widgets.WindowWidget
Initializes the Widget
OnInitModdedWeatherStageEvent - Class in com.avrix.events
Triggered when the modded weather state is being initialized.
OnInitModdedWeatherStageEvent() - Constructor for class com.avrix.events.OnInitModdedWeatherStageEvent
 
OnInitRecordedMediaEvent - Class in com.avrix.events
Triggered when a media is being recorded.
OnInitRecordedMediaEvent() - Constructor for class com.avrix.events.OnInitRecordedMediaEvent
 
OnInitSeasonsEvent - Class in com.avrix.events
Triggered when the seasons have been initialized.
OnInitSeasonsEvent() - Constructor for class com.avrix.events.OnInitSeasonsEvent
 
OnInitWorldEvent - Class in com.avrix.events
Triggered during the process of initializing the world.
OnInitWorldEvent() - Constructor for class com.avrix.events.OnInitWorldEvent
 
onInvoke(UdpConnection, String[]) - Method in class com.avrix.commands.Command
Performing a chat command action
OnItemFallEvent - Class in com.avrix.events
Triggered when an item is being dropped on the ground.
OnItemFallEvent() - Constructor for class com.avrix.events.OnItemFallEvent
 
OnJoypadActivateEvent - Class in com.avrix.events
Triggered when a joypad is activated in-game.
OnJoypadActivateEvent() - Constructor for class com.avrix.events.OnJoypadActivateEvent
 
OnJoypadActivateUIEvent - Class in com.avrix.events
Triggered when joypad is activated from main screen.
OnJoypadActivateUIEvent() - Constructor for class com.avrix.events.OnJoypadActivateUIEvent
 
OnJoypadBeforeDeactivateEvent - Class in com.avrix.events
Triggered when a joypad was disconnected, just before being deactivated.
OnJoypadBeforeDeactivateEvent() - Constructor for class com.avrix.events.OnJoypadBeforeDeactivateEvent
 
OnJoypadBeforeReactivateEvent - Class in com.avrix.events
Triggered when a joypad was connected, just before being activated.
OnJoypadBeforeReactivateEvent() - Constructor for class com.avrix.events.OnJoypadBeforeReactivateEvent
 
OnJoypadDeactivateEvent - Class in com.avrix.events
Triggered when a joypad was disconnected, just after it's been deactivated.
OnJoypadDeactivateEvent() - Constructor for class com.avrix.events.OnJoypadDeactivateEvent
 
OnJoypadReactivateEvent - Class in com.avrix.events
Triggered when a joypad was connected, just after it's been activated.
OnJoypadReactivateEvent() - Constructor for class com.avrix.events.OnJoypadReactivateEvent
 
OnJoypadRenderUIEvent - Class in com.avrix.events
Triggered every time the screen is being rendered, whether in-game or on main screen.
OnJoypadRenderUIEvent() - Constructor for class com.avrix.events.OnJoypadRenderUIEvent
 
OnKeyKeepPressedEvent - Class in com.avrix.events
Triggered when a keyboard key is being held down.
OnKeyKeepPressedEvent() - Constructor for class com.avrix.events.OnKeyKeepPressedEvent
 
onKeyPress(int) - Static method in class com.avrix.ui.InputWidgetHandler
Handles key press events for all visible widgets.
onKeyPress(int) - Method in class com.avrix.ui.widgets.InputTextWidget
Handles the event when a key is pressed down.
onKeyPress(int) - Method in class com.avrix.ui.widgets.Widget
Called when a key is pressed while the Widget has focus.
OnKeyPressedEvent - Class in com.avrix.events
Triggered when a keyboard key is being pressed.
OnKeyPressedEvent() - Constructor for class com.avrix.events.OnKeyPressedEvent
 
onKeyRelease(int) - Static method in class com.avrix.ui.InputWidgetHandler
Handles key release events for all visible widgets.
onKeyRelease(int) - Method in class com.avrix.ui.widgets.Widget
Called when a key is released while the Widget has focus.
onKeyRepeat(int) - Static method in class com.avrix.ui.InputWidgetHandler
Handles key repeat events for all visible widgets.
onKeyRepeat(int) - Method in class com.avrix.ui.widgets.InputTextWidget
Handles the event when a key is repeatedly pressed.
onKeyRepeat(int) - Method in class com.avrix.ui.widgets.Widget
Called when a key is held down and repeatedly pressed while the Widget has focus.
OnKeyStartPressedEvent - Class in com.avrix.events
Triggered when a keyboard key is initially being pressed.
OnKeyStartPressedEvent() - Constructor for class com.avrix.events.OnKeyStartPressedEvent
 
onLeftMouseDown(int, int) - Method in class com.avrix.ui.widgets.InputTextWidget
Handles the event when the left mouse button is pressed down within the widget.
onLeftMouseDown(int, int) - Method in class com.avrix.ui.widgets.PanelWidget
Called when the left mouse button is pressed down over the Widget.
onLeftMouseDown(int, int) - Method in class com.avrix.ui.widgets.ScrollbarWidget
Called when the left mouse button is pressed down over the Widget.
onLeftMouseDown(int, int) - Method in class com.avrix.ui.widgets.SliderWidget
Called when the left mouse button is pressed down over the Widget.
onLeftMouseDown(int, int) - Method in class com.avrix.ui.widgets.TableWidget
Handles left mouse button down events to perform column sorting or row selection.
onLeftMouseDown(int, int) - Method in class com.avrix.ui.widgets.Widget
Called when the left mouse button is pressed down over the Widget.
onLeftMouseDown(int, int) - Method in class com.avrix.ui.widgets.WindowWidget
Called when the left mouse button is pressed down over the Widget.
onLeftMouseDownOutside(int, int) - Method in class com.avrix.ui.widgets.InputTextWidget
Handles the event when the left mouse button is released outside the widget.
onLeftMouseDownOutside(int, int) - Method in class com.avrix.ui.widgets.PopupWidget
Handles the left mouse button down event outside any visible PopupWidget
onLeftMouseDownOutside(int, int) - Method in class com.avrix.ui.widgets.Widget
Handles the left mouse button down event outside any visible widget
onLeftMouseUp(int, int) - Method in class com.avrix.ui.widgets.ButtonWidget
Called when the left mouse button is released over the Widget.
onLeftMouseUp(int, int) - Method in class com.avrix.ui.widgets.CheckboxWidget
Handles the left mouse button release event to toggle the checkbox state.
onLeftMouseUp(int, int) - Method in class com.avrix.ui.widgets.ColorPickerWidget
Called when the left mouse button is released over the Widget.
onLeftMouseUp(int, int) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Called when the left mouse button is released over the Widget.
onLeftMouseUp(int, int) - Method in class com.avrix.ui.widgets.InputTextWidget
Handles the event when the left mouse button is released.
onLeftMouseUp(int, int) - Method in class com.avrix.ui.widgets.PanelWidget
Called when the left mouse button is released over the Widget.
onLeftMouseUp(int, int) - Method in class com.avrix.ui.widgets.RadioButtonWidget.RadioValue
Called when the left mouse button is released over the Widget.
onLeftMouseUp(int, int) - Method in class com.avrix.ui.widgets.ScrollbarWidget
Called when the left mouse button is released over the Widget.
onLeftMouseUp(int, int) - Method in class com.avrix.ui.widgets.Widget
Called when the left mouse button is released over the Widget.
onLeftMouseUp(int, int) - Method in class com.avrix.ui.widgets.WindowWidget
Called when the left mouse button is released over the Widget.
onLeftMouseUpOutside(int, int) - Method in class com.avrix.ui.widgets.InputTextWidget
Handles the event when the left mouse button is released outside the widget.
onLeftMouseUpOutside(int, int) - Method in class com.avrix.ui.widgets.PanelWidget
Handles the left mouse button up event outside any visible Widget
onLeftMouseUpOutside(int, int) - Method in class com.avrix.ui.widgets.ScrollbarWidget
Handles the left mouse button up event outside any visible Widget
onLeftMouseUpOutside(int, int) - Method in class com.avrix.ui.widgets.Widget
Handles the left mouse button up event outside any visible widget
onLeftMouseUpOutside(int, int) - Method in class com.avrix.ui.widgets.WindowWidget
Handles the left mouse button up event outside any visible Widget
OnLevelPerkEvent - Class in com.avrix.events
Triggered when a perk is being leveled up.
OnLevelPerkEvent() - Constructor for class com.avrix.events.OnLevelPerkEvent
 
OnLoadedTileDefinitionsEvent - Class in com.avrix.events
Triggered after tiles definitions have been loaded.
OnLoadedTileDefinitionsEvent() - Constructor for class com.avrix.events.OnLoadedTileDefinitionsEvent
 
OnLoadEvent - Class in com.avrix.events
Triggered when a game is loading, after Lua Events/OnGameStart.
OnLoadEvent() - Constructor for class com.avrix.events.OnLoadEvent
 
OnLoadGridsquareEvent - Class in com.avrix.events
Triggered when a square is being loaded.
OnLoadGridsquareEvent() - Constructor for class com.avrix.events.OnLoadGridsquareEvent
 
OnLoadMapZonesEvent - Class in com.avrix.events
Triggered when IsoWorld initialises and is registering the zones for the map.
OnLoadMapZonesEvent() - Constructor for class com.avrix.events.OnLoadMapZonesEvent
 
OnLoadModDataFromServerEvent - Class in com.avrix.events
Triggered after ModData has been received from the server.
OnLoadModDataFromServerEvent() - Constructor for class com.avrix.events.OnLoadModDataFromServerEvent
 
OnLoadRadioScriptsEvent - Class in com.avrix.events
Triggered when radio scripts are being loaded.
OnLoadRadioScriptsEvent() - Constructor for class com.avrix.events.OnLoadRadioScriptsEvent
 
OnLoadSoundBanksEvent - Class in com.avrix.events
Triggered when sound banks are loaded for the game.
OnLoadSoundBanksEvent() - Constructor for class com.avrix.events.OnLoadSoundBanksEvent
 
OnLuaFilesLoadedEvent - Class in com.avrix.events
Triggered when a standard group of Lua files is loaded.
OnLuaFilesLoadedEvent() - Constructor for class com.avrix.events.OnLuaFilesLoadedEvent
 
OnLuaScriptExecuteEvent - Class in com.avrix.events
Triggered when Lua script loaded.
OnLuaScriptExecuteEvent() - Constructor for class com.avrix.events.OnLuaScriptExecuteEvent
 
OnMainMenuEnterEvent - Class in com.avrix.events
Triggered when main menu is displayed to users.
OnMainMenuEnterEvent() - Constructor for class com.avrix.events.OnMainMenuEnterEvent
 
OnMechanicActionDoneEvent - Class in com.avrix.events
Triggered when a player finished a mechanic action.
OnMechanicActionDoneEvent() - Constructor for class com.avrix.events.OnMechanicActionDoneEvent
 
OnMiniScoreboardUpdateEvent - Class in com.avrix.events
Triggered when the mini scoreboard is being updated.
OnMiniScoreboardUpdateEvent() - Constructor for class com.avrix.events.OnMiniScoreboardUpdateEvent
 
OnMngInvReceiveItemsEvent - Class in com.avrix.events
Triggered when the game client is receiving inventory items from the server.
OnMngInvReceiveItemsEvent() - Constructor for class com.avrix.events.OnMngInvReceiveItemsEvent
 
OnModsModifiedEvent - Class in com.avrix.events
Triggered when a mod has been modified on the filesystem.
OnModsModifiedEvent() - Constructor for class com.avrix.events.OnModsModifiedEvent
 
OnMouseDownEvent - Class in com.avrix.events
Triggered when the mouse button is down.
OnMouseDownEvent() - Constructor for class com.avrix.events.OnMouseDownEvent
 
onMouseEnter(int, int) - Method in class com.avrix.ui.widgets.Widget
Called when the mouse cursor enters the bounds of this Widget.
onMouseExit(int, int) - Method in class com.avrix.ui.widgets.Widget
Called when the mouse cursor exits the bounds of this Widget.
onMouseMove(int, int) - Method in class com.avrix.ui.widgets.InputTextWidget
Handles the event when the mouse is moved within the widget.
onMouseMove(int, int) - Method in class com.avrix.ui.widgets.TableWidget
Handles mouse movement events to update the hovered row index.
onMouseMove(int, int) - Method in class com.avrix.ui.widgets.Widget
Called when the mouse is moved over the Widget.
OnMouseMoveEvent - Class in com.avrix.events
Triggered when the mouse is moved.
OnMouseMoveEvent() - Constructor for class com.avrix.events.OnMouseMoveEvent
 
onMouseMoveOutside(int, int) - Method in class com.avrix.ui.widgets.Widget
Handles the mouse move event outside any visible widget
OnMouseUpEvent - Class in com.avrix.events
Triggered when the mouse button is released.
OnMouseUpEvent() - Constructor for class com.avrix.events.OnMouseUpEvent
 
onMouseWheel(int, int, int) - Method in class com.avrix.ui.widgets.Widget
Called when the mouse wheel is scrolled over the Widget.
OnMultiTriggerNPCEventEvent - Class in com.avrix.events
No description available.
OnMultiTriggerNPCEventEvent() - Constructor for class com.avrix.events.OnMultiTriggerNPCEventEvent
 
OnNewFireEvent - Class in com.avrix.events
Triggered when a fire starts.
OnNewFireEvent() - Constructor for class com.avrix.events.OnNewFireEvent
 
OnNewGameEvent - Class in com.avrix.events
Triggered after a new world has been initialized.
OnNewGameEvent() - Constructor for class com.avrix.events.OnNewGameEvent
 
OnObjectAboutToBeRemovedEvent - Class in com.avrix.events
Triggered when an object is about to get removed.
OnObjectAboutToBeRemovedEvent() - Constructor for class com.avrix.events.OnObjectAboutToBeRemovedEvent
 
OnObjectAddedEvent - Class in com.avrix.events
Triggered when an object is added to the map.
OnObjectAddedEvent() - Constructor for class com.avrix.events.OnObjectAddedEvent
 
OnObjectCollideEvent - Class in com.avrix.events
Triggered when a character collides with an object.
OnObjectCollideEvent() - Constructor for class com.avrix.events.OnObjectCollideEvent
 
OnObjectLeftMouseButtonDownEvent - Class in com.avrix.events
Triggered when left mouse button clicked on object
OnObjectLeftMouseButtonDownEvent() - Constructor for class com.avrix.events.OnObjectLeftMouseButtonDownEvent
 
OnObjectLeftMouseButtonUpEvent - Class in com.avrix.events
Triggered when left mouse button is released on object
OnObjectLeftMouseButtonUpEvent() - Constructor for class com.avrix.events.OnObjectLeftMouseButtonUpEvent
 
OnObjectRightMouseButtonDownEvent - Class in com.avrix.events
Triggered when right mouse button clicked on object
OnObjectRightMouseButtonDownEvent() - Constructor for class com.avrix.events.OnObjectRightMouseButtonDownEvent
 
OnObjectRightMouseButtonUpEvent - Class in com.avrix.events
Triggered when right mouse button is released on object
OnObjectRightMouseButtonUpEvent() - Constructor for class com.avrix.events.OnObjectRightMouseButtonUpEvent
 
OnPlayerAttackFinishedEvent - Class in com.avrix.events
Triggered when a character is done performing an attack.
OnPlayerAttackFinishedEvent() - Constructor for class com.avrix.events.OnPlayerAttackFinishedEvent
 
OnPlayerBanEvent - Class in com.avrix.events
Triggered when the player ban command is called.
OnPlayerBanEvent() - Constructor for class com.avrix.events.OnPlayerBanEvent
 
OnPlayerConnectEvent - Class in com.avrix.events
Triggered when the player connects to the server
OnPlayerConnectEvent() - Constructor for class com.avrix.events.OnPlayerConnectEvent
 
OnPlayerDeathEvent - Class in com.avrix.events
Triggered when a player dies.
OnPlayerDeathEvent() - Constructor for class com.avrix.events.OnPlayerDeathEvent
 
OnPlayerDisconnectEvent - Class in com.avrix.events
Triggered when the server decided to disconnect from the player.
OnPlayerDisconnectEvent() - Constructor for class com.avrix.events.OnPlayerDisconnectEvent
 
OnPlayerFullyConnectedEvent - Class in com.avrix.events
Triggered when the player is fully connected to the server.
OnPlayerFullyConnectedEvent() - Constructor for class com.avrix.events.OnPlayerFullyConnectedEvent
 
OnPlayerKickEvent - Class in com.avrix.events
Triggered when the player kick command is called.
OnPlayerKickEvent() - Constructor for class com.avrix.events.OnPlayerKickEvent
 
OnPlayerMoveEvent - Class in com.avrix.events
Triggered while the player is moving.
OnPlayerMoveEvent() - Constructor for class com.avrix.events.OnPlayerMoveEvent
 
OnPlayerUnbanEvent - Class in com.avrix.events
Triggered when the player unban command is called.
OnPlayerUnbanEvent() - Constructor for class com.avrix.events.OnPlayerUnbanEvent
 
OnPlayerUpdateEvent - Class in com.avrix.events
Triggered when a player is being updated.
OnPlayerUpdateEvent() - Constructor for class com.avrix.events.OnPlayerUpdateEvent
 
OnPostDistributionMergeEvent - Class in com.avrix.events
Triggered after the distribution merge.
OnPostDistributionMergeEvent() - Constructor for class com.avrix.events.OnPostDistributionMergeEvent
 
OnPostFloorLayerDrawEvent - Class in com.avrix.events
Triggered after a floor layer is rendered.
OnPostFloorLayerDrawEvent() - Constructor for class com.avrix.events.OnPostFloorLayerDrawEvent
 
OnPostMapLoadEvent - Class in com.avrix.events
Triggered after a cell is loaded.
OnPostMapLoadEvent() - Constructor for class com.avrix.events.OnPostMapLoadEvent
 
OnPostRenderEvent - Class in com.avrix.events
Triggered every time after a frame is rendered in-game.
OnPostRenderEvent() - Constructor for class com.avrix.events.OnPostRenderEvent
 
OnPostSaveEvent - Class in com.avrix.events
Triggered after a game has been saved.
OnPostSaveEvent() - Constructor for class com.avrix.events.OnPostSaveEvent
 
OnPostUIDrawEvent - Class in com.avrix.events
Triggered by UI Manager in its render function after the UI has been drawn.
OnPostUIDrawEvent() - Constructor for class com.avrix.events.OnPostUIDrawEvent
 
OnPostWidgetDrawEvent - Class in com.avrix.events
Trigger when all widgets are rendered, but before the NanoVG frame has finished rendering
OnPostWidgetDrawEvent() - Constructor for class com.avrix.events.OnPostWidgetDrawEvent
 
OnPreAddCatDefsEvent - Class in com.avrix.events
Triggered before foraging category definitions are being added.
OnPreAddCatDefsEvent() - Constructor for class com.avrix.events.OnPreAddCatDefsEvent
 
OnPreAddForageDefsEvent - Class in com.avrix.events
Triggered before foraging definitions are being added.
OnPreAddForageDefsEvent() - Constructor for class com.avrix.events.OnPreAddForageDefsEvent
 
OnPreAddItemDefsEvent - Class in com.avrix.events
Triggered before foraging item definitions are being added.
OnPreAddItemDefsEvent() - Constructor for class com.avrix.events.OnPreAddItemDefsEvent
 
OnPreAddZoneDefsEvent - Class in com.avrix.events
Triggered before foraging zone definitions are being added.
OnPreAddZoneDefsEvent() - Constructor for class com.avrix.events.OnPreAddZoneDefsEvent
 
OnPreDistributionMergeEvent - Class in com.avrix.events
Triggered before the distribution merge.
OnPreDistributionMergeEvent() - Constructor for class com.avrix.events.OnPreDistributionMergeEvent
 
OnPreFillInventoryObjectContextMenuEvent - Class in com.avrix.events
Triggered before context menus get filled with options.
OnPreFillInventoryObjectContextMenuEvent() - Constructor for class com.avrix.events.OnPreFillInventoryObjectContextMenuEvent
 
OnPreFillWorldObjectContextMenuEvent - Class in com.avrix.events
Triggered before context menu for world objects is filled.
OnPreFillWorldObjectContextMenuEvent() - Constructor for class com.avrix.events.OnPreFillWorldObjectContextMenuEvent
 
OnPreMapLoadEvent - Class in com.avrix.events
Triggered before a map is loaded.
OnPreMapLoadEvent() - Constructor for class com.avrix.events.OnPreMapLoadEvent
 
OnPressRackButtonEvent - Class in com.avrix.events
Triggered when a player hits the button to rack a firearm.
OnPressRackButtonEvent() - Constructor for class com.avrix.events.OnPressRackButtonEvent
 
OnPressReloadButtonEvent - Class in com.avrix.events
Triggered when a player hits the button to reload a firearm.
OnPressReloadButtonEvent() - Constructor for class com.avrix.events.OnPressReloadButtonEvent
 
OnPreUIDrawEvent - Class in com.avrix.events
Triggered by UI Manager in its render function before the UI gets drawn.
OnPreUIDrawEvent() - Constructor for class com.avrix.events.OnPreUIDrawEvent
 
OnPreWidgetDrawEvent - Class in com.avrix.events
Trigger before widgets are drawn, but after NanoVG frame creation begins
OnPreWidgetDrawEvent() - Constructor for class com.avrix.events.OnPreWidgetDrawEvent
 
OnRainStopEvent - Class in com.avrix.events
Triggered when it stops raining.
OnRainStopEvent() - Constructor for class com.avrix.events.OnRainStopEvent
 
OnReceiveFactionInviteEvent - Class in com.avrix.events
Triggered when a player is invited to join a faction.
OnReceiveFactionInviteEvent() - Constructor for class com.avrix.events.OnReceiveFactionInviteEvent
 
OnReceiveGlobalModDataEvent - Class in com.avrix.events
Triggered when the game client is receiving GlobalModData from the server.
OnReceiveGlobalModDataEvent() - Constructor for class com.avrix.events.OnReceiveGlobalModDataEvent
 
OnReceiveItemListNetEvent - Class in com.avrix.events
Triggered when a player is receiving a list of items from another player.
OnReceiveItemListNetEvent() - Constructor for class com.avrix.events.OnReceiveItemListNetEvent
 
OnReceiveSafehouseInviteEvent - Class in com.avrix.events
Triggered when a player is invited to a safehouse.
OnReceiveSafehouseInviteEvent() - Constructor for class com.avrix.events.OnReceiveSafehouseInviteEvent
 
OnReceiveUserlogEvent - Class in com.avrix.events
Triggered when the game client is receiving user log from the server.
OnReceiveUserlogEvent() - Constructor for class com.avrix.events.OnReceiveUserlogEvent
 
onRender() - Static method in class com.avrix.ui.WidgetManager
Renders all Widgets and processes input events.
OnRenderTickEvent - Class in com.avrix.events
Triggered every time the display is being rendered.
OnRenderTickEvent() - Constructor for class com.avrix.events.OnRenderTickEvent
 
OnRequestTradeEvent - Class in com.avrix.events
Triggered when a character is requesting a trade with another character.
OnRequestTradeEvent() - Constructor for class com.avrix.events.OnRequestTradeEvent
 
OnResetLuaEvent - Class in com.avrix.events
Triggered when Lua is being reset.
OnResetLuaEvent() - Constructor for class com.avrix.events.OnResetLuaEvent
 
OnResolutionChangeEvent - Class in com.avrix.events
Triggered when game resolution has changed.
OnResolutionChangeEvent() - Constructor for class com.avrix.events.OnResolutionChangeEvent
 
OnReuseGridsquareEvent - Class in com.avrix.events
Triggered when a grid square is being reused.
OnReuseGridsquareEvent() - Constructor for class com.avrix.events.OnReuseGridsquareEvent
 
onRightMouseDown(int, int) - Method in class com.avrix.ui.widgets.TableWidget
Handles right mouse button down events to perform a right-click action on a row.
onRightMouseDown(int, int) - Method in class com.avrix.ui.widgets.Widget
Called when the right mouse button is pressed down over the Widget.
OnRightMouseDownEvent - Class in com.avrix.events
Triggered when right mouse button is down.
OnRightMouseDownEvent() - Constructor for class com.avrix.events.OnRightMouseDownEvent
 
onRightMouseDownOutside(int, int) - Method in class com.avrix.ui.widgets.PopupWidget
Handles the right mouse button down event outside any visible PopupWidget
onRightMouseDownOutside(int, int) - Method in class com.avrix.ui.widgets.Widget
Handles the right mouse button down event outside any visible widget
onRightMouseUp(int, int) - Method in class com.avrix.ui.widgets.Widget
Called when the right mouse button is released over the Widget.
OnRightMouseUpEvent - Class in com.avrix.events
Triggered when mouse button is released.
OnRightMouseUpEvent() - Constructor for class com.avrix.events.OnRightMouseUpEvent
 
onRightMouseUpOutside(int, int) - Method in class com.avrix.ui.widgets.Widget
Handles the right mouse button up event outside any visible widget
OnSafehousesChangedEvent - Class in com.avrix.events
Triggered when the safehouse is being changed.
OnSafehousesChangedEvent() - Constructor for class com.avrix.events.OnSafehousesChangedEvent
 
OnSaveEvent - Class in com.avrix.events
Triggered during the game's saving process.
OnSaveEvent() - Constructor for class com.avrix.events.OnSaveEvent
 
OnScoreboardUpdateEvent - Class in com.avrix.events
Triggered when multiplayer scoreboard is updated.
OnScoreboardUpdateEvent() - Constructor for class com.avrix.events.OnScoreboardUpdateEvent
 
OnSeeNewRoomEvent - Class in com.avrix.events
Triggered for each room about to get spawned, the first time a character gets close enough to the building where the room is located.
OnSeeNewRoomEvent() - Constructor for class com.avrix.events.OnSeeNewRoomEvent
 
OnSendChatCommandEvent - Class in com.avrix.events
Triggered when the player sends a command to the chat.
OnSendChatCommandEvent() - Constructor for class com.avrix.events.OnSendChatCommandEvent
 
OnSendConsoleCommandEvent - Class in com.avrix.events
Triggered when the command is sent to the server console.
OnSendConsoleCommandEvent() - Constructor for class com.avrix.events.OnSendConsoleCommandEvent
 
OnSendCustomModDataEvent - Class in com.avrix.events
Triggered when the game server is sending custom ModData to the client.
OnSendCustomModDataEvent() - Constructor for class com.avrix.events.OnSendCustomModDataEvent
 
OnServerCommandEvent - Class in com.avrix.events
Triggered when a command from the server is being received.
OnServerCommandEvent() - Constructor for class com.avrix.events.OnServerCommandEvent
 
OnServerFinishSavingEvent - Class in com.avrix.events
Triggered when the server is done saving.
OnServerFinishSavingEvent() - Constructor for class com.avrix.events.OnServerFinishSavingEvent
 
OnServerInitializeEvent - Class in com.avrix.events
Triggered when the server is fully initialized.
OnServerInitializeEvent() - Constructor for class com.avrix.events.OnServerInitializeEvent
 
OnServerPingedEvent - Class in com.avrix.events
Triggered when the game client receives the response after intiating a ping to a server.
OnServerPingedEvent() - Constructor for class com.avrix.events.OnServerPingedEvent
 
OnServerShutdownEvent - Class in com.avrix.events
Triggered when the server shuts down
OnServerShutdownEvent() - Constructor for class com.avrix.events.OnServerShutdownEvent
 
OnServerStartedEvent - Class in com.avrix.events
Triggered when the game server has started.
OnServerStartedEvent() - Constructor for class com.avrix.events.OnServerStartedEvent
 
OnServerStartSavingEvent - Class in com.avrix.events
Triggered when the server starts saving.
OnServerStartSavingEvent() - Constructor for class com.avrix.events.OnServerStartSavingEvent
 
OnServerStatisticReceivedEvent - Class in com.avrix.events
Triggered when the game client receives statistics from the server.
OnServerStatisticReceivedEvent() - Constructor for class com.avrix.events.OnServerStatisticReceivedEvent
 
OnSetDefaultTabEvent - Class in com.avrix.events
Triggered when the default chat tab has been set.
OnSetDefaultTabEvent() - Constructor for class com.avrix.events.OnSetDefaultTabEvent
 
OnSGlobalObjectSystemInitEvent - Class in com.avrix.events
Triggered when the server global object system is being initialized.
OnSGlobalObjectSystemInitEvent() - Constructor for class com.avrix.events.OnSGlobalObjectSystemInitEvent
 
OnSpawnRegionsLoadedEvent - Class in com.avrix.events
Triggered after spawn regions are loaded.
OnSpawnRegionsLoadedEvent() - Constructor for class com.avrix.events.OnSpawnRegionsLoadedEvent
 
OnSteamFriendStatusChangedEvent - Class in com.avrix.events
Triggered when the status of a friend changed on Steam.
OnSteamFriendStatusChangedEvent() - Constructor for class com.avrix.events.OnSteamFriendStatusChangedEvent
 
OnSteamGameJoinEvent - Class in com.avrix.events
Triggered when joining a game through Steam.
OnSteamGameJoinEvent() - Constructor for class com.avrix.events.OnSteamGameJoinEvent
 
OnSteamRefreshInternetServersEvent - Class in com.avrix.events
Triggered when the list of public Internet servers is being refreshed.
OnSteamRefreshInternetServersEvent() - Constructor for class com.avrix.events.OnSteamRefreshInternetServersEvent
 
OnSteamRulesRefreshCompleteEvent - Class in com.avrix.events
TODO
OnSteamRulesRefreshCompleteEvent() - Constructor for class com.avrix.events.OnSteamRulesRefreshCompleteEvent
 
OnSteamServerFailedToRespond2Event - Class in com.avrix.events
TODO
OnSteamServerFailedToRespond2Event() - Constructor for class com.avrix.events.OnSteamServerFailedToRespond2Event
 
OnSteamServerResponded2Event - Class in com.avrix.events
TODO
OnSteamServerResponded2Event() - Constructor for class com.avrix.events.OnSteamServerResponded2Event
 
OnSteamServerRespondedEvent - Class in com.avrix.events
TODO
OnSteamServerRespondedEvent() - Constructor for class com.avrix.events.OnSteamServerRespondedEvent
 
OnSteamWorkshopItemCreatedEvent - Class in com.avrix.events
Triggered after a new Steam workshop item was successfully created.
OnSteamWorkshopItemCreatedEvent() - Constructor for class com.avrix.events.OnSteamWorkshopItemCreatedEvent
 
OnSteamWorkshopItemNotCreatedEvent - Class in com.avrix.events
Triggered when a Steam workshop item couldn't be created.
OnSteamWorkshopItemNotCreatedEvent() - Constructor for class com.avrix.events.OnSteamWorkshopItemNotCreatedEvent
 
OnSteamWorkshopItemNotUpdatedEvent - Class in com.avrix.events
Triggered when a Steam workshop item couldn't be updated.
OnSteamWorkshopItemNotUpdatedEvent() - Constructor for class com.avrix.events.OnSteamWorkshopItemNotUpdatedEvent
 
OnSteamWorkshopItemUpdatedEvent - Class in com.avrix.events
Triggered after a Steam workship item was successfully updated.
OnSteamWorkshopItemUpdatedEvent() - Constructor for class com.avrix.events.OnSteamWorkshopItemUpdatedEvent
 
OnSwitchChatStreamEvent - Class in com.avrix.events
Triggered when a user presses TAB on his keyboard to switch chat stream.
OnSwitchChatStreamEvent() - Constructor for class com.avrix.events.OnSwitchChatStreamEvent
 
OnSwitchVehicleSeatEvent - Class in com.avrix.events
Triggered when a character is switching seat in a vehicle.
OnSwitchVehicleSeatEvent() - Constructor for class com.avrix.events.OnSwitchVehicleSeatEvent
 
OnSyncFactionEvent - Class in com.avrix.events
Triggered when a faction is being synced by the server on client side.
OnSyncFactionEvent() - Constructor for class com.avrix.events.OnSyncFactionEvent
 
OnTabAddedEvent - Class in com.avrix.events
Triggered when a chat tab is added.
OnTabAddedEvent() - Constructor for class com.avrix.events.OnTabAddedEvent
 
OnTabRemovedEvent - Class in com.avrix.events
Triggered when a chat tab is closed.
OnTabRemovedEvent() - Constructor for class com.avrix.events.OnTabRemovedEvent
 
OnThunderEventEvent - Class in com.avrix.events
Triggered when a thunderstorm is about to start.
OnThunderEventEvent() - Constructor for class com.avrix.events.OnThunderEventEvent
 
OnTickEvenPausedEvent - Class in com.avrix.events
Same as OnTick, but triggered when the game is paused as well.
OnTickEvenPausedEvent() - Constructor for class com.avrix.events.OnTickEvenPausedEvent
 
OnTickEvent - Class in com.avrix.events
Triggered every tick, try to not use this one, use EveryTenMinutes instead because it can create a lot of frame loss/garbage collection.
OnTickEvent() - Constructor for class com.avrix.events.OnTickEvent
 
OnTickRenderThreadEvent - Class in com.avrix.events
Triggered when every tick after elements have been rendered.
OnTickRenderThreadEvent() - Constructor for class com.avrix.events.OnTickRenderThreadEvent
 
OnTileRemovedEvent - Class in com.avrix.events
Triggered when a tile object has been removed.
OnTileRemovedEvent() - Constructor for class com.avrix.events.OnTileRemovedEvent
 
OnToggleSearchModeEvent - Class in com.avrix.events
Triggered when search mode is being toggled.
OnToggleSearchModeEvent() - Constructor for class com.avrix.events.OnToggleSearchModeEvent
 
OnTradingUIAddItemEvent - Class in com.avrix.events
Triggered when a player adds an item to a trade.
OnTradingUIAddItemEvent() - Constructor for class com.avrix.events.OnTradingUIAddItemEvent
 
OnTradingUIRemoveItemEvent - Class in com.avrix.events
Triggered when a player removes an item from a trade.
OnTradingUIRemoveItemEvent() - Constructor for class com.avrix.events.OnTradingUIRemoveItemEvent
 
OnTradingUIUpdateStateEvent - Class in com.avrix.events
Triggered when a player updates the item state of a trade.
OnTradingUIUpdateStateEvent() - Constructor for class com.avrix.events.OnTradingUIUpdateStateEvent
 
OnTriggerNPCEventEvent - Class in com.avrix.events
No description available.
OnTriggerNPCEventEvent() - Constructor for class com.avrix.events.OnTriggerNPCEventEvent
 
OnUpdateIconEvent - Class in com.avrix.events
TODO
OnUpdateIconEvent() - Constructor for class com.avrix.events.OnUpdateIconEvent
 
OnUpdateModdedWeatherStageEvent - Class in com.avrix.events
Triggered when the modded weather sage is being updated.
OnUpdateModdedWeatherStageEvent() - Constructor for class com.avrix.events.OnUpdateModdedWeatherStageEvent
 
OnUseVehicleEvent - Class in com.avrix.events
Triggered when a character is using a vehicle.
OnUseVehicleEvent() - Constructor for class com.avrix.events.OnUseVehicleEvent
 
OnVehicleDamageTextureEvent - Class in com.avrix.events
Triggered when the texture of a vehicle part is changed after being damaged.
OnVehicleDamageTextureEvent() - Constructor for class com.avrix.events.OnVehicleDamageTextureEvent
 
OnVehicleHornEvent - Class in com.avrix.events
Triggered when a character is using a vehicle horn.
OnVehicleHornEvent() - Constructor for class com.avrix.events.OnVehicleHornEvent
 
OnViewTicketsEvent - Class in com.avrix.events
Triggered when the game client is receiving tickets from the server.
OnViewTicketsEvent() - Constructor for class com.avrix.events.OnViewTicketsEvent
 
OnWaterAmountChangeEvent - Class in com.avrix.events
Triggered when the amount of water in an object has changed.
OnWaterAmountChangeEvent() - Constructor for class com.avrix.events.OnWaterAmountChangeEvent
 
OnWeaponHitCharacterEvent - Class in com.avrix.events
Triggered when a character has been hit by a weapon.
OnWeaponHitCharacterEvent() - Constructor for class com.avrix.events.OnWeaponHitCharacterEvent
 
OnWeaponHitTreeEvent - Class in com.avrix.events
Triggered when a character hits a tree with a hand weapon.
OnWeaponHitTreeEvent() - Constructor for class com.avrix.events.OnWeaponHitTreeEvent
 
OnWeaponHitXpEvent - Class in com.avrix.events
Triggered when a player is gaining XP for a successful hit.
OnWeaponHitXpEvent() - Constructor for class com.avrix.events.OnWeaponHitXpEvent
 
OnWeaponSwingEvent - Class in com.avrix.events
Triggered when a player swings a hand weapon.
OnWeaponSwingEvent() - Constructor for class com.avrix.events.OnWeaponSwingEvent
 
OnWeaponSwingHitPointEvent - Class in com.avrix.events
Triggered when a hand weapon has reached the apex of its swing.
OnWeaponSwingHitPointEvent() - Constructor for class com.avrix.events.OnWeaponSwingHitPointEvent
 
OnWeatherPeriodCompleteEvent - Class in com.avrix.events
Triggered when a weather period is complete.
OnWeatherPeriodCompleteEvent() - Constructor for class com.avrix.events.OnWeatherPeriodCompleteEvent
 
OnWeatherPeriodStageEvent - Class in com.avrix.events
Triggered when a weather period stage starts.
OnWeatherPeriodStageEvent() - Constructor for class com.avrix.events.OnWeatherPeriodStageEvent
 
OnWeatherPeriodStartEvent - Class in com.avrix.events
Triggered when a weather period starts.
OnWeatherPeriodStartEvent() - Constructor for class com.avrix.events.OnWeatherPeriodStartEvent
 
OnWeatherPeriodStopEvent - Class in com.avrix.events
Triggered when a weather period stops.
OnWeatherPeriodStopEvent() - Constructor for class com.avrix.events.OnWeatherPeriodStopEvent
 
OnWidgetManagerInitEvent - Class in com.avrix.events
Triggers when the widget manager is fully initialized (contexts for NanoVG are installed)
OnWidgetManagerInitEvent() - Constructor for class com.avrix.events.OnWidgetManagerInitEvent
 
OnWorldSoundEvent - Class in com.avrix.events
Triggered when a sound is being played.
OnWorldSoundEvent() - Constructor for class com.avrix.events.OnWorldSoundEvent
 
OnZombieDeadEvent - Class in com.avrix.events
Triggered when a zombie dies.
OnZombieDeadEvent() - Constructor for class com.avrix.events.OnZombieDeadEvent
 
OnZombieUpdateEvent - Class in com.avrix.events
Triggered when a zombie is being updated.
OnZombieUpdateEvent() - Constructor for class com.avrix.events.OnZombieUpdateEvent
 
ORANGE - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for orange (#E59400).
OVERSEER - Enum constant in enum class com.avrix.enums.AccessLevel
Access level for overseers, who have oversight capabilities, but fewer privileges than moderators.

P

PanelWidget - Class in com.avrix.ui.widgets
Represents a panel Widget with optional rounded corners, borders, and drag functionality.
PanelWidget(int, int, int, int) - Constructor for class com.avrix.ui.widgets.PanelWidget
Constructs a new Widget with the specified position and size.
PanelWidget(int, int, int, int, int, NanoColor) - Constructor for class com.avrix.ui.widgets.PanelWidget
Constructs a new PanelWidget with the specified position, size, border radius, and background color.
PatchBanSteamIDCommand - Class in com.avrix.patches
BanSteamIDCommand patcher
PatchBanSteamIDCommand() - Constructor for class com.avrix.patches.PatchBanSteamIDCommand
Constructor for creating a ClassTransformer object.
PatchBanUserCommand - Class in com.avrix.patches
BanUserCommand patcher
PatchBanUserCommand() - Constructor for class com.avrix.patches.PatchBanUserCommand
Constructor for creating a ClassTransformer object.
PatchChatServer - Class in com.avrix.patches
ChatServer patcher
PatchChatServer() - Constructor for class com.avrix.patches.PatchChatServer
Constructor for creating a ClassTransformer object.
PatchGameKeyboard - Class in com.avrix.patches
GameKeyboard patcher
PatchGameKeyboard() - Constructor for class com.avrix.patches.PatchGameKeyboard
Constructor for creating a ClassTransformer object.
PatchGameServer - Class in com.avrix.patches
Game Server patcher
PatchGameServer() - Constructor for class com.avrix.patches.PatchGameServer
Constructor for creating a ClassTransformer object.
PatchGameWindow - Class in com.avrix.patches
Game window patcher
PatchGameWindow() - Constructor for class com.avrix.patches.PatchGameWindow
Constructor for creating a ClassTransformer object.
PatchKickUserCommand - Class in com.avrix.patches
KickUserCommand patcher
PatchKickUserCommand() - Constructor for class com.avrix.patches.PatchKickUserCommand
Constructor for creating a ClassTransformer object.
patchList(List<String>) - Method in class com.avrix.plugin.Metadata.MetadataBuilder
Sets the List of patches for the plugin.
PatchLuaEventManager - Class in com.avrix.patches
Lua Event Manager patcher
PatchLuaEventManager() - Constructor for class com.avrix.patches.PatchLuaEventManager
Constructor for creating a ClassTransformer object.
PatchLuaManager - Class in com.avrix.patches
LuaManager patcher
PatchLuaManager() - Constructor for class com.avrix.patches.PatchLuaManager
Constructor for creating a ClassTransformer object.
PatchLuaManagerExposer - Class in com.avrix.patches
LuaManager$Exposer patcher
PatchLuaManagerExposer() - Constructor for class com.avrix.patches.PatchLuaManagerExposer
Constructor for creating a ClassTransformer object.
PatchQuitCommand - Class in com.avrix.patches
QuitCommand patcher
PatchQuitCommand() - Constructor for class com.avrix.patches.PatchQuitCommand
Constructor for creating a ClassTransformer object.
PatchRenderThread - Class in com.avrix.patches
RenderThread patcher
PatchRenderThread() - Constructor for class com.avrix.patches.PatchRenderThread
Constructor for creating a ClassTransformer object.
PatchSpriteRenderer - Class in com.avrix.patches
SpriteRenderer patcher
PatchSpriteRenderer() - Constructor for class com.avrix.patches.PatchSpriteRenderer
Constructor for creating a ClassTransformer object.
PatchTranslator - Class in com.avrix.patches
Translator patcher
PatchTranslator() - Constructor for class com.avrix.patches.PatchTranslator
Constructor for creating a ClassTransformer object.
PatchUIManager - Class in com.avrix.patches
UIManager patcher
PatchUIManager() - Constructor for class com.avrix.patches.PatchUIManager
Constructor for creating a ClassTransformer object.
PatchUnbanSteamIDCommand - Class in com.avrix.patches
UnbanSteamIDCommand patcher
PatchUnbanSteamIDCommand() - Constructor for class com.avrix.patches.PatchUnbanSteamIDCommand
Constructor for creating a ClassTransformer object.
PatchUnbanUserCommand - Class in com.avrix.patches
UnbanUserCommand patcher
PatchUnbanUserCommand() - Constructor for class com.avrix.patches.PatchUnbanUserCommand
Constructor for creating a ClassTransformer object.
PatchUtils - Class in com.avrix.utils
Manager for making modifications to game files.
PatchUtils() - Constructor for class com.avrix.utils.PatchUtils
 
PatchZLogger - Class in com.avrix.patches
ZLogger patcher
PatchZLogger() - Constructor for class com.avrix.patches.PatchZLogger
Constructor for creating a ClassTransformer object.
PINK - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for pink (#FFC0CB).
PlayerUtils - Class in com.avrix.api.server
A set of tools for player management, monitoring and analysis
PlayerUtils() - Constructor for class com.avrix.api.server.PlayerUtils
 
Plugin - Class in com.avrix.plugin
Basic template for implementing the plugin entry point.
Plugin(Metadata) - Constructor for class com.avrix.plugin.Plugin
Constructs a new Plugin with the specified metadata.
PluginClassLoader - Class in com.avrix.plugin
A custom class loader for loading plugin classes.
PluginClassLoader(String, URL[], ClassLoader) - Constructor for class com.avrix.plugin.PluginClassLoader
Constructs a new PluginClassLoader for the specified URLs using the specified parent class loader.
pluginFile(File) - Method in class com.avrix.plugin.Metadata.MetadataBuilder
Sets the file of the plugin.
PluginManager - Class in com.avrix.plugin
The PluginManager class manages the loading, initialization, and handling of plugins within the application context.
PluginManager() - Constructor for class com.avrix.plugin.PluginManager
 
PLUGINS_DEFAULT_CONFIG_NAME - Static variable in class com.avrix.utils.Constants
Name of the default plugin config
PLUGINS_FOLDER_NAME - Static variable in class com.avrix.utils.Constants
Folder name for plugins
PLUGINS_METADATA_NAME - Static variable in class com.avrix.utils.Constants
Plugin metadata file name
PopupWidget - Class in com.avrix.ui.widgets
The PopupWidget class is a custom widget that extends the ScrollPanelWidget.
PopupWidget(int, int, int, int) - Constructor for class com.avrix.ui.widgets.PopupWidget
Constructs a new PopupWidget with the specified position and size.
postRender() - Method in class com.avrix.ui.widgets.PanelWidget
Final rendering, after the main render and rendering of child elements
postRender() - Method in class com.avrix.ui.widgets.Widget
Final rendering, after the main render and rendering of child elements
postRender() - Method in class com.avrix.ui.widgets.WindowWidget
Final rendering, after the main render and rendering of child elements
preRender() - Method in class com.avrix.ui.widgets.Widget
Widget pre-rendering (before main rendering and updating)
PRESS - Enum constant in enum class com.avrix.enums.KeyEventType
Represents a key press event.
priority() - Method in record class com.avrix.events.EventManager.EventListener
Returns the value of the priority record component.
Priority - Enum Class in com.avrix.enums
The enumeration defines five priority levels.

R

RadioButtonWidget - Class in com.avrix.ui.widgets
A Widget that represents a set of radio buttons.
RadioButtonWidget(int, int, int, int, boolean, BiConsumer<Integer, String>) - Constructor for class com.avrix.ui.widgets.RadioButtonWidget
Constructs a RadioButtonWidget with the specified position, size, and arrangement.
RadioButtonWidget.RadioValue - Class in com.avrix.ui.widgets
Represents a single radio button within the RadioButtonWidget.
RadioValue(String, int, int, Consumer<RadioButtonWidget.RadioValue>) - Constructor for class com.avrix.ui.widgets.RadioButtonWidget.RadioValue
Constructs a RadioButtonWidget.RadioValue with the specified text, position, and click action.
red(float) - Method in class com.avrix.ui.NanoColor
Sets the red component of this NanoColor.
RED - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for red (#FF0000).
register(Class<T>, T) - Static method in class com.avrix.plugin.ServiceManager
Registers a service by its interface.
RELEASE - Enum constant in enum class com.avrix.enums.KeyEventType
Represents a key release event.
RELEASE_URL - Static variable in class com.avrix.utils.ReleaseUtils
URL latest release pages
ReleaseUtils - Class in com.avrix.utils
Utility class for checking the latest release version of Avrix from GitHub.
ReleaseUtils() - Constructor for class com.avrix.utils.ReleaseUtils
 
remove(String) - Method in class com.avrix.utils.YamlFile
Removes a key from the YAML file.
removeChild(Widget) - Method in class com.avrix.ui.widgets.BoxLayoutWidget
Removes a child widget from this widget's list of children.
removeChild(Widget) - Method in class com.avrix.ui.widgets.ScrollPanelWidget
Removes a child widget from this Widget's list of children.
removeChild(Widget) - Method in class com.avrix.ui.widgets.Widget
Removes a child widget from this widget's list of children.
removeChild(Widget) - Method in class com.avrix.ui.widgets.WindowWidget
Removes a child widget from this widget's list of children.
removeExposedClass(Class<?>) - Static method in class com.avrix.lua.LuaExposer
Method for removing a class from the collection of exposed classes.
removeExposedGlobalObject(Object) - Static method in class com.avrix.lua.LuaExposer
Method for removing a global object from the collection of exposed global objects.
removeFileExtension(String) - Static method in class com.avrix.plugin.ResourceManager
Removes the file extension from a file name.
removeFromScreen() - Method in class com.avrix.ui.widgets.Widget
Removes this Widget from the screen by unregistering it from the WidgetManager.
removeItem(IsoPlayer, int) - Static method in class com.avrix.api.server.PlayerUtils
Removes an item from a player's inventory by its ID.
removeItem(IsoPlayer, String) - Static method in class com.avrix.api.server.PlayerUtils
Removes an item from a player's inventory by its type.
removeItem(IsoPlayer, InventoryItem) - Static method in class com.avrix.api.server.PlayerUtils
Removes the specified item from a player's inventory.
removeItem(UdpConnection, int) - Static method in class com.avrix.api.server.PlayerUtils
Removes an item from a player's inventory by its ID.
removeItem(UdpConnection, String) - Static method in class com.avrix.api.server.PlayerUtils
Removes an item from a player's inventory by its type.
removeItem(UdpConnection, InventoryItem) - Static method in class com.avrix.api.server.PlayerUtils
Removes the specified item from a player's inventory.
removeValue(int) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Remove a value from a ComboBox.
removeValue(String) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Remove a value from a ComboBox.
removeWidget(Widget) - Static method in class com.avrix.ui.WidgetManager
Removes a Widget from the list of Widgets to be managed and displayed.
render() - Static method in class com.avrix.ui.notify.Notify
Renders the notifications on the screen.
render() - Method in class com.avrix.ui.widgets.BoxLayoutWidget
Renders the Widget
render() - Method in class com.avrix.ui.widgets.ButtonWidget
Renders the Widget
render() - Method in class com.avrix.ui.widgets.CheckboxWidget
Renders the Widget
render() - Method in class com.avrix.ui.widgets.ColorPickerWidget
Renders the Widget
render() - Method in class com.avrix.ui.widgets.ComboBoxWidget
Renders the Widget
render() - Method in class com.avrix.ui.widgets.InputTextWidget
Renders the text widget, including text, selection highlight, and cursor.
render() - Method in class com.avrix.ui.widgets.LabelWidget
Renders the Widget
render() - Method in class com.avrix.ui.widgets.ModalWidget
Renders the Widget
render() - Method in class com.avrix.ui.widgets.PanelWidget
Renders the Widget
render() - Method in class com.avrix.ui.widgets.PopupWidget
Renders the PopupWidget
render() - Method in class com.avrix.ui.widgets.RadioButtonWidget.RadioValue
Renders the Widget
render() - Method in class com.avrix.ui.widgets.RadioButtonWidget
Renders the Widget.
render() - Method in class com.avrix.ui.widgets.ScrollbarWidget
Renders the Widget
render() - Method in class com.avrix.ui.widgets.SliderWidget
Renders the Widget
render() - Method in class com.avrix.ui.widgets.TableWidget
Renders the Widget, including drawing the table headers, rows, and borders.
render() - Method in class com.avrix.ui.widgets.Widget
Renders the Widget
render() - Method in class com.avrix.ui.widgets.WindowWidget
Renders the Widget
render(int, int) - Method in class com.avrix.ui.notify.Notification
Renders the notification at the specified position on the screen.
renderChildren() - Method in class com.avrix.ui.widgets.ScrollPanelWidget
Updates and renders all child widgets of this Widget.
renderChildren() - Method in class com.avrix.ui.widgets.Widget
Updates and renders all child widgets of this Widget.
renderChildren() - Method in class com.avrix.ui.widgets.WindowWidget
Updates and renders all child widgets of this Widget.
REPEAT - Enum constant in enum class com.avrix.enums.KeyEventType
Represents a key repeat event.
REPO_NAME - Static variable in class com.avrix.utils.Constants
Avrix repository name
REPO_OWNER - Static variable in class com.avrix.utils.Constants
Avrix repository owner
resetRenderState() - Static method in class com.avrix.ui.NanoDrawer
Resets current render state to default values.
resetScissor() - Static method in class com.avrix.ui.NanoDrawer
Resets and disables scissoring.
resizeToContent() - Method in class com.avrix.ui.widgets.RadioButtonWidget
Resizes the RadioButtonWidget to fit its content based on the arrangement.
ResourceManager - Class in com.avrix.plugin
Manages resources such as images, including caching and encoding utilities.
ResourceManager() - Constructor for class com.avrix.plugin.ResourceManager
 
restoreRenderState() - Static method in class com.avrix.ui.NanoDrawer
Pops and restores current render state.
rgbMatches(NanoColor) - Method in class com.avrix.ui.NanoColor
Checks if the RGB components of this NanoColor match those of another NanoColor.
runLua(String, boolean) - Static method in class com.avrix.lua.LuaManager
Executes a Lua script located at the specified path.

S

save() - Method in class com.avrix.utils.YamlFile
Saves the YAML file to its original file path.
save(String) - Method in class com.avrix.utils.YamlFile
Saves the YAML file to a specified file path.
saveFile() - Method in class com.avrix.agent.ClassModifier.ClassModifierBuilder
Saving a modified class to the "debug" directory.
saveFile(Path) - Method in class com.avrix.agent.ClassModifier.ClassModifierBuilder
Saving a modified class to the specified directory.
saveRenderState() - Static method in class com.avrix.ui.NanoDrawer
Pushes and saves the current render state into a state stack.
scissor(int, int, int, int) - Static method in class com.avrix.ui.NanoDrawer
Sets the current scissor rectangle.
ScrollbarWidget - Class in com.avrix.ui.widgets
The ScrollbarWidget class represents a scrollbar component that can be either horizontal or vertical.
ScrollbarWidget() - Constructor for class com.avrix.ui.widgets.ScrollbarWidget
Constructs a ScrollbarWidget with a default vertical orientation.
ScrollbarWidget(boolean) - Constructor for class com.avrix.ui.widgets.ScrollbarWidget
Constructs a ScrollbarWidget with the specified orientation.
ScrollPanelWidget - Class in com.avrix.ui.widgets
The ScrollPanelWidget class represents a panel widget that supports scrolling.
ScrollPanelWidget(int, int, int, int) - Constructor for class com.avrix.ui.widgets.ScrollPanelWidget
Constructs a new ScrollPanelWidget with the specified position and size.
ScrollPanelWidget(int, int, int, int, int, NanoColor) - Constructor for class com.avrix.ui.widgets.ScrollPanelWidget
Constructs a new ScrollPanelWidget with the specified position, size, border radius, and background color.
sendMessageToAdmins(String) - Static method in class com.avrix.api.server.ChatUtils
Sending a chat message to administrators
sendMessageToAll(String) - Static method in class com.avrix.api.server.ChatUtils
Sending a message to a general chat for all users
sendMessageToPlayer(UdpConnection, String) - Static method in class com.avrix.api.server.ChatUtils
Sending a chat message to a specific user
SERVER - Enum constant in enum class com.avrix.enums.Environment
Server environment.
ServiceManager - Class in com.avrix.plugin
The service manager allows you to register services by their interfaces and access them
ServiceManager() - Constructor for class com.avrix.plugin.ServiceManager
 
set(float, float, float, float) - Method in class com.avrix.ui.NanoColor
Sets the RGBA values of this NanoColor.
set(NanoColor) - Method in class com.avrix.ui.NanoColor
Sets the RGBA values of this NanoColor to match another NanoColor.
setAccentColor(NanoColor) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Sets the accent color.
setAccentColor(NanoColor) - Method in class com.avrix.ui.widgets.RadioButtonWidget
Sets the color used to accent the selected radio button.
setAccentColor(NanoColor) - Method in class com.avrix.ui.widgets.SliderWidget
Sets the accent color for the widget.
setAccentColor(NanoColor) - Method in class com.avrix.ui.widgets.TableWidget
Sets the accent color used in the Widget.
setAccessLevel(String, AccessLevel) - Static method in class com.avrix.api.server.PlayerUtils
Sets the AccessLevel of a player by their username.
setAccessLevel(IsoPlayer, AccessLevel) - Static method in class com.avrix.api.server.PlayerUtils
Sets the AccessLevel of a player.
setAccessLevel(UdpConnection, AccessLevel) - Static method in class com.avrix.api.server.PlayerUtils
Sets the AccessLevel of a player.
setActive(boolean) - Method in class com.avrix.ui.widgets.InputTextWidget
Sets the active state of the text widget.
setAlwaysOnTop(boolean) - Method in class com.avrix.ui.widgets.Widget
Sets whether the window should always be on top of other windows.
setAutoresize(boolean) - Method in class com.avrix.ui.widgets.BoxLayoutWidget
Sets whether the Widget should automatically resize to fit its children.
setBackgroundColor(NanoColor) - Method in class com.avrix.ui.notify.Notification
Sets the background color of the notification.
setBackgroundColor(NanoColor) - Method in class com.avrix.ui.widgets.ModalWidget
Sets the background color of the modal widget.
setBackgroundColor(NanoColor) - Method in class com.avrix.ui.widgets.PanelWidget
Sets the background color of the Widget.
setBarColor(NanoColor) - Method in class com.avrix.ui.widgets.SliderWidget
Sets the bar color for the widget.
setBarFillOffset(int) - Method in class com.avrix.ui.widgets.SliderWidget
Sets the offset for the bar fill in the widget.
setBarHeight(int) - Method in class com.avrix.ui.widgets.SliderWidget
Sets the height of the bar in the widget.
setBlockInputKeyboard(boolean) - Static method in class com.avrix.ui.WidgetManager
Sets the keyboard input blocking state.
setBoolean(String, boolean) - Method in class com.avrix.utils.YamlFile
Sets a boolean value in the YAML file.
setBooleanList(String, List<Boolean>) - Method in class com.avrix.utils.YamlFile
Sets a list of booleans in the YAML file.
setBooleanMap(String, Map<String, Boolean>) - Method in class com.avrix.utils.YamlFile
Sets a map of boolean values in the YAML file under the specified key.
setBorderColor(NanoColor) - Method in class com.avrix.ui.widgets.PanelWidget
Sets the border color of the widget.
setBorderOffset(int) - Method in class com.avrix.ui.widgets.ColorPickerWidget
Sets the border offset of the widget.
setBorderOffset(int) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Sets the border offset.
setBorderOffset(int) - Method in class com.avrix.ui.widgets.InputTextWidget
Sets the offset from the border for the text.
setBorderOffset(int) - Method in class com.avrix.ui.widgets.ScrollbarWidget
Sets the border offset of the scrollbar.
setBorderOffset(int) - Method in class com.avrix.ui.widgets.TableWidget
Sets the border offset in the Widget.
setBorderOffsetBottom(int) - Static method in class com.avrix.ui.notify.Notify
Sets the offset from the bottom edge of the window where notifications are displayed.
setBorderOffsetRight(int) - Static method in class com.avrix.ui.notify.Notify
Sets the offset from the right edge of the window where notifications are displayed.
setBorderRadius(int) - Method in class com.avrix.ui.widgets.PanelWidget
Sets the radius of the Widget's corner rounding.
setBorderRadius(int) - Method in class com.avrix.ui.widgets.SliderWidget
Sets the border radius for the widget.
setBorderWidth(int) - Method in class com.avrix.ui.widgets.PanelWidget
Sets the border width of the widget.
setByte(String, byte) - Method in class com.avrix.utils.YamlFile
Sets a byte value in the YAML file.
setByteList(String, List<Byte>) - Method in class com.avrix.utils.YamlFile
Sets a list of bytes in the YAML file.
setChar(String, char) - Method in class com.avrix.utils.YamlFile
Sets a char value in the YAML file.
setCharacterList(String, List<Character>) - Method in class com.avrix.utils.YamlFile
Sets a list of characters in the YAML file.
setCheckBoxSize(int) - Method in class com.avrix.ui.widgets.CheckboxWidget
Sets the size of the checkbox.
setCheckColor(NanoColor) - Method in class com.avrix.ui.widgets.CheckboxWidget
Sets the color of the checkbox icon when checked.
setChecked(boolean) - Method in class com.avrix.ui.widgets.CheckboxWidget
Sets whether the checkbox is currently checked.
setCheckIcon(String) - Method in class com.avrix.ui.widgets.CheckboxWidget
Sets the icon used to represent a checked state.
setCircleColor(NanoColor) - Method in class com.avrix.ui.widgets.RadioButtonWidget
Sets the color of the circles representing the radio buttons.
setCircleRadius(int) - Method in class com.avrix.ui.widgets.RadioButtonWidget
Sets the radius of the circles representing the radio buttons.
setColumn(List<String>) - Method in class com.avrix.ui.widgets.TableWidget
Sets the list of column names in the Widget.
setCompressedWidth(int) - Method in class com.avrix.ui.widgets.ScrollbarWidget
Sets the compressed width of the scrollbar.
setContentPanel(Widget) - Method in class com.avrix.ui.widgets.ModalWidget
Sets a new content panel for the modal widget.
setCursorVisible(boolean) - Method in class com.avrix.ui.widgets.InputTextWidget
Sets the visibility of the cursor.
setDouble(String, double) - Method in class com.avrix.utils.YamlFile
Sets a double value in the YAML file.
setDoubleList(String, List<Double>) - Method in class com.avrix.utils.YamlFile
Sets a list of doubles in the YAML file.
setDoubleMap(String, Map<String, Double>) - Method in class com.avrix.utils.YamlFile
Sets a map of double values in the YAML file under the specified key.
setDraggable(boolean) - Method in class com.avrix.ui.widgets.PanelWidget
Sets whether the Widget is draggable.
setDrawBorder(boolean) - Method in class com.avrix.ui.widgets.PanelWidget
Sets whether to draw the Widget border.
setDropButtonWidth(int) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Sets the width of the drop button.
setDropIcon(String) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Sets the drop icon.
setEditable(boolean) - Method in class com.avrix.ui.widgets.InputTextWidget
Sets whether the text widget is editable.
setEnable(boolean) - Method in class com.avrix.ui.widgets.ButtonWidget
Sets whether the ButtonWidget is enabled.
setEnable(boolean) - Method in class com.avrix.ui.widgets.CheckboxWidget
Sets whether the checkbox is enabled.
setEnable(boolean) - Method in class com.avrix.ui.widgets.SliderWidget
Sets the enabled state of the widget.
setFont(String) - Method in class com.avrix.ui.widgets.WindowWidget
Sets the font name for the Widget.
setFontName(String) - Method in class com.avrix.ui.notify.Notification
Sets the font name for the text.
setFontName(String) - Method in class com.avrix.ui.widgets.ButtonWidget
Sets the font name of the ButtonWidget.
setFontName(String) - Method in class com.avrix.ui.widgets.CheckboxWidget
Sets the font name used for the title text.
setFontName(String) - Method in class com.avrix.ui.widgets.ColorPickerWidget
Sets the name of the font used for displaying text.
setFontName(String) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Sets the name of the font.
setFontName(String) - Method in class com.avrix.ui.widgets.LabelWidget
Sets the name of the font to be used by the Widget.
setFontName(String) - Method in class com.avrix.ui.widgets.RadioButtonWidget
Sets the font name used to render the text in the radio buttons.
setFontName(String) - Method in class com.avrix.ui.widgets.SliderWidget
Sets the name of the font used for text rendering.
setFontName(String) - Method in class com.avrix.ui.widgets.TableWidget
Sets the font name used for rendering text in the Widget.
setFontSize(int) - Method in class com.avrix.ui.notify.Notification
Sets the font size for the text.
setFontSize(int) - Method in class com.avrix.ui.widgets.ButtonWidget
Sets the font size of the ButtonWidget.
setFontSize(int) - Method in class com.avrix.ui.widgets.CheckboxWidget
Sets the font size used for the title text.
setFontSize(int) - Method in class com.avrix.ui.widgets.ColorPickerWidget
Sets the font size used for displaying text.
setFontSize(int) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Sets the font size.
setFontSize(int) - Method in class com.avrix.ui.widgets.InputTextWidget
Sets the font size used for displaying text.
setFontSize(int) - Method in class com.avrix.ui.widgets.LabelWidget
Sets the font size of the text.
setFontSize(int) - Method in class com.avrix.ui.widgets.RadioButtonWidget
Sets the font size used to render the text in the radio buttons.
setFontSize(int) - Method in class com.avrix.ui.widgets.SliderWidget
Sets the font size for the widget.
setHeaderColor(NanoColor) - Method in class com.avrix.ui.widgets.TableWidget
Sets the color of the header in the Widget.
setHeaderColor(NanoColor) - Method in class com.avrix.ui.widgets.WindowWidget
Sets the color of the Widget's header.
setHeaderHeight(int) - Method in class com.avrix.ui.widgets.TableWidget
Sets the height of the header in the Widget.
setHeaderHeight(int) - Method in class com.avrix.ui.widgets.WindowWidget
Sets the height of the Widget's header.
setHeaderTextColor(NanoColor) - Method in class com.avrix.ui.widgets.TableWidget
Sets the color of the header text in the Widget.
setHeight(int) - Method in class com.avrix.ui.notify.Notification
Sets the height of the notification.
setHeight(int) - Method in class com.avrix.ui.widgets.Widget
Sets the height of the Widget.
setIconColor(NanoColor) - Method in class com.avrix.ui.notify.Notification
Sets the color of the icon.
setIconColor(NanoColor) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Sets the icon color.
setIconDown(String) - Method in class com.avrix.ui.widgets.TableWidget
Sets the icon used for indicating a downward sort direction in the Widget.
setIconFontName(String) - Method in class com.avrix.ui.notify.Notification
Sets the font name for the icon.
setIconFontName(String) - Method in class com.avrix.ui.widgets.CheckboxWidget
Sets the font name used for the checkbox icon.
setIconFontName(String) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Sets the name of the icon font.
setIconFontName(String) - Method in class com.avrix.ui.widgets.TableWidget
Sets the icon font name used for rendering icons in the Widget.
setIconFontSize(int) - Method in class com.avrix.ui.notify.Notification
Sets the font size for the icon.
setIconSize(int) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Sets the drop icon size.
setIconUp(String) - Method in class com.avrix.ui.widgets.TableWidget
Sets the icon used for indicating an upward sort direction in the Widget.
setInt(String, int) - Method in class com.avrix.utils.YamlFile
Sets an integer value in the YAML file.
setIntegerList(String, List<Integer>) - Method in class com.avrix.utils.YamlFile
Sets a list of integers in the YAML file.
setIntMap(String, Map<String, Integer>) - Method in class com.avrix.utils.YamlFile
Sets a map of integer values in the YAML file under the specified key.
setLastSortedColumn(String) - Method in class com.avrix.ui.widgets.TableWidget
Sets the name of the last sorted column in the Widget.
setLifeTime(int) - Method in class com.avrix.ui.notify.Notification
Sets the lifetime of the notification.
setLineColor(NanoColor) - Method in class com.avrix.ui.widgets.TableWidget
Sets the color of the line used for borders and separators in the Widget.
setLineThickness(int) - Method in class com.avrix.ui.widgets.TableWidget
Sets the thickness of the lines in the Widget.
setList(String, List<Object>) - Method in class com.avrix.utils.YamlFile
Sets a list of values in the YAML file.
setLong(String, long) - Method in class com.avrix.utils.YamlFile
Sets a long value in the YAML file.
setLongList(String, List<Long>) - Method in class com.avrix.utils.YamlFile
Sets a list of longs in the YAML file.
setMap(String, Map<String, Object>) - Method in class com.avrix.utils.YamlFile
Sets a map in the YAML file under the specified key.
setMargin(int) - Method in class com.avrix.ui.notify.Notification
Sets the margin inside the notification.
setMargin(int) - Method in class com.avrix.ui.widgets.BoxLayoutWidget
Sets the margin between child Widgets.
setMaxScrollX(int) - Method in class com.avrix.ui.widgets.ScrollPanelWidget
Sets the maximum horizontal scroll offset of the widget.
setMaxScrollX(int) - Method in class com.avrix.ui.widgets.Widget
Sets the maximum horizontal scroll offset of the widget.
setMaxScrollY(int) - Method in class com.avrix.ui.widgets.ScrollPanelWidget
Sets the maximum vertical scroll offset of the widget.
setMaxScrollY(int) - Method in class com.avrix.ui.widgets.Widget
Sets the maximum vertical scroll offset of the widget.
setMaxValue(int) - Method in class com.avrix.ui.widgets.SliderWidget
Sets the maximum value of the slider.
setMaxVisibleNotification(int) - Static method in class com.avrix.ui.notify.Notify
Sets the maximum number of notifications that can be visible at once.
setMinSizeX(int) - Method in class com.avrix.ui.widgets.WindowWidget
Sets the minimum width of the widget.
setMinSizeY(int) - Method in class com.avrix.ui.widgets.WindowWidget
Sets the minimum height of the widget.
setMinValue(int) - Method in class com.avrix.ui.widgets.SliderWidget
Sets the minimum value of the slider.
setNotificationMargin(int) - Static method in class com.avrix.ui.notify.Notify
Sets the margin between notifications.
setOffset(int) - Method in class com.avrix.ui.widgets.RadioButtonWidget
Sets the offset between radio buttons.
setOnChangeColorAction(Consumer<NanoColor>) - Method in class com.avrix.ui.widgets.ColorPickerWidget
Sets the action to be performed when the color value changes.
setOnCheckAction(Consumer<Boolean>) - Method in class com.avrix.ui.widgets.CheckboxWidget
Sets the action to perform when the checkbox is checked or unchecked.
setOnClickMethod(Runnable) - Method in class com.avrix.ui.widgets.ButtonWidget
Sets the method to be called when the ButtonWidget is clicked.
setOnDoubleSelectAction(Consumer<Map<String, String>>) - Method in class com.avrix.ui.widgets.TableWidget
Sets the action to be performed when a row is double-clicked.
setOnRightClickAction(Consumer<Map<String, String>>) - Method in class com.avrix.ui.widgets.TableWidget
Sets the action to be performed when a row is right-clicked.
setOnSelectAction(Consumer<Map<String, String>>) - Method in class com.avrix.ui.widgets.TableWidget
Sets the action to be performed when a row is selected.
setOnSlideAction(Consumer<Integer>) - Method in class com.avrix.ui.widgets.SliderWidget
Sets the callback function to be executed when the slider value changes.
setOnTextChangeAction(Consumer<String>) - Method in class com.avrix.ui.widgets.InputTextWidget
Sets the action to be executed when the text changes.
setPlaceholder(String) - Method in class com.avrix.ui.widgets.InputTextWidget
Sets the placeholder text to be shown when the text value is empty.
setPlaceholderColor(NanoColor) - Method in class com.avrix.ui.widgets.InputTextWidget
Sets the color of the placeholder text.
setPopupButtonHeight(int) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Sets the popup button height.
setPopupHeight(int) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Sets the popup height.
setRadioHeight(int) - Method in class com.avrix.ui.widgets.RadioButtonWidget
Sets the height of each radio button.
setRadioWidth(int) - Method in class com.avrix.ui.widgets.RadioButtonWidget
Sets the width of each radio button.
setRepeatDelay(int) - Method in class com.avrix.ui.widgets.InputTextWidget
Sets the delay between key repeat events in milliseconds.
setResizable(boolean) - Method in class com.avrix.ui.widgets.WindowWidget
Sets the ability to resize the widget.
setRowHeight(int) - Method in class com.avrix.ui.widgets.TableWidget
Sets the height of each row in the Widget.
setRowHoverColor(NanoColor) - Method in class com.avrix.ui.widgets.TableWidget
Sets the color of the row hover background in the Widget.
setRows(List<Map<String, String>>) - Method in class com.avrix.ui.widgets.TableWidget
Sets the list of rows in the Widget.
setRowTextColor(NanoColor) - Method in class com.avrix.ui.widgets.TableWidget
Sets the color of the row text in the Widget.
setScrollable(boolean) - Method in class com.avrix.ui.widgets.Widget
Sets the scrollable property of the Widget.
setScrollLock(boolean) - Method in class com.avrix.ui.widgets.Widget
Sets the scrolling lock state for this Widget.
setScrollSpeed(int) - Method in class com.avrix.ui.widgets.Widget
Sets the speed at which the widget scrolls in response to mouse wheel movements.
setScrollX(int) - Method in class com.avrix.ui.widgets.Widget
Sets the current horizontal scroll offset of the widget.
setScrollY(int) - Method in class com.avrix.ui.widgets.Widget
Sets the current vertical scroll offset of the widget.
setSecure(boolean) - Method in class com.avrix.ui.widgets.InputTextWidget
Sets the secure mode for the input field.
setSelectionColor(NanoColor) - Method in class com.avrix.ui.widgets.InputTextWidget
Sets the color of the selected text highlight.
setShort(String, short) - Method in class com.avrix.utils.YamlFile
Sets a short value in the YAML file.
setShortList(String, List<Short>) - Method in class com.avrix.utils.YamlFile
Sets a list of shorts in the YAML file.
setString(String, String) - Method in class com.avrix.utils.YamlFile
Sets a string value in the YAML file.
setStringList(String, List<String>) - Method in class com.avrix.utils.YamlFile
Sets a list of strings in the YAML file.
setStringMap(String, Map<String, String>) - Method in class com.avrix.utils.YamlFile
Sets a map of string values in the YAML file under the specified key.
setText(String) - Method in class com.avrix.ui.widgets.ButtonWidget
Sets the text of the ButtonWidget.
setText(String) - Method in class com.avrix.ui.widgets.LabelWidget
Sets the text to be displayed by the Widget.
setTextColor(NanoColor) - Method in class com.avrix.ui.notify.Notification
Sets the color of the text.
setTextColor(NanoColor) - Method in class com.avrix.ui.widgets.ButtonWidget
Sets the text color of the ButtonWidget.
setTextColor(NanoColor) - Method in class com.avrix.ui.widgets.ColorPickerWidget
Sets the text color used for displaying text on the widget.
setTextColor(NanoColor) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Sets the text color.
setTextColor(NanoColor) - Method in class com.avrix.ui.widgets.InputTextWidget
Sets the color of the text.
setTextColor(NanoColor) - Method in class com.avrix.ui.widgets.LabelWidget
Sets the color of the text.
setTextColor(NanoColor) - Method in class com.avrix.ui.widgets.RadioButtonWidget
Sets the color of the text in the radio buttons.
setTextFont(String) - Method in class com.avrix.ui.widgets.InputTextWidget
Sets the font to be used for displaying text.
setTextOffset(int) - Method in class com.avrix.ui.widgets.SliderWidget
Sets the text offset for the widget.
setThumbColor(NanoColor) - Method in class com.avrix.ui.widgets.ScrollbarWidget
Sets the color of the scrollbar thumb (the draggable part of the scrollbar).
setThumbWidth(int) - Method in class com.avrix.ui.widgets.SliderWidget
Sets the width of the thumb in the widget.
setTimeColor(NanoColor) - Method in class com.avrix.ui.notify.Notification
Sets the color of the time bar.
setTitle(String) - Method in class com.avrix.ui.widgets.WindowWidget
Sets the title of the Widget's header.
setTitleColor(NanoColor) - Method in class com.avrix.ui.widgets.CheckboxWidget
Sets the color of the title text.
setTitleOffset(int) - Method in class com.avrix.ui.widgets.CheckboxWidget
Sets the offset between the checkbox and the title text.
setTitleText(String) - Method in class com.avrix.ui.widgets.CheckboxWidget
Sets the title text for the checkbox.
setUpdatingLayout(boolean) - Method in class com.avrix.ui.widgets.BoxLayoutWidget
Sets the updating layout status.
setValue(int) - Method in class com.avrix.ui.widgets.SliderWidget
Sets the value of the widget.
setValue(NanoColor) - Method in class com.avrix.ui.widgets.ColorPickerWidget
Sets the current NanoColor value to be displayed and adjusted.
setValue(String) - Method in class com.avrix.ui.widgets.InputTextWidget
Sets the current value of the text widget.
setValue(String, Object) - Method in class com.avrix.utils.YamlFile
Sets a value in the YAML file.
setValueIndex(int) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Sets the value index.
setValueList(List<String>) - Method in class com.avrix.ui.widgets.ComboBoxWidget
Sets the value list.
setVisible(boolean) - Method in class com.avrix.ui.widgets.Widget
Sets the visibility of the Widget.
setWidth(int) - Method in class com.avrix.ui.notify.Notification
Sets the width of the notification.
setWidth(int) - Method in class com.avrix.ui.widgets.Widget
Sets the width of the Widget.
setX(int) - Method in class com.avrix.ui.widgets.Widget
Sets the relative x-coordinate of the top-left corner of the Widget.
setXA(int) - Method in class com.avrix.ui.widgets.Widget
Sets the absolute x-coordinate of the top-left corner of the Widget.
setY(int) - Method in class com.avrix.ui.widgets.Widget
Sets the relative y-coordinate of the top-left corner of the Widget.
setYA(int) - Method in class com.avrix.ui.widgets.Widget
Sets the absolute y-coordinate of the top-left corner of the Widget.
show() - Method in class com.avrix.ui.notify.Notification
Displays the notification.
show() - Method in class com.avrix.ui.widgets.ModalWidget
Open current modal window
show() - Method in class com.avrix.ui.widgets.PopupWidget
Open current PopupWidget
SILVER - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for silver (#C0C0C0).
SliderWidget - Class in com.avrix.ui.widgets
Represents a slider widget that allows the user to select a value by dragging a thumb along a bar.
SliderWidget(int, int, int, Consumer<Integer>) - Constructor for class com.avrix.ui.widgets.SliderWidget
Constructs a new SliderWidget with the specified position, width, and slide action callback.
sortByColumn(String, boolean) - Method in class com.avrix.ui.widgets.TableWidget
Sorts the table rows by the specified column in the given order.
sortMetadata(List<Metadata>) - Static method in class com.avrix.plugin.Metadata
Sorts a list of Metadata objects based on their dependencies using topological sort.
SPACE_SYMBOL - Static variable in class com.avrix.api.server.ChatUtils
White space symbol, used to separate words after applying color, etc. to it.
success(String, int) - Static method in class com.avrix.ui.notify.Notify
Displays a success notification with a specified lifetime.
SUCCESS - Enum constant in enum class com.avrix.enums.NotificationType
Success notification.

T

TableWidget - Class in com.avrix.ui.widgets
Represents a Widget that displays tabular data in a scrollable table format.
TableWidget(int, int, int, int) - Constructor for class com.avrix.ui.widgets.TableWidget
Constructs a new TableWidget with the specified position and size.
tallocNVG(NanoColor.ColorAction) - Method in class com.avrix.ui.NanoColor
Temporarily allocates an NVGColor and executes the given action with it.
toHEX() - Method in class com.avrix.ui.NanoColor
Converts the color to its HEX representation including alpha.
toString() - Method in record class com.avrix.events.EventManager.EventListener
Returns a string representation of this record class.
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class com.avrix.agent.AgentTransformer
The transform method is called for each class that is loaded into the JVM.
transformClass(String, byte[]) - Static method in class com.avrix.agent.AgentManager
Transforming a class by its name using a new class as a byte array.
TRANSPARENT - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for transparency.
truncateText(String, String, int, int) - Static method in class com.avrix.ui.NanoDrawer
Truncates the given text with an ellipsis if it exceeds the specified width.

U

unregister(Class<T>) - Static method in class com.avrix.plugin.ServiceManager
Removes a service from the list of registered ones
update() - Method in class com.avrix.ui.widgets.LabelWidget
Updates the Widget
update() - Method in class com.avrix.ui.widgets.ModalWidget
Updates the Widget
update() - Method in class com.avrix.ui.widgets.PanelWidget
Updates the Widget
update() - Method in class com.avrix.ui.widgets.ScrollbarWidget
Updates the Widget
update() - Method in class com.avrix.ui.widgets.ScrollPanelWidget
Updates the Widget
update() - Method in class com.avrix.ui.widgets.SliderWidget
Updates the Widget
update() - Method in class com.avrix.ui.widgets.TableWidget
Updates the Widget state, including recalculating column widths and scrollbar positions.
update() - Method in class com.avrix.ui.widgets.Widget
Updates the Widget
update() - Method in class com.avrix.ui.widgets.WindowWidget
Updates the Widget
updateLayout() - Method in class com.avrix.ui.widgets.BoxLayoutWidget
Updates the layout of the Widget, positioning its children with the specified margin between them.
updateLayout() - Method in class com.avrix.ui.widgets.HorizontalBoxWidget
Updates the layout of the Widget, positioning its children horizontally with the specified margin between them.
updateLayout() - Method in class com.avrix.ui.widgets.VerticalBoxWidget
Updates the layout of the Widget, positioning its children vertically with the specified margin between them.
updateMouseEvent() - Static method in class com.avrix.ui.InputWidgetHandler
Updates mouse events and dispatches them to the appropriate widgets.
updatePosition() - Method in class com.avrix.ui.widgets.ScrollbarWidget
Update the Widget position
updateRow(int, String...) - Method in class com.avrix.ui.widgets.TableWidget
Updates an existing row at the specified index with the new values.

V

value() - Element in annotation interface com.avrix.commands.CommandAccessLevel
Specifies the required access level.
value() - Element in annotation interface com.avrix.commands.CommandDescription
The description of the command.
value() - Element in annotation interface com.avrix.commands.CommandExecutionScope
The scope of the command.
value() - Element in annotation interface com.avrix.commands.CommandName
The name of the command.
valueOf(String) - Static method in enum class com.avrix.enums.AccessLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.avrix.enums.CommandScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.avrix.enums.Environment
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.avrix.enums.KeyEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.avrix.enums.NotificationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.avrix.enums.Priority
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.avrix.enums.AccessLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.avrix.enums.CommandScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.avrix.enums.Environment
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.avrix.enums.KeyEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.avrix.enums.NotificationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.avrix.enums.Priority
Returns an array containing the constants of this enum class, in the order they are declared.
version(String) - Method in class com.avrix.plugin.Metadata.MetadataBuilder
Sets the version of the plugin.
VersionChecker - Class in com.avrix.utils
A set of tools for checking the compatibility of two versions.
VersionChecker() - Constructor for class com.avrix.utils.VersionChecker
 
VerticalBoxWidget - Class in com.avrix.ui.widgets
A Widget that arranges its children vertically with a specified margin between them.
VerticalBoxWidget(int, int, int, int, boolean) - Constructor for class com.avrix.ui.widgets.VerticalBoxWidget
Constructs a VerticalBoxWidget with the specified position, size, and autoresize option.
VIOLET - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for violet (#EE82EE).

W

warn(String, int) - Static method in class com.avrix.ui.notify.Notify
Displays a warning notification with a specified lifetime.
WARN - Enum constant in enum class com.avrix.enums.NotificationType
Warning notification.
WHITE - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for white (#FFFFFF).
WHITE_SMOKE - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for white smoke (#F5F5F5).
Widget - Class in com.avrix.ui.widgets
Abstract base class for all UI Widget's.
Widget(int, int, int, int) - Constructor for class com.avrix.ui.widgets.Widget
Constructs a new Widget with the specified position and size.
WidgetManager - Class in com.avrix.ui
Manages a collection of Widget instances, handling rendering and updates.
WidgetManager() - Constructor for class com.avrix.ui.WidgetManager
 
WindowUtils - Class in com.avrix.api.client
A set of tools for managing the game window
WindowUtils() - Constructor for class com.avrix.api.client.WindowUtils
 
WindowWidget - Class in com.avrix.ui.widgets
Represents a Widget panel that can be customized with various properties such as font, title, header color, and header height.
WindowWidget(String, int, int, int, int) - Constructor for class com.avrix.ui.widgets.WindowWidget
Constructs a new Widget with the specified position and size.
write(byte[], int, int) - Method in class com.avrix.logs.LineReadingOutputStream
Writes a portion of a byte array to this output stream.
write(int) - Method in class com.avrix.logs.LineReadingOutputStream
Writes a single byte to this output stream.
write(LogEntry) - Method in class com.avrix.logs.IsolatedConsoleWriter
Writes the log entry to the appropriate output stream based on the log entry's level.

Y

YamlFile - Class in com.avrix.utils
This class represents a YAML file and provides methods to read, write, and manipulate its contents.
YamlFile(File) - Constructor for class com.avrix.utils.YamlFile
Constructor to load a YAML file from a File.
YamlFile(InputStream, Path, String) - Constructor for class com.avrix.utils.YamlFile
Constructor to load a YAML file from an InputStream.
YamlFile(String) - Constructor for class com.avrix.utils.YamlFile
Constructor to load a YAML file from a file path.
YamlFile(String, String) - Constructor for class com.avrix.utils.YamlFile
Constructor to load a YAML file from a JAR file.
YamlFile(URI) - Constructor for class com.avrix.utils.YamlFile
Constructor to load a YAML file from a URI.
YamlFile(URL) - Constructor for class com.avrix.utils.YamlFile
Constructor to load a YAML file from a URL.
YamlFile(Path) - Constructor for class com.avrix.utils.YamlFile
Constructor to load a YAML file from a Path.
YELLOW - Static variable in class com.avrix.ui.NanoColor
Predefined color constant for yellow (#FFFF00).
A B C D E F G H I K L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values