diff --git a/docs/javadoc/com/avrix/ui/widgets/ComboBoxWidget.html b/docs/javadoc/com/avrix/ui/widgets/ComboBoxWidget.html index 486480e..8323bd4 100644 --- a/docs/javadoc/com/avrix/ui/widgets/ComboBoxWidget.html +++ b/docs/javadoc/com/avrix/ui/widgets/ComboBoxWidget.html @@ -230,6 +230,66 @@

Method Summary

Adds a new value to the ComboBox.
+
NVGColor
+
getAccentColor()
+
+
Gets the accent color.
+
+
int
+
getBorderOffset()
+
+
Gets the border offset.
+
+
int
+
getDropButtonWidth()
+
+
Gets the width of the drop button.
+
+
String
+
getDropIcon()
+
+
Gets the drop icon.
+
+
String
+
getFontName()
+
+
Gets the name of the font.
+
+
int
+
getFontSize()
+
+
Gets the font size.
+
+
NVGColor
+
getIconColor()
+
+
Gets the icon color.
+
+
String
+
getIconFontName()
+
+
Gets the name of the icon font.
+
+
int
+
getIconSize()
+
+
Gets the drop icon size.
+
+
int
+
getPopupButtonHeight()
+
+
Gets the popup button height.
+
+
int
+
getPopupHeight()
+
+
Gets the popup height.
+
+
NVGColor
+
getTextColor()
+
+
Gets the text color.
+
String
getValue()
@@ -240,6 +300,16 @@

Method Summary

Returns the value at the specified index.
+
int
+
getValueIndex()
+
+
Gets the value index.
+
+
List<String>
+
getValueList()
+
+
Gets the value list.
+
void
onLeftMouseDown(int x, int y)
@@ -273,6 +343,76 @@

Method Summary

Renders the Widget
+
void
+
setAccentColor(NVGColor accentColor)
+
+
Sets the accent color.
+
+
void
+
setBorderOffset(int borderOffset)
+
+
Sets the border offset.
+
+
void
+
setDropButtonWidth(int dropButtonWidth)
+
+
Sets the width of the drop button.
+
+
void
+
setDropIcon(String dropIcon)
+
+
Sets the drop icon.
+
+
void
+
setFontName(String fontName)
+
+
Sets the name of the font.
+
+
void
+
setFontSize(int fontSize)
+
+
Sets the font size.
+
+
void
+
setIconColor(NVGColor iconColor)
+
+
Sets the icon color.
+
+
void
+
setIconFontName(String iconFontName)
+
+
Sets the name of the icon font.
+
+
void
+
setIconSize(int iconSize)
+
+
Sets the drop icon size.
+
+
void
+
setPopupButtonHeight(int popupButtonHeight)
+
+
Sets the popup button height.
+
+
void
+
setPopupHeight(int popupHeight)
+
+
Sets the popup height.
+
+
void
+
setTextColor(NVGColor textColor)
+
+
Sets the text color.
+
+
void
+
setValueIndex(int valueIndex)
+
+
Sets the value index.
+
+
void
+
setValueList(List<String> valueList)
+
+
Sets the value list.
+
@@ -538,6 +678,314 @@

removeValue

  • +
    +

    getIconFontName

    +
    public String getIconFontName()
    +
    Gets the name of the icon font.
    +
    +
    Returns:
    +
    the name of the icon font
    +
    +
    +
  • +
  • +
    +

    setIconFontName

    +
    public void setIconFontName(String iconFontName)
    +
    Sets the name of the icon font.
    +
    +
    Parameters:
    +
    iconFontName - the new name of the icon font
    +
    +
    +
  • +
  • +
    +

    getFontName

    +
    public String getFontName()
    +
    Gets the name of the font.
    +
    +
    Returns:
    +
    the name of the font
    +
    +
    +
  • +
  • +
    +

    setFontName

    +
    public void setFontName(String fontName)
    +
    Sets the name of the font.
    +
    +
    Parameters:
    +
    fontName - the new name of the font
    +
    +
    +
  • +
  • +
    +

    getDropIcon

    +
    public String getDropIcon()
    +
    Gets the drop icon.
    +
    +
    Returns:
    +
    the drop icon
    +
    +
    +
  • +
  • +
    +

    setDropIcon

    +
    public void setDropIcon(String dropIcon)
    +
    Sets the drop icon.
    +
    +
    Parameters:
    +
    dropIcon - the new drop icon
    +
    +
    +
  • +
  • +
    +

    getDropButtonWidth

    +
    public int getDropButtonWidth()
    +
    Gets the width of the drop button.
    +
    +
    Returns:
    +
    the width of the drop button
    +
    +
    +
  • +
  • +
    +

    setDropButtonWidth

    +
    public void setDropButtonWidth(int dropButtonWidth)
    +
    Sets the width of the drop button.
    +
    +
    Parameters:
    +
    dropButtonWidth - the new width of the drop button
    +
    +
    +
  • +
  • +
    +

    getValueIndex

    +
    public int getValueIndex()
    +
    Gets the value index.
    +
    +
    Returns:
    +
    the value index
    +
    +
    +
  • +
  • +
    +

    setValueIndex

    +
    public void setValueIndex(int valueIndex)
    +
    Sets the value index.
    +
    +
    Parameters:
    +
    valueIndex - the new value index
    +
    +
    +
  • +
  • +
    +

    getPopupHeight

    +
    public int getPopupHeight()
    +
    Gets the popup height.
    +
    +
    Returns:
    +
    the popup height
    +
    +
    +
  • +
  • +
    +

    setPopupHeight

    +
    public void setPopupHeight(int popupHeight)
    +
    Sets the popup height.
    +
    +
    Parameters:
    +
    popupHeight - the new popup height
    +
    +
    +
  • +
  • +
    +

    getPopupButtonHeight

    +
    public int getPopupButtonHeight()
    +
    Gets the popup button height.
    +
    +
    Returns:
    +
    the popup button height
    +
    +
    +
  • +
  • +
    +

    setPopupButtonHeight

    +
    public void setPopupButtonHeight(int popupButtonHeight)
    +
    Sets the popup button height.
    +
    +
    Parameters:
    +
    popupButtonHeight - the new popup button height
    +
    +
    +
  • +
  • +
    +

    getFontSize

    +
    public int getFontSize()
    +
    Gets the font size.
    +
    +
    Returns:
    +
    the font size
    +
    +
    +
  • +
  • +
    +

    setFontSize

    +
    public void setFontSize(int fontSize)
    +
    Sets the font size.
    +
    +
    Parameters:
    +
    fontSize - the new font size
    +
    +
    +
  • +
  • +
    +

    getValueList

    +
    public List<String> getValueList()
    +
    Gets the value list.
    +
    +
    Returns:
    +
    the value list
    +
    +
    +
  • +
  • +
    +

    setValueList

    +
    public void setValueList(List<String> valueList)
    +
    Sets the value list.
    +
    +
    Parameters:
    +
    valueList - the new value list
    +
    +
    +
  • +
  • +
    +

    getIconColor

    +
    public NVGColor getIconColor()
    +
    Gets the icon color.
    +
    +
    Returns:
    +
    the icon color
    +
    +
    +
  • +
  • +
    +

    setIconColor

    +
    public void setIconColor(NVGColor iconColor)
    +
    Sets the icon color.
    +
    +
    Parameters:
    +
    iconColor - the new icon color
    +
    +
    +
  • +
  • +
    +

    getTextColor

    +
    public NVGColor getTextColor()
    +
    Gets the text color.
    +
    +
    Returns:
    +
    the text color
    +
    +
    +
  • +
  • +
    +

    setTextColor

    +
    public void setTextColor(NVGColor textColor)
    +
    Sets the text color.
    +
    +
    Parameters:
    +
    textColor - the new text color
    +
    +
    +
  • +
  • +
    +

    getAccentColor

    +
    public NVGColor getAccentColor()
    +
    Gets the accent color.
    +
    +
    Returns:
    +
    the accent color
    +
    +
    +
  • +
  • +
    +

    setAccentColor

    +
    public void setAccentColor(NVGColor accentColor)
    +
    Sets the accent color.
    +
    +
    Parameters:
    +
    accentColor - the new accent color
    +
    +
    +
  • +
  • +
    +

    getIconSize

    +
    public int getIconSize()
    +
    Gets the drop icon size.
    +
    +
    Returns:
    +
    the icon size
    +
    +
    +
  • +
  • +
    +

    setIconSize

    +
    public void setIconSize(int iconSize)
    +
    Sets the drop icon size.
    +
    +
    Parameters:
    +
    iconSize - the new icon size
    +
    +
    +
  • +
  • +
    +

    getBorderOffset

    +
    public int getBorderOffset()
    +
    Gets the border offset.
    +
    +
    Returns:
    +
    the border offset
    +
    +
    +
  • +
  • +
    +

    setBorderOffset

    +
    public void setBorderOffset(int borderOffset)
    +
    Sets the border offset.
    +
    +
    Parameters:
    +
    borderOffset - the new border offset
    +
    +
    +
  • +
  • render

    public void render()
    diff --git a/docs/javadoc/index-all.html b/docs/javadoc/index-all.html index bcaded5..220ed3c 100644 --- a/docs/javadoc/index-all.html +++ b/docs/javadoc/index-all.html @@ -929,6 +929,10 @@

    G

    get() - Method in class com.avrix.ui.NVGContext
     
    +
    getAccentColor() - Method in class com.avrix.ui.widgets.ComboBoxWidget
    +
    +
    Gets the accent color.
    +
    getAccentColor() - Method in class com.avrix.ui.widgets.SliderWidget
    Gets the accent color used in the widget.
    @@ -993,6 +997,10 @@

    G

    Gets a map of boolean values from the YAML file stored under the specified key.
    +
    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.
    @@ -1129,6 +1137,14 @@

    G

    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.
    @@ -2069,6 +2085,10 @@

    G

    Returns the font name used for the title 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.
    @@ -2089,6 +2109,10 @@

    G

    Returns the font size used for the title 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.
    @@ -2113,10 +2137,22 @@

    G

    Returns the horizontal scrollbar Widget associated with this container.
    +
    getIconColor() - Method in class com.avrix.ui.widgets.ComboBoxWidget
    +
    +
    Gets the icon color.
    +
    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.
    +
    +
    getIconSize() - Method in class com.avrix.ui.widgets.ComboBoxWidget
    +
    +
    Gets the drop icon size.
    +
    getId() - Method in class com.avrix.plugin.Metadata
    Returns the ID of the plugin.
    @@ -2245,6 +2281,14 @@

    G

    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.
    @@ -2321,6 +2365,10 @@

    G

    Returns the text color of the ButtonWidget.
    +
    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.
    @@ -2401,6 +2449,14 @@

    G

    Gets a value from the YAML file.
    +
    getValueIndex() - Method in class com.avrix.ui.widgets.ComboBoxWidget
    +
    +
    Gets the value index.
    +
    +
    getValueList() - Method in class com.avrix.ui.widgets.ComboBoxWidget
    +
    +
    Gets the value list.
    +
    getVersion() - Method in class com.avrix.plugin.Metadata
    Returns the version of the plugin.
    @@ -6171,6 +6227,10 @@

    S

    Sets the RGBA values of this NVGColor to match another NVGColor.
    +
    setAccentColor(NVGColor) - Method in class com.avrix.ui.widgets.ComboBoxWidget
    +
    +
    Sets the accent color.
    +
    setAccentColor(NVGColor) - Method in class com.avrix.ui.widgets.SliderWidget
    Sets the accent color for the widget.
    @@ -6231,6 +6291,10 @@

    S

    Sets the border color 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.
    @@ -6315,6 +6379,14 @@

    S

    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.
    @@ -6343,6 +6415,10 @@

    S

    Sets the font name used for the title 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.
    @@ -6359,6 +6435,10 @@

    S

    Sets the font size used for the title 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.
    @@ -6383,10 +6463,22 @@

    S

    Sets the height of the Widget.
    +
    setIconColor(NVGColor) - Method in class com.avrix.ui.widgets.ComboBoxWidget
    +
    +
    Sets the icon color.
    +
    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.
    +
    +
    setIconSize(int) - Method in class com.avrix.ui.widgets.ComboBoxWidget
    +
    +
    Sets the drop icon size.
    +
    setInt(String, int) - Method in class com.avrix.utils.YamlFile
    Sets an integer value in the YAML file.
    @@ -6471,6 +6563,14 @@

    S

    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.
    +
    setRepeatDelay(int) - Method in class com.avrix.ui.widgets.InputTextWidget
    Sets the delay between key repeat events in milliseconds.
    @@ -6539,6 +6639,10 @@

    S

    Sets the text color of the ButtonWidget.
    +
    setTextColor(NVGColor) - Method in class com.avrix.ui.widgets.ComboBoxWidget
    +
    +
    Sets the text color.
    +
    setTextColor(NVGColor) - Method in class com.avrix.ui.widgets.InputTextWidget
    Sets the color of the text.
    @@ -6591,6 +6695,14 @@

    S

    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.
    diff --git a/docs/javadoc/member-search-index.js b/docs/javadoc/member-search-index.js index bd1d81b..38ac9e1 100644 --- a/docs/javadoc/member-search-index.js +++ b/docs/javadoc/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"com.avrix.ui.widgets","c":"Widget","l":"absoluteX"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"absoluteY"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"accentColor"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"accentColor"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"active"},{"p":"com.avrix.ui.widgets","c":"PopupWidget","l":"addChild(Widget)","u":"addChild(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"addChild(Widget)","u":"addChild(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"addChild(Widget)","u":"addChild(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"addChild(Widget)","u":"addChild(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.agent","c":"Agent","l":"addClassPath(File)","u":"addClassPath(java.io.File)"},{"p":"com.avrix.commands","c":"CommandsManager","l":"addCommand(Command)","u":"addCommand(com.avrix.commands.Command)"},{"p":"com.avrix.lua","c":"LuaExposer","l":"addExposedClass(Class)","u":"addExposedClass(java.lang.Class)"},{"p":"com.avrix.lua","c":"LuaExposer","l":"addExposedGlobalObject(Object)","u":"addExposedGlobalObject(java.lang.Object)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"addItem(IsoPlayer, InventoryItem, int)","u":"addItem(zombie.characters.IsoPlayer,zombie.inventory.InventoryItem,int)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"addItem(IsoPlayer, String, int)","u":"addItem(zombie.characters.IsoPlayer,java.lang.String,int)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"addItem(UdpConnection, InventoryItem, int)","u":"addItem(zombie.core.raknet.UdpConnection,zombie.inventory.InventoryItem,int)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"addItem(UdpConnection, String, int)","u":"addItem(zombie.core.raknet.UdpConnection,java.lang.String,int)"},{"p":"com.avrix.events","c":"EventManager","l":"addListener(Event)","u":"addListener(com.avrix.events.Event)"},{"p":"com.avrix.events","c":"EventManager","l":"addListener(Event, Priority)","u":"addListener(com.avrix.events.Event,com.avrix.enums.Priority)"},{"p":"com.avrix.lua","c":"LuaManager","l":"addLuaActiveFolder(File)","u":"addLuaActiveFolder(java.io.File)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"addToScreen()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"addValue(String)","u":"addValue(java.lang.String)"},{"p":"com.avrix.ui","c":"WidgetManager","l":"addWidget(Widget)","u":"addWidget(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.enums","c":"AccessLevel","l":"ADMIN"},{"p":"com.avrix.agent","c":"Agent","l":"Agent()","u":"%3Cinit%3E()"},{"p":"com.avrix.agent","c":"AgentLoader","l":"AgentLoader()","u":"%3Cinit%3E()"},{"p":"com.avrix.agent","c":"Agent","l":"agentmain(String, Instrumentation)","u":"agentmain(java.lang.String,java.lang.instrument.Instrumentation)"},{"p":"com.avrix.agent","c":"AgentManager","l":"AgentManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.agent","c":"AgentTransformer","l":"AgentTransformer()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGColor","l":"alpha(float)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"alwaysOnTop"},{"p":"com.avrix.utils","c":"PatchUtils","l":"applyDefaultPatches()"},{"p":"com.avrix.agent","c":"ClassModifier","l":"applyModifications()"},{"p":"com.avrix.agent","c":"ClassTransformer","l":"applyModifications()"},{"p":"com.avrix.utils","c":"PatchUtils","l":"applyPluginPatches(Metadata, ClassLoader)","u":"applyPluginPatches(com.avrix.plugin.Metadata,java.lang.ClassLoader)"},{"p":"com.avrix.ui","c":"NVGColor","l":"AQUA"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"author(String)","u":"author(java.lang.String)"},{"p":"com.avrix.utils","c":"Constants","l":"AVRIX_NAME"},{"p":"com.avrix.utils","c":"Constants","l":"AVRIX_VERSION"},{"p":"com.avrix.ui","c":"NVGColor","l":"BABY_BLUE"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"backgroundColor"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"backgroundColor"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"banPlayer(IsoPlayer, String, boolean, boolean)","u":"banPlayer(zombie.characters.IsoPlayer,java.lang.String,boolean,boolean)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"banPlayer(UdpConnection, String, boolean, boolean)","u":"banPlayer(zombie.core.raknet.UdpConnection,java.lang.String,boolean,boolean)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"barColor"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"barFillOffset"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"barHeight"},{"p":"com.avrix.ui","c":"NVGContext","l":"beginFrame(int, int)","u":"beginFrame(int,int)"},{"p":"com.avrix.ui","c":"NVGContext","l":"beginFrame(int, int, float)","u":"beginFrame(int,int,float)"},{"p":"com.avrix.ui","c":"NVGColor","l":"BLACK"},{"p":"com.avrix.ui","c":"NVGColor","l":"BLUE"},{"p":"com.avrix.ui","c":"NVGColor","l":"blue(float)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"borderColor"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"borderOffset"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"borderOffset"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"borderOffset"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"borderRadius"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"borderRadius"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"borderWidth"},{"p":"com.avrix.enums","c":"CommandScope","l":"BOTH"},{"p":"com.avrix.enums","c":"Environment","l":"BOTH"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"bringToTop()"},{"p":"com.avrix.ui","c":"WidgetManager","l":"bringWidgetToTop(Widget)","u":"bringWidgetToTop(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.agent","c":"ClassModifier.ClassModifierBuilder","l":"build()"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"build()"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"ButtonWidget(String, int, int, int, int, int, NVGColor, Runnable)","u":"%3Cinit%3E(java.lang.String,int,int,int,int,int,com.avrix.ui.NVGColor,java.lang.Runnable)"},{"p":"com.avrix.utils","c":"Constants","l":"CACHE_DIR_NAME"},{"p":"com.avrix.resources","c":"ResourceManager","l":"cachePath"},{"p":"com.avrix.ui","c":"NVGColor","l":"callocNVG()"},{"p":"com.avrix.enums","c":"CommandScope","l":"CHAT"},{"p":"com.avrix.utils","c":"ChatUtils","l":"ChatUtils()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"checkBoxSize"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"CheckboxWidget(String, int, int, int, int, Consumer)","u":"%3Cinit%3E(java.lang.String,int,int,int,int,java.util.function.Consumer)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"checkColor"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"checked"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"checkIcon"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"children"},{"p":"com.avrix.agent","c":"ClassModifier.ClassModifierBuilder","l":"ClassModifierBuilder(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.avrix.agent","c":"ClassTransformer","l":"ClassTransformer(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"clear()"},{"p":"com.avrix.events","c":"EventManager","l":"clearAllListeners()"},{"p":"com.avrix.resources","c":"ResourceManager","l":"clearCache()"},{"p":"com.avrix.events","c":"EventManager","l":"clearListenersForEvent(String)","u":"clearListenersForEvent(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"clickSound"},{"p":"com.avrix.enums","c":"Environment","l":"CLIENT"},{"p":"com.avrix.logs","c":"IsolatedConsoleWriter","l":"close()"},{"p":"com.avrix.logs","c":"LineReadingOutputStream","l":"close()"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"close()"},{"p":"com.avrix.ui.widgets","c":"PopupWidget","l":"close()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"closeWindow()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"ComboBoxWidget(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget.ComboPopupButton","l":"ComboPopupButton(String, int, int, int, int, int, NVGColor, Runnable)","u":"%3Cinit%3E(java.lang.String,int,int,int,int,int,com.avrix.ui.NVGColor,java.lang.Runnable)"},{"p":"com.avrix.commands","c":"Command","l":"Command()","u":"%3Cinit%3E()"},{"p":"com.avrix.commands","c":"CommandsManager","l":"CommandsManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"compressedWidth"},{"p":"com.avrix.enums","c":"CommandScope","l":"CONSOLE"},{"p":"com.avrix.utils","c":"Constants","l":"Constants()","u":"%3Cinit%3E()"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"contacts(String)","u":"contacts(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"contentPanel"},{"p":"com.avrix.ui","c":"NVGColor","l":"copy()"},{"p":"com.avrix.plugin","c":"Plugin","l":"copyConfigFromJar(String, File)","u":"copyConfigFromJar(java.lang.String,java.io.File)"},{"p":"com.avrix.ui","c":"NVGColor","l":"CORAL"},{"p":"com.avrix.utils","c":"YamlFile","l":"create(File)","u":"create(java.io.File)"},{"p":"com.avrix.utils","c":"YamlFile","l":"create(Path)","u":"create(java.nio.file.Path)"},{"p":"com.avrix.utils","c":"YamlFile","l":"create(String)","u":"create(java.lang.String)"},{"p":"com.avrix.ui","c":"NVGFont","l":"createFont(String, Path)","u":"createFont(java.lang.String,java.nio.file.Path)"},{"p":"com.avrix.ui","c":"NVGFont","l":"createFont(String, String, String)","u":"createFont(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.avrix.plugin","c":"Metadata","l":"createFromJar(File, String)","u":"createFromJar(java.io.File,java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"cursorVisible"},{"p":"com.avrix.ui","c":"NVGColor","l":"CYAN"},{"p":"com.avrix.ui","c":"NVGColor","l":"DARK_GRAY"},{"p":"com.avrix.ui","c":"NVGColor","l":"DARK_VIOLET"},{"p":"com.avrix.resources","c":"ResourceManager","l":"deleteFolderContents(File)","u":"deleteFolderContents(java.io.File)"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"dependencies(Map)","u":"dependencies(java.util.Map)"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"description(String)","u":"description(java.lang.String)"},{"p":"com.avrix.ui","c":"NVGContext","l":"dispose()"},{"p":"com.avrix.ui","c":"NVGColor","l":"divide(float)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"draggable"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"dragging"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"dragging"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"dragOffsetX"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"dragOffsetY"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawArc(int, int, float, float, float, float, NVGColor)","u":"drawArc(int,int,float,float,float,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawArc(int, int, float, float, float, float, NVGColor)","u":"drawArc(int,int,float,float,float,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawArc(int, int, float, float, float, NVGColor)","u":"drawArc(int,int,float,float,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawArc(int, int, float, float, float, NVGColor)","u":"drawArc(int,int,float,float,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"drawBorder"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawCircle(int, int, float, NVGColor)","u":"drawCircle(int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawCircle(int, int, float, NVGColor)","u":"drawCircle(int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawEllipse(int, int, int, int, NVGColor)","u":"drawEllipse(int,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawEllipse(int, int, int, int, NVGColor)","u":"drawEllipse(int,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawImage(int, int, int, int, int, float)","u":"drawImage(int,int,int,int,int,float)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawImage(int, int, int, int, int, float)","u":"drawImage(int,int,int,int,int,float)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawImage(Path, int, int, int, int, float)","u":"drawImage(java.nio.file.Path,int,int,int,int,float)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawImage(Path, int, int, int, int, float)","u":"drawImage(java.nio.file.Path,int,int,int,int,float)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawImage(String, int, int, int, int, float)","u":"drawImage(java.lang.String,int,int,int,int,float)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawImage(String, int, int, int, int, float)","u":"drawImage(java.lang.String,int,int,int,int,float)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawImage(String, String, int, int, int, int, float)","u":"drawImage(java.lang.String,java.lang.String,int,int,int,int,float)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawImage(String, String, int, int, int, int, float)","u":"drawImage(java.lang.String,java.lang.String,int,int,int,int,float)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawLine(int, int, int, int, float, NVGColor)","u":"drawLine(int,int,int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawLine(int, int, int, int, float, NVGColor)","u":"drawLine(int,int,int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawRect(int, int, int, int, NVGColor)","u":"drawRect(int,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawRect(int, int, int, int, NVGColor)","u":"drawRect(int,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawRectOutline(int, int, int, int, float, NVGColor)","u":"drawRectOutline(int,int,int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawRectOutline(int, int, int, int, float, NVGColor)","u":"drawRectOutline(int,int,int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawRoundedRect(int, int, int, int, float, NVGColor)","u":"drawRoundedRect(int,int,int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawRoundedRect(int, int, int, int, float, NVGColor)","u":"drawRoundedRect(int,int,int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawRoundedRectOutline(int, int, int, int, int, float, NVGColor)","u":"drawRoundedRectOutline(int,int,int,int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawRoundedRectOutline(int, int, int, int, int, float, NVGColor)","u":"drawRoundedRectOutline(int,int,int,int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawText(String, String, int, int, int, NVGColor)","u":"drawText(java.lang.String,java.lang.String,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawText(String, String, int, int, int, NVGColor)","u":"drawText(java.lang.String,java.lang.String,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix.utils","c":"TextUtils","l":"drawText(String, UIFont, int, int, Color)","u":"drawText(java.lang.String,zombie.ui.UIFont,int,int,zombie.core.Color)"},{"p":"com.avrix.utils","c":"TextUtils","l":"drawText(String, UIFont, int, int, float, float, float, float)","u":"drawText(java.lang.String,zombie.ui.UIFont,int,int,float,float,float,float)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"dropButtonWidth"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"dropIcon"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"editable"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"enable"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"enable"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"enable"},{"p":"com.avrix.resources","c":"ResourceManager","l":"encodeFileName(String)","u":"encodeFileName(java.lang.String)"},{"p":"com.avrix.ui","c":"NVGContext","l":"endFrame()"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"entryPointsList(List)","u":"entryPointsList(java.util.List)"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"environment(String)","u":"environment(java.lang.String)"},{"p":"com.avrix.events","c":"EventManager.EventListener","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.avrix.events","c":"Event","l":"Event()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"EventManager.EventListener","l":"EventListener(Event, Priority)","u":"%3Cinit%3E(com.avrix.events.Event,com.avrix.enums.Priority)"},{"p":"com.avrix.events","c":"EventManager","l":"EventManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGColor.ColorAction","l":"execute(NVGColor)","u":"execute(org.lwjgl.nanovg.NVGColor)"},{"p":"com.avrix.plugin","c":"PluginClassLoader","l":"findClass(String)","u":"findClass(java.lang.String)"},{"p":"com.avrix.plugin","c":"PluginClassLoader","l":"findClass(String, boolean)","u":"findClass(java.lang.String,boolean)"},{"p":"com.avrix.plugin","c":"PluginClassLoader","l":"findLoaded(String)","u":"findLoaded(java.lang.String)"},{"p":"com.avrix.logs","c":"IsolatedConsoleWriter","l":"flush()"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"fontName"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"fontName"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"fontName"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"fontName"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"fontName"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"fontName"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"fontSize"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"fontSize"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"fontSize"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"fontSize"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"fontSize"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"fontSize"},{"p":"com.avrix.enums","c":"AccessLevel","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.avrix.enums","c":"Environment","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.avrix.ui","c":"NVGContext","l":"get()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getAccentColor()"},{"p":"com.avrix.commands","c":"Command","l":"getAccessLevel()"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"getAccessLevel(IsoPlayer)","u":"getAccessLevel(zombie.characters.IsoPlayer)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"getAccessLevel(UdpConnection)","u":"getAccessLevel(zombie.core.raknet.UdpConnection)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getAll()"},{"p":"com.avrix.events","c":"EventManager","l":"getAllListeners()"},{"p":"com.avrix.ui","c":"NVGColor","l":"getAlpha()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getAuthor()"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"getBackgroundColor()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getBarColor()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getBarFillOffset()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getBarHeight()"},{"p":"com.avrix.ui","c":"NVGColor","l":"getBlue()"},{"p":"com.avrix.utils","c":"YamlFile","l":"getBoolean(String)","u":"getBoolean(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getBooleanList(String)","u":"getBooleanList(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getBooleanMap(String)","u":"getBooleanMap(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getBorderOffset()"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"getBorderOffset()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getBorderRadius()"},{"p":"com.avrix.utils","c":"YamlFile","l":"getByte(String)","u":"getByte(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getByteList(String)","u":"getByteList(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getChar(String)","u":"getChar(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getCharacterList(String)","u":"getCharacterList(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getCheckBoxSize()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getCheckColor()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getCheckIcon()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getChildren()"},{"p":"com.avrix.plugin","c":"PluginClassLoader","l":"getClassByName(String)","u":"getClassByName(java.lang.String)"},{"p":"com.avrix.plugin","c":"PluginClassLoader","l":"getClasses()"},{"p":"com.avrix.agent","c":"ClassTransformer","l":"getClassName()"},{"p":"com.avrix.utils","c":"ChatUtils","l":"getColorCode(Color)","u":"getColorCode(zombie.core.Color)"},{"p":"com.avrix.utils","c":"ChatUtils","l":"getColorCode(float, float, float)","u":"getColorCode(float,float,float)"},{"p":"com.avrix.utils","c":"ChatUtils","l":"getColorCode(int, int, int)","u":"getColorCode(int,int,int)"},{"p":"com.avrix.commands","c":"CommandsManager","l":"getCommandArgs(String)","u":"getCommandArgs(java.lang.String)"},{"p":"com.avrix.commands","c":"CommandsManager","l":"getCommandArgs(String, String)","u":"getCommandArgs(java.lang.String,java.lang.String)"},{"p":"com.avrix.commands","c":"Command","l":"getCommandName()"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"getCompressedWidth()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getConfigFolder()"},{"p":"com.avrix.plugin","c":"Plugin","l":"getConfigFolder()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getContacts()"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"getContentPanel()"},{"p":"com.avrix.ui","c":"WidgetManager","l":"getContext()"},{"p":"com.avrix.plugin","c":"Plugin","l":"getDefaultConfig()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getDependencies()"},{"p":"com.avrix.commands","c":"Command","l":"getDescription()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getDescription()"},{"p":"com.avrix.utils","c":"IsoObjectUtils","l":"getDistance(IsoObject, IsoObject)","u":"getDistance(zombie.iso.IsoObject,zombie.iso.IsoObject)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getDouble(String)","u":"getDouble(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getDoubleList(String)","u":"getDoubleList(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getDoubleMap(String)","u":"getDoubleMap(java.lang.String)"},{"p":"com.avrix.plugin","c":"Metadata","l":"getEntryPoints()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getEnvironment()"},{"p":"com.avrix.events","c":"Event","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAcceptedFactionInviteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAcceptedSafehouseInviteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAcceptedTradeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAcceptInviteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAddForageDefsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAddIncomingEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAddMessageEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAddXPEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAdminMessageEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAIStateChangeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAmbientSoundEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCGlobalObjectSystemInitEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnChallengeQueryEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnChangeLanguageEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnChangeWeatherEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCharacterCollideEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCharacterDeathEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnChatMessageProcessedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnChatWindowInitEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnClientCommandEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnClimateManagerInitEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnClimateTickDebugEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnClimateTickEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnClothingUpdatedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnConnectedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnConnectFailedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnConnectionStateChangedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnContainerUpdateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCoopJoinFailedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCoopServerMessageEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCreateLivingCharacterEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCreatePlayerEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCreateSurvivorEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCreateUIEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCustomUIKeyEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCustomUIKeyPressedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCustomUIKeyReleasedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDawnEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDestroyIsoThumpableEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDeviceTextEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDisableSearchModeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDisconnectEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDistributionMergeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDoSpecialTooltipEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDoTileBuilding2Event","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDoTileBuilding3Event","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDuskEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDynamicMovableRecipeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnEnableSearchModeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnEnterVehicleEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnEquipPrimaryEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnEquipSecondaryEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnEveryDaysEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnEveryHoursEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnEveryOneMinuteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnEveryTenMinutesEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnExitVehicleEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnFETickEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnFillContainerEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnFillInventoryObjectContextMenuEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnFillSearchIconContextMenuEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnFillWorldObjectContextMenuEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGameBootEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGamepadConnectEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGamepadDisconnectEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGameStartEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGameTimeLoadedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGameWindowInitializedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGetDBSchemaEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGetTableResultEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGridBurntEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnHitZombieEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnInitGlobalModDataEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnInitModdedWeatherStageEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnInitRecordedMediaEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnInitSeasonsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnInitWorldEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnItemFallEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnJoypadActivateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnJoypadActivateUIEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnJoypadBeforeDeactivateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnJoypadBeforeReactivateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnJoypadDeactivateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnJoypadReactivateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnJoypadRenderUIEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnKeyKeepPressedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnKeyPressedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnKeyStartPressedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLevelPerkEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLoadedTileDefinitionsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLoadEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLoadGridsquareEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLoadMapZonesEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLoadModDataFromServerEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLoadRadioScriptsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLoadSoundBanksEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLuaFilesLoadedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLuaScriptExecuteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnMainMenuEnterEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnMechanicActionDoneEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnMiniScoreboardUpdateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnMngInvReceiveItemsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnModsModifiedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnMouseDownEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnMouseMoveEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnMouseUpEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnMultiTriggerNPCEventEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnNewFireEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnNewGameEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnObjectAboutToBeRemovedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnObjectAddedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnObjectCollideEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnObjectLeftMouseButtonDownEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnObjectLeftMouseButtonUpEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnObjectRightMouseButtonDownEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnObjectRightMouseButtonUpEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerAttackFinishedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerBanEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerConnectEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerDeathEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerDisconnectEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerFullyConnectedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerKickEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerMoveEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerUnbanEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerUpdateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPostDistributionMergeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPostFloorLayerDrawEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPostMapLoadEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPostRenderEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPostSaveEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPostUIDrawEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPostWidgetDrawEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreAddCatDefsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreAddForageDefsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreAddItemDefsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreAddZoneDefsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreDistributionMergeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreFillInventoryObjectContextMenuEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreFillWorldObjectContextMenuEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreMapLoadEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPressRackButtonEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPressReloadButtonEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreUIDrawEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreWidgetDrawEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnRainStopEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnReceiveFactionInviteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnReceiveGlobalModDataEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnReceiveItemListNetEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnReceiveSafehouseInviteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnReceiveUserlogEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnRenderTickEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnRequestTradeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnResetLuaEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnResolutionChangeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnReuseGridsquareEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnRightMouseDownEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnRightMouseUpEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSafehousesChangedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSaveEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnScoreboardUpdateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSeeNewRoomEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSendChatCommandEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSendConsoleCommandEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSendCustomModDataEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnServerCommandEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnServerFinishSavingEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnServerInitializeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnServerPingedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnServerShutdownEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnServerStartedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnServerStartSavingEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnServerStatisticReceivedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSetDefaultTabEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSGlobalObjectSystemInitEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSpawnRegionsLoadedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamFriendStatusChangedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamGameJoinEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamRefreshInternetServersEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamRulesRefreshCompleteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamServerFailedToRespond2Event","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamServerResponded2Event","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamServerRespondedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemCreatedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemNotCreatedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemNotUpdatedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemUpdatedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSwitchChatStreamEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSwitchVehicleSeatEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSyncFactionEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTabAddedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTabRemovedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnThunderEventEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTickEvenPausedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTickEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTickRenderThreadEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTileRemovedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnToggleSearchModeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTradingUIAddItemEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTradingUIRemoveItemEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTradingUIUpdateStateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTriggerNPCEventEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnUpdateIconEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnUpdateModdedWeatherStageEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnUseVehicleEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnVehicleDamageTextureEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnVehicleHornEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnViewTicketsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWaterAmountChangeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeaponHitCharacterEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeaponHitTreeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeaponHitXpEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeaponSwingEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeaponSwingHitPointEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeatherPeriodCompleteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeatherPeriodStageEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeatherPeriodStartEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeatherPeriodStopEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWidgetManagerInitEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWorldSoundEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnZombieDeadEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnZombieUpdateEvent","l":"getEventName()"},{"p":"com.avrix.commands","c":"Command","l":"getExecutionScope()"},{"p":"com.avrix.lua","c":"LuaExposer","l":"getExposedClasses()"},{"p":"com.avrix.lua","c":"LuaExposer","l":"getExposedGlobalObjects()"},{"p":"com.avrix.resources","c":"ResourceManager","l":"getFileExtension(String)","u":"getFileExtension(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getFileName()"},{"p":"com.avrix.utils","c":"YamlFile","l":"getFilePath()"},{"p":"com.avrix.resources","c":"ResourceManager","l":"getFolderSize(File)","u":"getFolderSize(java.io.File)"},{"p":"com.avrix.utils","c":"TextUtils","l":"getFontHeight(UIFont)","u":"getFontHeight(zombie.ui.UIFont)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"getFontName()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getFontName()"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"getFontName()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getFontName()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"getFontName()"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"getFontSize()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getFontSize()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getFontSize()"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"getFontSize()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getFontSize()"},{"p":"com.avrix.ui","c":"NVGColor","l":"getGreen()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getHeight()"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"getHorizontalScrollbar()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getIconFontName()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getId()"},{"p":"com.avrix.utils","c":"YamlFile","l":"getInt(String)","u":"getInt(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getIntegerList(String)","u":"getIntegerList(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getIntMap(String)","u":"getIntMap(java.lang.String)"},{"p":"com.avrix.plugin","c":"Metadata","l":"getLicense()"},{"p":"com.avrix.utils","c":"YamlFile","l":"getList(String)","u":"getList(java.lang.String)"},{"p":"com.avrix.events","c":"EventManager","l":"getListenersForEvent(String)","u":"getListenersForEvent(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getLong(String)","u":"getLong(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getLongList(String)","u":"getLongList(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getMap(String)","u":"getMap(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getMapKeys(String)","u":"getMapKeys(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getMapValues(String)","u":"getMapValues(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getMaxScrollX()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getMaxScrollY()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getMaxValue()"},{"p":"com.avrix.plugin","c":"Plugin","l":"getMetadata()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"getMinSizeX()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"getMinSizeY()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getMinValue()"},{"p":"com.avrix.agent","c":"ClassTransformer","l":"getModifierBuilder()"},{"p":"com.avrix.agent","c":"AgentManager","l":"getModifyClass(String)","u":"getModifyClass(java.lang.String)"},{"p":"com.avrix.plugin","c":"Metadata","l":"getName()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getParent()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getPatchList()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getPlaceholder()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getPlaceholderColor()"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"getPlayerByPartialUsername(String)","u":"getPlayerByPartialUsername(java.lang.String)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"getPlayerByUdpConnection(UdpConnection)","u":"getPlayerByUdpConnection(zombie.core.raknet.UdpConnection)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"getPlayerByUsername(String)","u":"getPlayerByUsername(java.lang.String)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"getPlayerIP(IsoPlayer)","u":"getPlayerIP(zombie.characters.IsoPlayer)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"getPlayerSteamID(IsoPlayer)","u":"getPlayerSteamID(zombie.characters.IsoPlayer)"},{"p":"com.avrix.plugin","c":"Metadata","l":"getPluginFile()"},{"p":"com.avrix.enums","c":"AccessLevel","l":"getPriority()"},{"p":"com.avrix.ui","c":"NVGColor","l":"getRed()"},{"p":"com.avrix.commands","c":"CommandsManager","l":"getRegisteredCommands()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getRepeatDelay()"},{"p":"com.avrix.logs","c":"IsolatedConsoleWriter","l":"getRequiredLogEntryValues()"},{"p":"com.avrix.enums","c":"AccessLevel","l":"getRoleName()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getScrollSpeed()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getScrollX()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getScrollY()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getSelectionColor()"},{"p":"com.avrix.plugin","c":"ServiceManager","l":"getService(Class)","u":"getService(java.lang.Class)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getShort(String)","u":"getShort(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getShortList(String)","u":"getShortList(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getString(String)","u":"getString(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getStringList(String)","u":"getStringList(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getStringMap(String)","u":"getStringMap(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"getText()"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"getText()"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"getTextColor()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getTextColor()"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"getTextColor()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getTextFont()"},{"p":"com.avrix.utils","c":"TextUtils","l":"getTextHeight(String, UIFont)","u":"getTextHeight(java.lang.String,zombie.ui.UIFont)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getTextOffset()"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"getTextSize(String, String, int)","u":"getTextSize(java.lang.String,java.lang.String,int)"},{"p":"com.avrix.utils","c":"TextUtils","l":"getTextWidth(String, UIFont)","u":"getTextWidth(java.lang.String,zombie.ui.UIFont)"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"getThumbColor()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getThumbWidth()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"getTitle()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getTitleColor()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getTitleOffset()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getTitleText()"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"getUdpConnectionByPlayer(IsoPlayer)","u":"getUdpConnectionByPlayer(zombie.characters.IsoPlayer)"},{"p":"com.avrix.enums","c":"Environment","l":"getValue()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getValue()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getValue()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getValue()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getValue(int)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getValue(String)","u":"getValue(java.lang.String)"},{"p":"com.avrix.plugin","c":"Metadata","l":"getVersion()"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"getVerticalScrollbar()"},{"p":"com.avrix.ui","c":"WidgetManager","l":"getWidgetList()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getWidth()"},{"p":"com.avrix.utils","c":"WindowUtils","l":"getWindowHeight()"},{"p":"com.avrix.utils","c":"WindowUtils","l":"getWindowWidth()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getX()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getXA()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getY()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getYA()"},{"p":"com.avrix.enums","c":"AccessLevel","l":"GM"},{"p":"com.avrix.ui","c":"NVGColor","l":"GRAY"},{"p":"com.avrix.ui","c":"NVGColor","l":"GREEN"},{"p":"com.avrix.ui","c":"NVGColor","l":"green(float)"},{"p":"com.avrix.commands","c":"CommandsManager","l":"handleCustomCommand(UdpConnection, String)","u":"handleCustomCommand(zombie.core.raknet.UdpConnection,java.lang.String)"},{"p":"com.avrix.events","c":"OnCGlobalObjectSystemInitEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnChallengeQueryEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnChatWindowInitEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnConnectedEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnCreateUIEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnDawnEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnDisconnectEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnDistributionMergeEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnDuskEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnEveryDaysEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnEveryHoursEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnEveryOneMinuteEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnEveryTenMinutesEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnGameBootEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnGameStartEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnGameTimeLoadedEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnGameWindowInitializedEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnInitWorldEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnJoypadRenderUIEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnLoadEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnLoadMapZonesEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnLoadSoundBanksEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnMainMenuEnterEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnMiniScoreboardUpdateEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnModsModifiedEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnMultiTriggerNPCEventEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnPostDistributionMergeEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnPostRenderEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnPostSaveEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnPostUIDrawEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnPreDistributionMergeEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnPreMapLoadEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnPreUIDrawEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnRainStopEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnRenderTickEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnSafehousesChangedEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnSaveEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnSendCustomModDataEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnServerFinishSavingEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnServerInitializeEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnServerShutdownEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnServerStartedEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnServerStartSavingEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnServerStatisticReceivedEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnSGlobalObjectSystemInitEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnSteamGameJoinEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnSteamRefreshInternetServersEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnSwitchChatStreamEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnTickRenderThreadEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnTriggerNPCEventEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnUpdateIconEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnScoreboardUpdateEvent","l":"handleEvent(ArrayList, ArrayList, ArrayList)","u":"handleEvent(java.util.ArrayList,java.util.ArrayList,java.util.ArrayList)"},{"p":"com.avrix.events","c":"OnGetTableResultEvent","l":"handleEvent(ArrayList, Integer, String)","u":"handleEvent(java.util.ArrayList,java.lang.Integer,java.lang.String)"},{"p":"com.avrix.events","c":"OnAcceptedTradeEvent","l":"handleEvent(Boolean)","u":"handleEvent(java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnInitGlobalModDataEvent","l":"handleEvent(Boolean)","u":"handleEvent(java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemUpdatedEvent","l":"handleEvent(Boolean)","u":"handleEvent(java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnPlayerConnectEvent","l":"handleEvent(ByteBuffer, UdpConnection, String)","u":"handleEvent(java.nio.ByteBuffer,zombie.core.raknet.UdpConnection,java.lang.String)"},{"p":"com.avrix.events","c":"OnPlayerFullyConnectedEvent","l":"handleEvent(ByteBuffer, UdpConnection, String)","u":"handleEvent(java.nio.ByteBuffer,zombie.core.raknet.UdpConnection,java.lang.String)"},{"p":"com.avrix.events","c":"OnViewTicketsEvent","l":"handleEvent(ByteBufferWriter)","u":"handleEvent(zombie.core.network.ByteBufferWriter)"},{"p":"com.avrix.events","c":"OnChatMessageProcessedEvent","l":"handleEvent(ChatBase, ChatMessage)","u":"handleEvent(zombie.chat.ChatBase,zombie.chat.ChatMessage)"},{"p":"com.avrix.events","c":"OnAddMessageEvent","l":"handleEvent(ChatMessage, Short)","u":"handleEvent(zombie.chat.ChatMessage,java.lang.Short)"},{"p":"com.avrix.events","c":"OnSetDefaultTabEvent","l":"handleEvent(ChatTab)","u":"handleEvent(zombie.chat.ChatTab)"},{"p":"com.avrix.events","c":"OnClimateManagerInitEvent","l":"handleEvent(ClimateManager)","u":"handleEvent(zombie.iso.weather.ClimateManager)"},{"p":"com.avrix.events","c":"OnClimateTickDebugEvent","l":"handleEvent(ClimateManager)","u":"handleEvent(zombie.iso.weather.ClimateManager)"},{"p":"com.avrix.events","c":"OnClimateTickEvent","l":"handleEvent(ClimateManager)","u":"handleEvent(zombie.iso.weather.ClimateManager)"},{"p":"com.avrix.events","c":"OnFETickEvent","l":"handleEvent(Double)","u":"handleEvent(java.lang.Double)"},{"p":"com.avrix.events","c":"OnJoypadBeforeDeactivateEvent","l":"handleEvent(Double)","u":"handleEvent(java.lang.Double)"},{"p":"com.avrix.events","c":"OnJoypadBeforeReactivateEvent","l":"handleEvent(Double)","u":"handleEvent(java.lang.Double)"},{"p":"com.avrix.events","c":"OnJoypadDeactivateEvent","l":"handleEvent(Double)","u":"handleEvent(java.lang.Double)"},{"p":"com.avrix.events","c":"OnJoypadReactivateEvent","l":"handleEvent(Double)","u":"handleEvent(java.lang.Double)"},{"p":"com.avrix.events","c":"OnTickEvenPausedEvent","l":"handleEvent(Double)","u":"handleEvent(java.lang.Double)"},{"p":"com.avrix.events","c":"OnTickEvent","l":"handleEvent(Double)","u":"handleEvent(java.lang.Double)"},{"p":"com.avrix.events","c":"OnInitSeasonsEvent","l":"handleEvent(ErosionSeason)","u":"handleEvent(zombie.erosion.season.ErosionSeason)"},{"p":"com.avrix.events","c":"OnContainerUpdateEvent","l":"handleEvent(Food)","u":"handleEvent(zombie.inventory.types.Food)"},{"p":"com.avrix.events","c":"OnCoopJoinFailedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnCustomUIKeyEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnCustomUIKeyPressedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnCustomUIKeyReleasedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnGamepadConnectEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnGamepadDisconnectEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnJoypadActivateEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnJoypadActivateUIEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnKeyKeepPressedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnKeyPressedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnKeyStartPressedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnPostFloorLayerDrawEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnSteamServerRespondedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemNotCreatedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemNotUpdatedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnMouseDownEvent","l":"handleEvent(Integer, Integer)","u":"handleEvent(java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnMouseUpEvent","l":"handleEvent(Integer, Integer)","u":"handleEvent(java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnRightMouseDownEvent","l":"handleEvent(Integer, Integer)","u":"handleEvent(java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnRightMouseUpEvent","l":"handleEvent(Integer, Integer)","u":"handleEvent(java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnThunderEventEvent","l":"handleEvent(Integer, Integer, Boolean, Boolean, Boolean)","u":"handleEvent(java.lang.Integer,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnMouseMoveEvent","l":"handleEvent(Integer, Integer, Integer, Integer)","u":"handleEvent(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnResolutionChangeEvent","l":"handleEvent(Integer, Integer, Integer, Integer)","u":"handleEvent(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnWorldSoundEvent","l":"handleEvent(Integer, Integer, Integer, Integer, Integer, IsoObject)","u":"handleEvent(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,zombie.iso.IsoObject)"},{"p":"com.avrix.events","c":"OnCreatePlayerEvent","l":"handleEvent(Integer, IsoPlayer)","u":"handleEvent(java.lang.Integer,zombie.characters.IsoPlayer)"},{"p":"com.avrix.events","c":"OnFillInventoryObjectContextMenuEvent","l":"handleEvent(Integer, KahluaTable, KahluaTable)","u":"handleEvent(java.lang.Integer,se.krka.kahlua.vm.KahluaTable,se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnPreFillInventoryObjectContextMenuEvent","l":"handleEvent(Integer, KahluaTable, KahluaTable)","u":"handleEvent(java.lang.Integer,se.krka.kahlua.vm.KahluaTable,se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnFillWorldObjectContextMenuEvent","l":"handleEvent(Integer, KahluaTable, KahluaTable, Boolean)","u":"handleEvent(java.lang.Integer,se.krka.kahlua.vm.KahluaTable,se.krka.kahlua.vm.KahluaTable,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnItemFallEvent","l":"handleEvent(InventoryItem)","u":"handleEvent(zombie.inventory.InventoryItem)"},{"p":"com.avrix.events","c":"OnPostMapLoadEvent","l":"handleEvent(IsoCell, Integer, Integer)","u":"handleEvent(zombie.iso.IsoCell,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnDoTileBuilding3Event","l":"handleEvent(IsoChunk, Boolean, Integer, Integer, Integer)","u":"handleEvent(zombie.iso.IsoChunk,java.lang.Boolean,java.lang.Integer,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnDoTileBuilding2Event","l":"handleEvent(IsoChunk, Boolean, Integer, Integer, Integer, IsoGridSquare)","u":"handleEvent(zombie.iso.IsoChunk,java.lang.Boolean,java.lang.Integer,java.lang.Integer,java.lang.Integer,zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnContainerUpdateEvent","l":"handleEvent(IsoDeadBody)","u":"handleEvent(zombie.iso.objects.IsoDeadBody)"},{"p":"com.avrix.events","c":"OnNewFireEvent","l":"handleEvent(IsoFire)","u":"handleEvent(zombie.iso.objects.IsoFire)"},{"p":"com.avrix.events","c":"OnCharacterDeathEvent","l":"handleEvent(IsoGameCharacter)","u":"handleEvent(zombie.characters.IsoGameCharacter)"},{"p":"com.avrix.events","c":"OnEnterVehicleEvent","l":"handleEvent(IsoGameCharacter)","u":"handleEvent(zombie.characters.IsoGameCharacter)"},{"p":"com.avrix.events","c":"OnExitVehicleEvent","l":"handleEvent(IsoGameCharacter)","u":"handleEvent(zombie.characters.IsoGameCharacter)"},{"p":"com.avrix.events","c":"OnVehicleDamageTextureEvent","l":"handleEvent(IsoGameCharacter)","u":"handleEvent(zombie.characters.IsoGameCharacter)"},{"p":"com.avrix.events","c":"OnMechanicActionDoneEvent","l":"handleEvent(IsoGameCharacter, Boolean, Integer, String, Long, Boolean)","u":"handleEvent(zombie.characters.IsoGameCharacter,java.lang.Boolean,java.lang.Integer,java.lang.String,java.lang.Long,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnPlayerAttackFinishedEvent","l":"handleEvent(IsoGameCharacter, HandWeapon)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.inventory.types.HandWeapon)"},{"p":"com.avrix.events","c":"OnWeaponHitTreeEvent","l":"handleEvent(IsoGameCharacter, HandWeapon)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.inventory.types.HandWeapon)"},{"p":"com.avrix.events","c":"OnWeaponSwingEvent","l":"handleEvent(IsoGameCharacter, HandWeapon)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.inventory.types.HandWeapon)"},{"p":"com.avrix.events","c":"OnWeaponSwingHitPointEvent","l":"handleEvent(IsoGameCharacter, HandWeapon)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.inventory.types.HandWeapon)"},{"p":"com.avrix.events","c":"OnEquipPrimaryEvent","l":"handleEvent(IsoGameCharacter, InventoryItem)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.inventory.InventoryItem)"},{"p":"com.avrix.events","c":"OnEquipSecondaryEvent","l":"handleEvent(IsoGameCharacter, InventoryItem)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.inventory.InventoryItem)"},{"p":"com.avrix.events","c":"OnObjectCollideEvent","l":"handleEvent(IsoGameCharacter, IsoDoor)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.iso.objects.IsoDoor)"},{"p":"com.avrix.events","c":"OnCharacterCollideEvent","l":"handleEvent(IsoGameCharacter, IsoGameCharacter)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.characters.IsoGameCharacter)"},{"p":"com.avrix.events","c":"OnWeaponHitCharacterEvent","l":"handleEvent(IsoGameCharacter, IsoGameCharacter, HandWeapon, Float)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.characters.IsoGameCharacter,zombie.inventory.types.HandWeapon,java.lang.Float)"},{"p":"com.avrix.events","c":"OnObjectCollideEvent","l":"handleEvent(IsoGameCharacter, IsoGridSquare)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnObjectCollideEvent","l":"handleEvent(IsoGameCharacter, IsoThumpable)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.iso.objects.IsoThumpable)"},{"p":"com.avrix.events","c":"OnObjectCollideEvent","l":"handleEvent(IsoGameCharacter, IsoWindow)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.iso.objects.IsoWindow)"},{"p":"com.avrix.events","c":"OnObjectCollideEvent","l":"handleEvent(IsoGameCharacter, IsoZombie)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.characters.IsoZombie)"},{"p":"com.avrix.events","c":"OnAddXPEvent","l":"handleEvent(IsoGameCharacter, PerkFactory.Perk, Float)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.characters.skills.PerkFactory.Perk,java.lang.Float)"},{"p":"com.avrix.events","c":"OnLevelPerkEvent","l":"handleEvent(IsoGameCharacter, PerkFactory.Perk, Integer, Boolean)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.characters.skills.PerkFactory.Perk,java.lang.Integer,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnAIStateChangeEvent","l":"handleEvent(IsoGameCharacter, State, State)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.ai.State,zombie.ai.State)"},{"p":"com.avrix.events","c":"OnContainerUpdateEvent","l":"handleEvent(IsoGridSquare)","u":"handleEvent(zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnGridBurntEvent","l":"handleEvent(IsoGridSquare)","u":"handleEvent(zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnLoadGridsquareEvent","l":"handleEvent(IsoGridSquare)","u":"handleEvent(zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnLoadModDataFromServerEvent","l":"handleEvent(IsoGridSquare)","u":"handleEvent(zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnReuseGridsquareEvent","l":"handleEvent(IsoGridSquare)","u":"handleEvent(zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnObjectAboutToBeRemovedEvent","l":"handleEvent(IsoObject)","u":"handleEvent(zombie.iso.IsoObject)"},{"p":"com.avrix.events","c":"OnObjectAddedEvent","l":"handleEvent(IsoObject)","u":"handleEvent(zombie.iso.IsoObject)"},{"p":"com.avrix.events","c":"OnTileRemovedEvent","l":"handleEvent(IsoObject)","u":"handleEvent(zombie.iso.IsoObject)"},{"p":"com.avrix.events","c":"OnWaterAmountChangeEvent","l":"handleEvent(IsoObject, Integer)","u":"handleEvent(zombie.iso.IsoObject,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnObjectLeftMouseButtonDownEvent","l":"handleEvent(IsoObject, Integer, Integer)","u":"handleEvent(zombie.iso.IsoObject,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnObjectLeftMouseButtonUpEvent","l":"handleEvent(IsoObject, Integer, Integer)","u":"handleEvent(zombie.iso.IsoObject,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnObjectRightMouseButtonDownEvent","l":"handleEvent(IsoObject, Integer, Integer)","u":"handleEvent(zombie.iso.IsoObject,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnObjectRightMouseButtonUpEvent","l":"handleEvent(IsoObject, Integer, Integer)","u":"handleEvent(zombie.iso.IsoObject,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnClothingUpdatedEvent","l":"handleEvent(IsoPlayer)","u":"handleEvent(zombie.characters.IsoPlayer)"},{"p":"com.avrix.events","c":"OnPlayerDeathEvent","l":"handleEvent(IsoPlayer)","u":"handleEvent(zombie.characters.IsoPlayer)"},{"p":"com.avrix.events","c":"OnPlayerMoveEvent","l":"handleEvent(IsoPlayer)","u":"handleEvent(zombie.characters.IsoPlayer)"},{"p":"com.avrix.events","c":"OnPlayerUpdateEvent","l":"handleEvent(IsoPlayer)","u":"handleEvent(zombie.characters.IsoPlayer)"},{"p":"com.avrix.events","c":"OnRequestTradeEvent","l":"handleEvent(IsoPlayer)","u":"handleEvent(zombie.characters.IsoPlayer)"},{"p":"com.avrix.events","c":"OnSwitchVehicleSeatEvent","l":"handleEvent(IsoPlayer)","u":"handleEvent(zombie.characters.IsoPlayer)"},{"p":"com.avrix.events","c":"OnReceiveItemListNetEvent","l":"handleEvent(IsoPlayer, ArrayList, IsoPlayer, String, String)","u":"handleEvent(zombie.characters.IsoPlayer,java.util.ArrayList,zombie.characters.IsoPlayer,java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnUseVehicleEvent","l":"handleEvent(IsoPlayer, BaseVehicle, Boolean)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.vehicles.BaseVehicle,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnVehicleHornEvent","l":"handleEvent(IsoPlayer, BaseVehicle, Boolean)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.vehicles.BaseVehicle,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnDisableSearchModeEvent","l":"handleEvent(IsoPlayer, Boolean)","u":"handleEvent(zombie.characters.IsoPlayer,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnEnableSearchModeEvent","l":"handleEvent(IsoPlayer, Boolean)","u":"handleEvent(zombie.characters.IsoPlayer,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnToggleSearchModeEvent","l":"handleEvent(IsoPlayer, Boolean)","u":"handleEvent(zombie.characters.IsoPlayer,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnPressRackButtonEvent","l":"handleEvent(IsoPlayer, HandWeapon)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.inventory.types.HandWeapon)"},{"p":"com.avrix.events","c":"OnPressReloadButtonEvent","l":"handleEvent(IsoPlayer, HandWeapon)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.inventory.types.HandWeapon)"},{"p":"com.avrix.events","c":"OnWeaponHitXpEvent","l":"handleEvent(IsoPlayer, HandWeapon, IsoGameCharacter, Float)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.inventory.types.HandWeapon,zombie.characters.IsoGameCharacter,java.lang.Float)"},{"p":"com.avrix.events","c":"OnTradingUIRemoveItemEvent","l":"handleEvent(IsoPlayer, Integer)","u":"handleEvent(zombie.characters.IsoPlayer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnTradingUIUpdateStateEvent","l":"handleEvent(IsoPlayer, Integer)","u":"handleEvent(zombie.characters.IsoPlayer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnTradingUIAddItemEvent","l":"handleEvent(IsoPlayer, InventoryItem)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.inventory.InventoryItem)"},{"p":"com.avrix.events","c":"OnNewGameEvent","l":"handleEvent(IsoPlayer, IsoGridSquare)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnPreFillWorldObjectContextMenuEvent","l":"handleEvent(IsoPlayer, KahluaTable, KahluaTable, Boolean)","u":"handleEvent(zombie.characters.IsoPlayer,se.krka.kahlua.vm.KahluaTable,se.krka.kahlua.vm.KahluaTable,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnCreateLivingCharacterEvent","l":"handleEvent(IsoPlayer, SurvivorDesc)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.characters.SurvivorDesc)"},{"p":"com.avrix.events","c":"OnPlayerDisconnectEvent","l":"handleEvent(IsoPlayer, UdpConnection)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.core.raknet.UdpConnection)"},{"p":"com.avrix.events","c":"OnSeeNewRoomEvent","l":"handleEvent(IsoRoom)","u":"handleEvent(zombie.iso.areas.IsoRoom)"},{"p":"com.avrix.events","c":"OnLoadedTileDefinitionsEvent","l":"handleEvent(IsoSpriteManager)","u":"handleEvent(zombie.iso.sprite.IsoSpriteManager)"},{"p":"com.avrix.events","c":"OnCreateSurvivorEvent","l":"handleEvent(IsoSurvivor)","u":"handleEvent(zombie.characters.IsoSurvivor)"},{"p":"com.avrix.events","c":"OnCreateLivingCharacterEvent","l":"handleEvent(IsoSurvivor, SurvivorDesc)","u":"handleEvent(zombie.characters.IsoSurvivor,zombie.characters.SurvivorDesc)"},{"p":"com.avrix.events","c":"OnDestroyIsoThumpableEvent","l":"handleEvent(IsoThumpable)","u":"handleEvent(zombie.iso.objects.IsoThumpable)"},{"p":"com.avrix.events","c":"OnContainerUpdateEvent","l":"handleEvent(IsoWorldInventoryObject)","u":"handleEvent(zombie.iso.objects.IsoWorldInventoryObject)"},{"p":"com.avrix.events","c":"OnZombieDeadEvent","l":"handleEvent(IsoZombie)","u":"handleEvent(zombie.characters.IsoZombie)"},{"p":"com.avrix.events","c":"OnZombieUpdateEvent","l":"handleEvent(IsoZombie)","u":"handleEvent(zombie.characters.IsoZombie)"},{"p":"com.avrix.events","c":"OnHitZombieEvent","l":"handleEvent(IsoZombie, IsoGameCharacter, BodyPartType, HandWeapon)","u":"handleEvent(zombie.characters.IsoZombie,zombie.characters.IsoGameCharacter,zombie.characters.BodyDamage.BodyPartType,zombie.inventory.types.HandWeapon)"},{"p":"com.avrix.events","c":"OnAddForageDefsEvent","l":"handleEvent(KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnGetDBSchemaEvent","l":"handleEvent(KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnMngInvReceiveItemsEvent","l":"handleEvent(KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnPreAddCatDefsEvent","l":"handleEvent(KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnPreAddForageDefsEvent","l":"handleEvent(KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnPreAddItemDefsEvent","l":"handleEvent(KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnPreAddZoneDefsEvent","l":"handleEvent(KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnSpawnRegionsLoadedEvent","l":"handleEvent(KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnFillSearchIconContextMenuEvent","l":"handleEvent(KahluaTable, KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable,se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnChangeLanguageEvent","l":"handleEvent(Language)","u":"handleEvent(zombie.core.Language)"},{"p":"com.avrix.events","c":"OnDynamicMovableRecipeEvent","l":"handleEvent(Moveable, MovableRecipe, InventoryItem, IsoGameCharacter)","u":"handleEvent(zombie.inventory.types.Moveable,zombie.scripting.objects.MovableRecipe,zombie.inventory.InventoryItem,zombie.characters.IsoGameCharacter)"},{"p":"com.avrix.events","c":"OnPostWidgetDrawEvent","l":"handleEvent(NVGContext)","u":"handleEvent(com.avrix.ui.NVGContext)"},{"p":"com.avrix.events","c":"OnPreWidgetDrawEvent","l":"handleEvent(NVGContext)","u":"handleEvent(com.avrix.ui.NVGContext)"},{"p":"com.avrix.events","c":"OnWidgetManagerInitEvent","l":"handleEvent(NVGContext)","u":"handleEvent(com.avrix.ui.NVGContext)"},{"p":"com.avrix.events","c":"OnDoSpecialTooltipEvent","l":"handleEvent(ObjectTooltip, IsoGridSquare)","u":"handleEvent(zombie.ui.ObjectTooltip,zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnLoadRadioScriptsEvent","l":"handleEvent(RadioScriptManager, Boolean)","u":"handleEvent(zombie.radio.scripting.RadioScriptManager,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnInitRecordedMediaEvent","l":"handleEvent(RecordedMedia)","u":"handleEvent(zombie.radio.media.RecordedMedia)"},{"p":"com.avrix.events","c":"OnReceiveSafehouseInviteEvent","l":"handleEvent(SafeHouse, String)","u":"handleEvent(zombie.iso.areas.SafeHouse,java.lang.String)"},{"p":"com.avrix.events","c":"OnAddIncomingEvent","l":"handleEvent(Short, ByteBuffer, UdpConnection)","u":"handleEvent(java.lang.Short,java.nio.ByteBuffer,zombie.core.raknet.UdpConnection)"},{"p":"com.avrix.events","c":"OnAcceptInviteEvent","l":"handleEvent(String)","u":"handleEvent(java.lang.String)"},{"p":"com.avrix.events","c":"OnChangeWeatherEvent","l":"handleEvent(String)","u":"handleEvent(java.lang.String)"},{"p":"com.avrix.events","c":"OnConnectFailedEvent","l":"handleEvent(String)","u":"handleEvent(java.lang.String)"},{"p":"com.avrix.events","c":"OnLuaFilesLoadedEvent","l":"handleEvent(String)","u":"handleEvent(java.lang.String)"},{"p":"com.avrix.events","c":"OnResetLuaEvent","l":"handleEvent(String)","u":"handleEvent(java.lang.String)"},{"p":"com.avrix.events","c":"OnSendConsoleCommandEvent","l":"handleEvent(String)","u":"handleEvent(java.lang.String)"},{"p":"com.avrix.events","c":"OnSteamFriendStatusChangedEvent","l":"handleEvent(String)","u":"handleEvent(java.lang.String)"},{"p":"com.avrix.events","c":"OnSyncFactionEvent","l":"handleEvent(String)","u":"handleEvent(java.lang.String)"},{"p":"com.avrix.events","c":"OnLuaScriptExecuteEvent","l":"handleEvent(String, boolean)","u":"handleEvent(java.lang.String,boolean)"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemCreatedEvent","l":"handleEvent(String, Boolean)","u":"handleEvent(java.lang.String,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnReceiveUserlogEvent","l":"handleEvent(String, ByteBuffer)","u":"handleEvent(java.lang.String,java.nio.ByteBuffer)"},{"p":"com.avrix.events","c":"OnAmbientSoundEvent","l":"handleEvent(String, Float, Float)","u":"handleEvent(java.lang.String,java.lang.Float,java.lang.Float)"},{"p":"com.avrix.events","c":"OnDeviceTextEvent","l":"handleEvent(String, Float, Float, Float, String, IsoWaveSignal)","u":"handleEvent(java.lang.String,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,zombie.iso.objects.IsoWaveSignal)"},{"p":"com.avrix.events","c":"OnDeviceTextEvent","l":"handleEvent(String, Float, Float, Float, String, Radio)","u":"handleEvent(java.lang.String,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,zombie.inventory.types.Radio)"},{"p":"com.avrix.events","c":"OnDeviceTextEvent","l":"handleEvent(String, Float, Float, Float, String, VehiclePart)","u":"handleEvent(java.lang.String,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,zombie.vehicles.VehiclePart)"},{"p":"com.avrix.events","c":"OnSteamServerFailedToRespond2Event","l":"handleEvent(String, Integer)","u":"handleEvent(java.lang.String,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnTabAddedEvent","l":"handleEvent(String, Integer)","u":"handleEvent(java.lang.String,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnTabRemovedEvent","l":"handleEvent(String, Integer)","u":"handleEvent(java.lang.String,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnAdminMessageEvent","l":"handleEvent(String, Integer, Integer, Integer)","u":"handleEvent(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnSteamRulesRefreshCompleteEvent","l":"handleEvent(String, Integer, KahluaTable)","u":"handleEvent(java.lang.String,java.lang.Integer,se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnSteamServerResponded2Event","l":"handleEvent(String, Integer, Server)","u":"handleEvent(java.lang.String,java.lang.Integer,zombie.network.Server)"},{"p":"com.avrix.events","c":"OnReceiveGlobalModDataEvent","l":"handleEvent(String, KahluaTable)","u":"handleEvent(java.lang.String,se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnAcceptedFactionInviteEvent","l":"handleEvent(String, String)","u":"handleEvent(java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnAcceptedSafehouseInviteEvent","l":"handleEvent(String, String)","u":"handleEvent(java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnConnectionStateChangedEvent","l":"handleEvent(String, String)","u":"handleEvent(java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnPlayerUnbanEvent","l":"handleEvent(String, String)","u":"handleEvent(java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnReceiveFactionInviteEvent","l":"handleEvent(String, String)","u":"handleEvent(java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnServerPingedEvent","l":"handleEvent(String, String)","u":"handleEvent(java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnClientCommandEvent","l":"handleEvent(String, String, IsoPlayer, KahluaTable)","u":"handleEvent(java.lang.String,java.lang.String,zombie.characters.IsoPlayer,se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnFillContainerEvent","l":"handleEvent(String, String, ItemContainer)","u":"handleEvent(java.lang.String,java.lang.String,zombie.inventory.ItemContainer)"},{"p":"com.avrix.events","c":"OnServerCommandEvent","l":"handleEvent(String, String, KahluaTable)","u":"handleEvent(java.lang.String,java.lang.String,se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnCoopServerMessageEvent","l":"handleEvent(String, String, String)","u":"handleEvent(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnSendChatCommandEvent","l":"handleEvent(UdpConnection, String)","u":"handleEvent(zombie.core.raknet.UdpConnection,java.lang.String)"},{"p":"com.avrix.events","c":"OnPlayerBanEvent","l":"handleEvent(UdpConnection, String, String)","u":"handleEvent(zombie.core.raknet.UdpConnection,java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnPlayerKickEvent","l":"handleEvent(UdpConnection, String, String)","u":"handleEvent(zombie.core.raknet.UdpConnection,java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnWeatherPeriodCompleteEvent","l":"handleEvent(WeatherPeriod)","u":"handleEvent(zombie.iso.weather.WeatherPeriod)"},{"p":"com.avrix.events","c":"OnWeatherPeriodStageEvent","l":"handleEvent(WeatherPeriod)","u":"handleEvent(zombie.iso.weather.WeatherPeriod)"},{"p":"com.avrix.events","c":"OnWeatherPeriodStartEvent","l":"handleEvent(WeatherPeriod)","u":"handleEvent(zombie.iso.weather.WeatherPeriod)"},{"p":"com.avrix.events","c":"OnWeatherPeriodStopEvent","l":"handleEvent(WeatherPeriod)","u":"handleEvent(zombie.iso.weather.WeatherPeriod)"},{"p":"com.avrix.events","c":"OnInitModdedWeatherStageEvent","l":"handleEvent(WeatherPeriod, WeatherPeriod.WeatherStage, Float)","u":"handleEvent(zombie.iso.weather.WeatherPeriod,zombie.iso.weather.WeatherPeriod.WeatherStage,java.lang.Float)"},{"p":"com.avrix.events","c":"OnUpdateModdedWeatherStageEvent","l":"handleEvent(WeatherPeriod, WeatherPeriod.WeatherStage, Float)","u":"handleEvent(zombie.iso.weather.WeatherPeriod,zombie.iso.weather.WeatherPeriod.WeatherStage,java.lang.Float)"},{"p":"com.avrix.events","c":"EventManager.EventListener","l":"handler()"},{"p":"com.avrix.events","c":"EventManager.EventListener","l":"hashCode()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"headerColor"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"headerHeight"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"height"},{"p":"com.avrix.enums","c":"Priority","l":"HIGH"},{"p":"com.avrix.enums","c":"Priority","l":"HIGHEST"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"horizontal"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"horizontalScrollbar"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"hovered"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"iconColor"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"iconFontName"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"iconFontName"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"iconFontName"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"iconSize"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"id(String)","u":"id(java.lang.String)"},{"p":"com.avrix.resources","c":"ImageLoader","l":"ImageLoader()","u":"%3Cinit%3E()"},{"p":"com.avrix.resources","c":"ImageLoader","l":"imagesCacheMap"},{"p":"com.avrix.resources","c":"ImageLoader","l":"imagesCachePath"},{"p":"com.avrix.ui","c":"NVGColor","l":"immutable()"},{"p":"com.avrix.resources","c":"ResourceManager","l":"init()"},{"p":"com.avrix.ui","c":"WidgetManager","l":"init()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"InputTextWidget(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"com.avrix.ui","c":"InputWidgetHandler","l":"InputWidgetHandler()","u":"%3Cinit%3E()"},{"p":"com.avrix.agent","c":"Agent","l":"instrumentation"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"intersectScissor(int, int, int, int)","u":"intersectScissor(int,int,int,int)"},{"p":"com.avrix.events","c":"EventManager","l":"invokeEvent(String, Object...)","u":"invokeEvent(java.lang.String,java.lang.Object...)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"isActive()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"isAlwaysOnTop()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"isChecked()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"isCursorVisible()"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"isDraggable()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"isEditable()"},{"p":"com.avrix.utils","c":"YamlFile","l":"isEmpty()"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"isEnable()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"isEnable()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"isEnable()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"isHovered()"},{"p":"com.avrix.resources","c":"ImageLoader","l":"isImageFile(String)","u":"isImageFile(java.lang.String)"},{"p":"com.avrix.ui","c":"NVGContext","l":"isModernOpenGL()"},{"p":"com.avrix.logs","c":"IsolatedConsoleWriter","l":"IsolatedConsoleWriter()","u":"%3Cinit%3E()"},{"p":"com.avrix.logs","c":"IsolatedConsoleWriter","l":"IsolatedConsoleWriter(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.avrix.utils","c":"IsoObjectUtils","l":"IsoObjectUtils()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"WidgetManager","l":"isOverCustomUI()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"isPointOver(int, int)","u":"isPointOver(int,int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"isResizable()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"isScrollable()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"isScrollLock()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget.ComboPopupButton","l":"isSelected()"},{"p":"com.avrix.utils","c":"VersionChecker","l":"isVersionCompatible(String, String)","u":"isVersionCompatible(java.lang.String,java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"isVisible()"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"kickPlayer(IsoPlayer, String)","u":"kickPlayer(zombie.characters.IsoPlayer,java.lang.String)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"kickPlayer(UdpConnection, String)","u":"kickPlayer(zombie.core.raknet.UdpConnection,java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"LabelWidget(String, String, int, int, int, NVGColor)","u":"%3Cinit%3E(java.lang.String,java.lang.String,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix","c":"Launcher","l":"Launcher()","u":"%3Cinit%3E()"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"license(String)","u":"license(java.lang.String)"},{"p":"com.avrix.ui","c":"NVGColor","l":"LIGHT_BLACK"},{"p":"com.avrix.ui","c":"NVGColor","l":"LIGHT_BLUE"},{"p":"com.avrix.ui","c":"NVGColor","l":"LIGHT_GRAY"},{"p":"com.avrix.ui","c":"NVGColor","l":"LIGHT_YELLOW"},{"p":"com.avrix.logs","c":"LineReadingOutputStream","l":"LineReadingOutputStream(Consumer)","u":"%3Cinit%3E(java.util.function.Consumer)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"LMBDown"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"LMBDown"},{"p":"com.avrix.utils","c":"YamlFile","l":"load(File)","u":"load(java.io.File)"},{"p":"com.avrix.utils","c":"YamlFile","l":"load(Path)","u":"load(java.nio.file.Path)"},{"p":"com.avrix.utils","c":"YamlFile","l":"load(String)","u":"load(java.lang.String)"},{"p":"com.avrix.agent","c":"AgentLoader","l":"loadAgent()"},{"p":"com.avrix.agent","c":"AgentLoader","l":"loadAgent(String)","u":"loadAgent(java.lang.String)"},{"p":"com.avrix.plugin","c":"Plugin","l":"loadConfig(String)","u":"loadConfig(java.lang.String)"},{"p":"com.avrix.plugin","c":"Plugin","l":"loadDefaultConfig()"},{"p":"com.avrix.ui","c":"NVGFont","l":"loadDefaultFonts()"},{"p":"com.avrix.resources","c":"ImageLoader","l":"loadImage(Path)","u":"loadImage(java.nio.file.Path)"},{"p":"com.avrix.resources","c":"ImageLoader","l":"loadImage(String)","u":"loadImage(java.lang.String)"},{"p":"com.avrix.resources","c":"ImageLoader","l":"loadImage(String, String)","u":"loadImage(java.lang.String,java.lang.String)"},{"p":"com.avrix.resources","c":"ImageLoader","l":"loadImages(NVGContext)","u":"loadImages(com.avrix.ui.NVGContext)"},{"p":"com.avrix.lua","c":"LuaManager","l":"loadLuaFromFolder(String, boolean)","u":"loadLuaFromFolder(java.lang.String,boolean)"},{"p":"com.avrix.plugin","c":"PluginManager","l":"loadPlugins()"},{"p":"com.avrix.enums","c":"Priority","l":"LOW"},{"p":"com.avrix.enums","c":"Priority","l":"LOWEST"},{"p":"com.avrix.lua","c":"LuaExposer","l":"LuaExposer()","u":"%3Cinit%3E()"},{"p":"com.avrix.lua","c":"LuaManager","l":"LuaManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGColor","l":"MAGENTA"},{"p":"com.avrix","c":"Launcher","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.avrix.ui","c":"NVGColor","l":"mallocNVG(MemoryStack)","u":"mallocNVG(org.lwjgl.system.MemoryStack)"},{"p":"com.avrix.utils","c":"Constants","l":"MAX_CACHE_SIZE"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"maxScrollX"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"maxScrollY"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"maxTitleWidth"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"maxValue"},{"p":"com.avrix.utils","c":"YamlFile","l":"merge(Map)","u":"merge(java.util.Map)"},{"p":"com.avrix.utils","c":"YamlFile","l":"merge(YamlFile)","u":"merge(com.avrix.utils.YamlFile)"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"MetadataBuilder()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"minSizeX"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"minSizeY"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"minValue"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"ModalWidget(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"ModalWidget(int, int, Widget)","u":"%3Cinit%3E(int,int,com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.enums","c":"AccessLevel","l":"MODERATOR"},{"p":"com.avrix.agent","c":"ClassTransformer","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchBanSteamIDCommand","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchBanUserCommand","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchChatServer","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchGameServer","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchGameWindow","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchKickUserCommand","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchLuaEventManager","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchLuaManager","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchLuaManagerExposer","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchQuitCommand","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchRenderThread","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchSpriteRenderer","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchTranslator","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchUIManager","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchUnbanSteamIDCommand","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchUnbanUserCommand","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchZLogger","l":"modifyClass()"},{"p":"com.avrix.agent","c":"ClassModifier.ClassModifierBuilder","l":"modifyMethod(String, BiConsumer)","u":"modifyMethod(java.lang.String,java.util.function.BiConsumer)"},{"p":"com.avrix.agent","c":"ClassModifier.ClassModifierBuilder","l":"modifyMethod(String, String, BiConsumer)","u":"modifyMethod(java.lang.String,java.lang.String,java.util.function.BiConsumer)"},{"p":"com.avrix.ui","c":"NVGColor","l":"multiply(float)"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"name(String)","u":"name(java.lang.String)"},{"p":"com.avrix.enums","c":"AccessLevel","l":"NONE"},{"p":"com.avrix.enums","c":"Priority","l":"NORMAL"},{"p":"com.avrix.ui","c":"NVGColor","l":"NVGColor(float, float, float, float)","u":"%3Cinit%3E(float,float,float,float)"},{"p":"com.avrix.ui","c":"NVGColor","l":"NVGColor(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"com.avrix.ui","c":"NVGColor","l":"NVGColor(NVGColor)","u":"%3Cinit%3E(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGColor","l":"NVGColor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.avrix.ui","c":"NVGContext","l":"NVGContext()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"NVGDrawer()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGFont","l":"NVGFont()","u":"%3Cinit%3E()"},{"p":"com.avrix.enums","c":"AccessLevel","l":"OBSERVER"},{"p":"com.avrix.events","c":"OnAcceptedFactionInviteEvent","l":"OnAcceptedFactionInviteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAcceptedSafehouseInviteEvent","l":"OnAcceptedSafehouseInviteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAcceptedTradeEvent","l":"OnAcceptedTradeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAcceptInviteEvent","l":"OnAcceptInviteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAddForageDefsEvent","l":"OnAddForageDefsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAddIncomingEvent","l":"OnAddIncomingEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAddMessageEvent","l":"OnAddMessageEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAddXPEvent","l":"OnAddXPEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAdminMessageEvent","l":"OnAdminMessageEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAIStateChangeEvent","l":"OnAIStateChangeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAmbientSoundEvent","l":"OnAmbientSoundEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCGlobalObjectSystemInitEvent","l":"OnCGlobalObjectSystemInitEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnChallengeQueryEvent","l":"OnChallengeQueryEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnChangeLanguageEvent","l":"OnChangeLanguageEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnChangeWeatherEvent","l":"OnChangeWeatherEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCharacterCollideEvent","l":"OnCharacterCollideEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCharacterDeathEvent","l":"OnCharacterDeathEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnChatMessageProcessedEvent","l":"OnChatMessageProcessedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnChatWindowInitEvent","l":"OnChatWindowInitEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"onCheckAction"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"onClickMethod"},{"p":"com.avrix.events","c":"OnClientCommandEvent","l":"OnClientCommandEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnClimateManagerInitEvent","l":"OnClimateManagerInitEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnClimateTickDebugEvent","l":"OnClimateTickDebugEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnClimateTickEvent","l":"OnClimateTickEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnClothingUpdatedEvent","l":"OnClothingUpdatedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnConnectedEvent","l":"OnConnectedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnConnectFailedEvent","l":"OnConnectFailedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnConnectionStateChangedEvent","l":"OnConnectionStateChangedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnContainerUpdateEvent","l":"OnContainerUpdateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCoopJoinFailedEvent","l":"OnCoopJoinFailedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCoopServerMessageEvent","l":"OnCoopServerMessageEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCreateLivingCharacterEvent","l":"OnCreateLivingCharacterEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCreatePlayerEvent","l":"OnCreatePlayerEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCreateSurvivorEvent","l":"OnCreateSurvivorEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCreateUIEvent","l":"OnCreateUIEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCustomUIKeyEvent","l":"OnCustomUIKeyEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCustomUIKeyPressedEvent","l":"OnCustomUIKeyPressedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCustomUIKeyReleasedEvent","l":"OnCustomUIKeyReleasedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDawnEvent","l":"OnDawnEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDestroyIsoThumpableEvent","l":"OnDestroyIsoThumpableEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDeviceTextEvent","l":"OnDeviceTextEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDisableSearchModeEvent","l":"OnDisableSearchModeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDisconnectEvent","l":"OnDisconnectEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDistributionMergeEvent","l":"OnDistributionMergeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDoSpecialTooltipEvent","l":"OnDoSpecialTooltipEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDoTileBuilding2Event","l":"OnDoTileBuilding2Event()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDoTileBuilding3Event","l":"OnDoTileBuilding3Event()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDuskEvent","l":"OnDuskEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDynamicMovableRecipeEvent","l":"OnDynamicMovableRecipeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnEnableSearchModeEvent","l":"OnEnableSearchModeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnEnterVehicleEvent","l":"OnEnterVehicleEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnEquipPrimaryEvent","l":"OnEquipPrimaryEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnEquipSecondaryEvent","l":"OnEquipSecondaryEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnEveryDaysEvent","l":"OnEveryDaysEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnEveryHoursEvent","l":"OnEveryHoursEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnEveryOneMinuteEvent","l":"OnEveryOneMinuteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnEveryTenMinutesEvent","l":"OnEveryTenMinutesEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnExitVehicleEvent","l":"OnExitVehicleEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnFETickEvent","l":"OnFETickEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnFillContainerEvent","l":"OnFillContainerEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnFillInventoryObjectContextMenuEvent","l":"OnFillInventoryObjectContextMenuEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnFillSearchIconContextMenuEvent","l":"OnFillSearchIconContextMenuEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnFillWorldObjectContextMenuEvent","l":"OnFillWorldObjectContextMenuEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGameBootEvent","l":"OnGameBootEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGamepadConnectEvent","l":"OnGamepadConnectEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGamepadDisconnectEvent","l":"OnGamepadDisconnectEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGameStartEvent","l":"OnGameStartEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGameTimeLoadedEvent","l":"OnGameTimeLoadedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGameWindowInitializedEvent","l":"OnGameWindowInitializedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGetDBSchemaEvent","l":"OnGetDBSchemaEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGetTableResultEvent","l":"OnGetTableResultEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGridBurntEvent","l":"OnGridBurntEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnHitZombieEvent","l":"OnHitZombieEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnInitGlobalModDataEvent","l":"OnInitGlobalModDataEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.plugin","c":"Plugin","l":"onInitialize()"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"onInitialize()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onInitialize()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"onInitialize()"},{"p":"com.avrix.events","c":"OnInitModdedWeatherStageEvent","l":"OnInitModdedWeatherStageEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnInitRecordedMediaEvent","l":"OnInitRecordedMediaEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnInitSeasonsEvent","l":"OnInitSeasonsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnInitWorldEvent","l":"OnInitWorldEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.commands","c":"Command","l":"onInvoke(UdpConnection, String[])","u":"onInvoke(zombie.core.raknet.UdpConnection,java.lang.String[])"},{"p":"com.avrix.events","c":"OnItemFallEvent","l":"OnItemFallEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnJoypadActivateEvent","l":"OnJoypadActivateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnJoypadActivateUIEvent","l":"OnJoypadActivateUIEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnJoypadBeforeDeactivateEvent","l":"OnJoypadBeforeDeactivateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnJoypadBeforeReactivateEvent","l":"OnJoypadBeforeReactivateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnJoypadDeactivateEvent","l":"OnJoypadDeactivateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnJoypadReactivateEvent","l":"OnJoypadReactivateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnJoypadRenderUIEvent","l":"OnJoypadRenderUIEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnKeyKeepPressedEvent","l":"OnKeyKeepPressedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"InputWidgetHandler","l":"onKeyPress(int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"onKeyPress(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onKeyPress(int)"},{"p":"com.avrix.events","c":"OnKeyPressedEvent","l":"OnKeyPressedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"InputWidgetHandler","l":"onKeyRelease(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onKeyRelease(int)"},{"p":"com.avrix.ui","c":"InputWidgetHandler","l":"onKeyRepeat(int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"onKeyRepeat(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onKeyRepeat(int)"},{"p":"com.avrix.events","c":"OnKeyStartPressedEvent","l":"OnKeyStartPressedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"onLeftMouseDown(int, int)","u":"onLeftMouseDown(int,int)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"onLeftMouseDown(int, int)","u":"onLeftMouseDown(int,int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"onLeftMouseDown(int, int)","u":"onLeftMouseDown(int,int)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"onLeftMouseDown(int, int)","u":"onLeftMouseDown(int,int)"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"onLeftMouseDown(int, int)","u":"onLeftMouseDown(int,int)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"onLeftMouseDown(int, int)","u":"onLeftMouseDown(int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onLeftMouseDown(int, int)","u":"onLeftMouseDown(int,int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"onLeftMouseDown(int, int)","u":"onLeftMouseDown(int,int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"onLeftMouseDownOutside(int, int)","u":"onLeftMouseDownOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"PopupWidget","l":"onLeftMouseDownOutside(int, int)","u":"onLeftMouseDownOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onLeftMouseDownOutside(int, int)","u":"onLeftMouseDownOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"onLeftMouseUpOutside(int, int)","u":"onLeftMouseUpOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"onLeftMouseUpOutside(int, int)","u":"onLeftMouseUpOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"onLeftMouseUpOutside(int, int)","u":"onLeftMouseUpOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"onLeftMouseUpOutside(int, int)","u":"onLeftMouseUpOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"onLeftMouseUpOutside(int, int)","u":"onLeftMouseUpOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"onLeftMouseUpOutside(int, int)","u":"onLeftMouseUpOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onLeftMouseUpOutside(int, int)","u":"onLeftMouseUpOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"onLeftMouseUpOutside(int, int)","u":"onLeftMouseUpOutside(int,int)"},{"p":"com.avrix.events","c":"OnLevelPerkEvent","l":"OnLevelPerkEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLoadedTileDefinitionsEvent","l":"OnLoadedTileDefinitionsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLoadEvent","l":"OnLoadEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLoadGridsquareEvent","l":"OnLoadGridsquareEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLoadMapZonesEvent","l":"OnLoadMapZonesEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLoadModDataFromServerEvent","l":"OnLoadModDataFromServerEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLoadRadioScriptsEvent","l":"OnLoadRadioScriptsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLoadSoundBanksEvent","l":"OnLoadSoundBanksEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLuaFilesLoadedEvent","l":"OnLuaFilesLoadedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLuaScriptExecuteEvent","l":"OnLuaScriptExecuteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnMainMenuEnterEvent","l":"OnMainMenuEnterEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnMechanicActionDoneEvent","l":"OnMechanicActionDoneEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnMiniScoreboardUpdateEvent","l":"OnMiniScoreboardUpdateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnMngInvReceiveItemsEvent","l":"OnMngInvReceiveItemsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnModsModifiedEvent","l":"OnModsModifiedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnMouseDownEvent","l":"OnMouseDownEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onMouseEnter(int, int)","u":"onMouseEnter(int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onMouseExit(int, int)","u":"onMouseExit(int,int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"onMouseMove(int, int)","u":"onMouseMove(int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onMouseMove(int, int)","u":"onMouseMove(int,int)"},{"p":"com.avrix.events","c":"OnMouseMoveEvent","l":"OnMouseMoveEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onMouseMoveOutside(int, int)","u":"onMouseMoveOutside(int,int)"},{"p":"com.avrix.events","c":"OnMouseUpEvent","l":"OnMouseUpEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onMouseWheel(int, int, int)","u":"onMouseWheel(int,int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onMouseWheelOutside(int, int, int)","u":"onMouseWheelOutside(int,int,int)"},{"p":"com.avrix.events","c":"OnMultiTriggerNPCEventEvent","l":"OnMultiTriggerNPCEventEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnNewFireEvent","l":"OnNewFireEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnNewGameEvent","l":"OnNewGameEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnObjectAboutToBeRemovedEvent","l":"OnObjectAboutToBeRemovedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnObjectAddedEvent","l":"OnObjectAddedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnObjectCollideEvent","l":"OnObjectCollideEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnObjectLeftMouseButtonDownEvent","l":"OnObjectLeftMouseButtonDownEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnObjectLeftMouseButtonUpEvent","l":"OnObjectLeftMouseButtonUpEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnObjectRightMouseButtonDownEvent","l":"OnObjectRightMouseButtonDownEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnObjectRightMouseButtonUpEvent","l":"OnObjectRightMouseButtonUpEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerAttackFinishedEvent","l":"OnPlayerAttackFinishedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerBanEvent","l":"OnPlayerBanEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerConnectEvent","l":"OnPlayerConnectEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerDeathEvent","l":"OnPlayerDeathEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerDisconnectEvent","l":"OnPlayerDisconnectEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerFullyConnectedEvent","l":"OnPlayerFullyConnectedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerKickEvent","l":"OnPlayerKickEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerMoveEvent","l":"OnPlayerMoveEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerUnbanEvent","l":"OnPlayerUnbanEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerUpdateEvent","l":"OnPlayerUpdateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPostDistributionMergeEvent","l":"OnPostDistributionMergeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPostFloorLayerDrawEvent","l":"OnPostFloorLayerDrawEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPostMapLoadEvent","l":"OnPostMapLoadEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPostRenderEvent","l":"OnPostRenderEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPostSaveEvent","l":"OnPostSaveEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPostUIDrawEvent","l":"OnPostUIDrawEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPostWidgetDrawEvent","l":"OnPostWidgetDrawEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreAddCatDefsEvent","l":"OnPreAddCatDefsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreAddForageDefsEvent","l":"OnPreAddForageDefsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreAddItemDefsEvent","l":"OnPreAddItemDefsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreAddZoneDefsEvent","l":"OnPreAddZoneDefsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreDistributionMergeEvent","l":"OnPreDistributionMergeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreFillInventoryObjectContextMenuEvent","l":"OnPreFillInventoryObjectContextMenuEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreFillWorldObjectContextMenuEvent","l":"OnPreFillWorldObjectContextMenuEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreMapLoadEvent","l":"OnPreMapLoadEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPressRackButtonEvent","l":"OnPressRackButtonEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPressReloadButtonEvent","l":"OnPressReloadButtonEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreUIDrawEvent","l":"OnPreUIDrawEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreWidgetDrawEvent","l":"OnPreWidgetDrawEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnRainStopEvent","l":"OnRainStopEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnReceiveFactionInviteEvent","l":"OnReceiveFactionInviteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnReceiveGlobalModDataEvent","l":"OnReceiveGlobalModDataEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnReceiveItemListNetEvent","l":"OnReceiveItemListNetEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnReceiveSafehouseInviteEvent","l":"OnReceiveSafehouseInviteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnReceiveUserlogEvent","l":"OnReceiveUserlogEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"WidgetManager","l":"onRender()"},{"p":"com.avrix.events","c":"OnRenderTickEvent","l":"OnRenderTickEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnRequestTradeEvent","l":"OnRequestTradeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnResetLuaEvent","l":"OnResetLuaEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnResolutionChangeEvent","l":"OnResolutionChangeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnReuseGridsquareEvent","l":"OnReuseGridsquareEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onRightMouseDown(int, int)","u":"onRightMouseDown(int,int)"},{"p":"com.avrix.events","c":"OnRightMouseDownEvent","l":"OnRightMouseDownEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"PopupWidget","l":"onRightMouseDownOutside(int, int)","u":"onRightMouseDownOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onRightMouseDownOutside(int, int)","u":"onRightMouseDownOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onRightMouseUp(int, int)","u":"onRightMouseUp(int,int)"},{"p":"com.avrix.events","c":"OnRightMouseUpEvent","l":"OnRightMouseUpEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onRightMouseUpOutside(int, int)","u":"onRightMouseUpOutside(int,int)"},{"p":"com.avrix.events","c":"OnSafehousesChangedEvent","l":"OnSafehousesChangedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSaveEvent","l":"OnSaveEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnScoreboardUpdateEvent","l":"OnScoreboardUpdateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSeeNewRoomEvent","l":"OnSeeNewRoomEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSendChatCommandEvent","l":"OnSendChatCommandEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSendConsoleCommandEvent","l":"OnSendConsoleCommandEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSendCustomModDataEvent","l":"OnSendCustomModDataEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnServerCommandEvent","l":"OnServerCommandEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnServerFinishSavingEvent","l":"OnServerFinishSavingEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnServerInitializeEvent","l":"OnServerInitializeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnServerPingedEvent","l":"OnServerPingedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnServerShutdownEvent","l":"OnServerShutdownEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnServerStartedEvent","l":"OnServerStartedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnServerStartSavingEvent","l":"OnServerStartSavingEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnServerStatisticReceivedEvent","l":"OnServerStatisticReceivedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSetDefaultTabEvent","l":"OnSetDefaultTabEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSGlobalObjectSystemInitEvent","l":"OnSGlobalObjectSystemInitEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"onSlideAction"},{"p":"com.avrix.events","c":"OnSpawnRegionsLoadedEvent","l":"OnSpawnRegionsLoadedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamFriendStatusChangedEvent","l":"OnSteamFriendStatusChangedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamGameJoinEvent","l":"OnSteamGameJoinEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamRefreshInternetServersEvent","l":"OnSteamRefreshInternetServersEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamRulesRefreshCompleteEvent","l":"OnSteamRulesRefreshCompleteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamServerFailedToRespond2Event","l":"OnSteamServerFailedToRespond2Event()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamServerResponded2Event","l":"OnSteamServerResponded2Event()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamServerRespondedEvent","l":"OnSteamServerRespondedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemCreatedEvent","l":"OnSteamWorkshopItemCreatedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemNotCreatedEvent","l":"OnSteamWorkshopItemNotCreatedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemNotUpdatedEvent","l":"OnSteamWorkshopItemNotUpdatedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemUpdatedEvent","l":"OnSteamWorkshopItemUpdatedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSwitchChatStreamEvent","l":"OnSwitchChatStreamEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSwitchVehicleSeatEvent","l":"OnSwitchVehicleSeatEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSyncFactionEvent","l":"OnSyncFactionEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTabAddedEvent","l":"OnTabAddedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTabRemovedEvent","l":"OnTabRemovedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"onTextChangeAction"},{"p":"com.avrix.events","c":"OnThunderEventEvent","l":"OnThunderEventEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTickEvenPausedEvent","l":"OnTickEvenPausedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTickEvent","l":"OnTickEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTickRenderThreadEvent","l":"OnTickRenderThreadEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTileRemovedEvent","l":"OnTileRemovedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnToggleSearchModeEvent","l":"OnToggleSearchModeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTradingUIAddItemEvent","l":"OnTradingUIAddItemEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTradingUIRemoveItemEvent","l":"OnTradingUIRemoveItemEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTradingUIUpdateStateEvent","l":"OnTradingUIUpdateStateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTriggerNPCEventEvent","l":"OnTriggerNPCEventEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnUpdateIconEvent","l":"OnUpdateIconEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnUpdateModdedWeatherStageEvent","l":"OnUpdateModdedWeatherStageEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnUseVehicleEvent","l":"OnUseVehicleEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnVehicleDamageTextureEvent","l":"OnVehicleDamageTextureEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnVehicleHornEvent","l":"OnVehicleHornEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnViewTicketsEvent","l":"OnViewTicketsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWaterAmountChangeEvent","l":"OnWaterAmountChangeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeaponHitCharacterEvent","l":"OnWeaponHitCharacterEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeaponHitTreeEvent","l":"OnWeaponHitTreeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeaponHitXpEvent","l":"OnWeaponHitXpEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeaponSwingEvent","l":"OnWeaponSwingEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeaponSwingHitPointEvent","l":"OnWeaponSwingHitPointEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeatherPeriodCompleteEvent","l":"OnWeatherPeriodCompleteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeatherPeriodStageEvent","l":"OnWeatherPeriodStageEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeatherPeriodStartEvent","l":"OnWeatherPeriodStartEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeatherPeriodStopEvent","l":"OnWeatherPeriodStopEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWidgetManagerInitEvent","l":"OnWidgetManagerInitEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWorldSoundEvent","l":"OnWorldSoundEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnZombieDeadEvent","l":"OnZombieDeadEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnZombieUpdateEvent","l":"OnZombieUpdateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGColor","l":"ORANGE"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"originalHeight"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"originalMaxScrollX"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"originalMaxScrollY"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"originalWidth"},{"p":"com.avrix.enums","c":"AccessLevel","l":"OVERSEER"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"PanelWidget(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"PanelWidget(int, int, int, int, int, NVGColor)","u":"%3Cinit%3E(int,int,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"parent"},{"p":"com.avrix.patches","c":"PatchBanSteamIDCommand","l":"PatchBanSteamIDCommand()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchBanUserCommand","l":"PatchBanUserCommand()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchChatServer","l":"PatchChatServer()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchGameServer","l":"PatchGameServer()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchGameWindow","l":"PatchGameWindow()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchKickUserCommand","l":"PatchKickUserCommand()","u":"%3Cinit%3E()"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"patchList(List)","u":"patchList(java.util.List)"},{"p":"com.avrix.patches","c":"PatchLuaEventManager","l":"PatchLuaEventManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchLuaManager","l":"PatchLuaManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchLuaManagerExposer","l":"PatchLuaManagerExposer()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchQuitCommand","l":"PatchQuitCommand()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchRenderThread","l":"PatchRenderThread()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchSpriteRenderer","l":"PatchSpriteRenderer()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchTranslator","l":"PatchTranslator()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchUIManager","l":"PatchUIManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchUnbanSteamIDCommand","l":"PatchUnbanSteamIDCommand()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchUnbanUserCommand","l":"PatchUnbanUserCommand()","u":"%3Cinit%3E()"},{"p":"com.avrix.utils","c":"PatchUtils","l":"PatchUtils()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchZLogger","l":"PatchZLogger()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGColor","l":"PINK"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"placeholder"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"placeholderColor"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"PlayerUtils()","u":"%3Cinit%3E()"},{"p":"com.avrix.plugin","c":"Plugin","l":"Plugin(Metadata)","u":"%3Cinit%3E(com.avrix.plugin.Metadata)"},{"p":"com.avrix.plugin","c":"PluginClassLoader","l":"PluginClassLoader(String, URL[], ClassLoader)","u":"%3Cinit%3E(java.lang.String,java.net.URL[],java.lang.ClassLoader)"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"pluginFile(File)","u":"pluginFile(java.io.File)"},{"p":"com.avrix.plugin","c":"PluginManager","l":"PluginManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.utils","c":"Constants","l":"PLUGINS_DEFAULT_CONFIG_NAME"},{"p":"com.avrix.utils","c":"Constants","l":"PLUGINS_FOLDER_NAME"},{"p":"com.avrix.utils","c":"Constants","l":"PLUGINS_METADATA_NAME"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"popupButtonHeight"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"popupHeight"},{"p":"com.avrix.ui.widgets","c":"PopupWidget","l":"PopupWidget(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"postRender()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"postRender()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"postRender()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"preRender()"},{"p":"com.avrix.enums","c":"KeyEventType","l":"PRESS"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"pressed"},{"p":"com.avrix.events","c":"EventManager.EventListener","l":"priority()"},{"p":"com.avrix.ui","c":"NVGColor","l":"RED"},{"p":"com.avrix.ui","c":"NVGColor","l":"red(float)"},{"p":"com.avrix.plugin","c":"ServiceManager","l":"register(Class, T)","u":"register(java.lang.Class,T)"},{"p":"com.avrix.enums","c":"KeyEventType","l":"RELEASE"},{"p":"com.avrix.utils","c":"YamlFile","l":"remove(String)","u":"remove(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"removeChild(Widget)","u":"removeChild(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"removeChild(Widget)","u":"removeChild(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"removeChild(Widget)","u":"removeChild(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.lua","c":"LuaExposer","l":"removeExposedClass(Class)","u":"removeExposedClass(java.lang.Class)"},{"p":"com.avrix.lua","c":"LuaExposer","l":"removeExposedGlobalObject(Object)","u":"removeExposedGlobalObject(java.lang.Object)"},{"p":"com.avrix.resources","c":"ResourceManager","l":"removeFileExtension(String)","u":"removeFileExtension(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"removeFromScreen()"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"removeItem(IsoPlayer, int)","u":"removeItem(zombie.characters.IsoPlayer,int)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"removeItem(IsoPlayer, InventoryItem)","u":"removeItem(zombie.characters.IsoPlayer,zombie.inventory.InventoryItem)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"removeItem(IsoPlayer, String)","u":"removeItem(zombie.characters.IsoPlayer,java.lang.String)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"removeItem(UdpConnection, int)","u":"removeItem(zombie.core.raknet.UdpConnection,int)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"removeItem(UdpConnection, InventoryItem)","u":"removeItem(zombie.core.raknet.UdpConnection,zombie.inventory.InventoryItem)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"removeItem(UdpConnection, String)","u":"removeItem(zombie.core.raknet.UdpConnection,java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"removeValue(int)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"removeValue(String)","u":"removeValue(java.lang.String)"},{"p":"com.avrix.ui","c":"WidgetManager","l":"removeWidget(Widget)","u":"removeWidget(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget.ComboPopupButton","l":"render()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"PopupWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"renderChildren()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"renderChildren()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"renderChildren()"},{"p":"com.avrix.enums","c":"KeyEventType","l":"REPEAT"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"repeatDelay"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"resetRenderState()"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"resetScissor()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"resizable"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"resizeIcon"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"resizeIconOffset"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"resizeIconSize"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"resizeOffsetX"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"resizeOffsetY"},{"p":"com.avrix.resources","c":"ResourceManager","l":"ResourceManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"restoreRenderState()"},{"p":"com.avrix.ui","c":"NVGColor","l":"rgbMatches(NVGColor)","u":"rgbMatches(com.avrix.ui.NVGColor)"},{"p":"com.avrix.lua","c":"LuaManager","l":"runLua(String, boolean)","u":"runLua(java.lang.String,boolean)"},{"p":"com.avrix.utils","c":"YamlFile","l":"save()"},{"p":"com.avrix.utils","c":"YamlFile","l":"save(String)","u":"save(java.lang.String)"},{"p":"com.avrix.agent","c":"ClassModifier.ClassModifierBuilder","l":"saveFile()"},{"p":"com.avrix.agent","c":"ClassModifier.ClassModifierBuilder","l":"saveFile(Path)","u":"saveFile(java.nio.file.Path)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"saveRenderState()"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"scissor(int, int, int, int)","u":"scissor(int,int,int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"scrollable"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"ScrollbarWidget()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"ScrollbarWidget(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"scrollLock"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"ScrollPanelWidget(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"ScrollPanelWidget(int, int, int, int, int, NVGColor)","u":"%3Cinit%3E(int,int,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"scrollSpeed"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"scrollX"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"scrollY"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"selecting"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"selectionColor"},{"p":"com.avrix.utils","c":"ChatUtils","l":"sendMessageToAdmins(String)","u":"sendMessageToAdmins(java.lang.String)"},{"p":"com.avrix.utils","c":"ChatUtils","l":"sendMessageToAll(String)","u":"sendMessageToAll(java.lang.String)"},{"p":"com.avrix.utils","c":"ChatUtils","l":"sendMessageToPlayer(UdpConnection, String)","u":"sendMessageToPlayer(zombie.core.raknet.UdpConnection,java.lang.String)"},{"p":"com.avrix.enums","c":"Environment","l":"SERVER"},{"p":"com.avrix.plugin","c":"ServiceManager","l":"ServiceManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGColor","l":"set(float, float, float, float)","u":"set(float,float,float,float)"},{"p":"com.avrix.ui","c":"NVGColor","l":"set(NVGColor)","u":"set(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setAccentColor(NVGColor)","u":"setAccentColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"setAccessLevel(IsoPlayer, AccessLevel)","u":"setAccessLevel(zombie.characters.IsoPlayer,com.avrix.enums.AccessLevel)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"setAccessLevel(String, AccessLevel)","u":"setAccessLevel(java.lang.String,com.avrix.enums.AccessLevel)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"setAccessLevel(UdpConnection, AccessLevel)","u":"setAccessLevel(zombie.core.raknet.UdpConnection,com.avrix.enums.AccessLevel)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setActive(boolean)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setAlwaysOnTop(boolean)"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"setBackgroundColor(NVGColor)","u":"setBackgroundColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"setBackgroundColor(NVGColor)","u":"setBackgroundColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setBarColor(NVGColor)","u":"setBarColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setBarFillOffset(int)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setBarHeight(int)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setBoolean(String, boolean)","u":"setBoolean(java.lang.String,boolean)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setBooleanList(String, List)","u":"setBooleanList(java.lang.String,java.util.List)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setBooleanMap(String, Map)","u":"setBooleanMap(java.lang.String,java.util.Map)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"setBorderColor(NVGColor)","u":"setBorderColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setBorderOffset(int)"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"setBorderOffset(int)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"setBorderRadius(int)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setBorderRadius(int)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"setBorderWidth(int)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setByte(String, byte)","u":"setByte(java.lang.String,byte)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setByteList(String, List)","u":"setByteList(java.lang.String,java.util.List)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setChar(String, char)","u":"setChar(java.lang.String,char)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setCharacterList(String, List)","u":"setCharacterList(java.lang.String,java.util.List)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setCheckBoxSize(int)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setCheckColor(NVGColor)","u":"setCheckColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setChecked(boolean)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setCheckIcon(String)","u":"setCheckIcon(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"setCompressedWidth(int)"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"setContentPanel(Widget)","u":"setContentPanel(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setCursorVisible(boolean)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setDouble(String, double)","u":"setDouble(java.lang.String,double)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setDoubleList(String, List)","u":"setDoubleList(java.lang.String,java.util.List)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setDoubleMap(String, Map)","u":"setDoubleMap(java.lang.String,java.util.Map)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"setDraggable(boolean)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"setDrawBorder(boolean)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setEditable(boolean)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"setEnable(boolean)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setEnable(boolean)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setEnable(boolean)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"setFont(String)","u":"setFont(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"setFontName(String)","u":"setFontName(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setFontName(String)","u":"setFontName(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"setFontName(String)","u":"setFontName(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setFontName(String)","u":"setFontName(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"setFontSize(int)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setFontSize(int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setFontSize(int)"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"setFontSize(int)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setFontSize(int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"setHeaderColor(NVGColor)","u":"setHeaderColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"setHeaderHeight(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setHeight(int)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setIconFontName(String)","u":"setIconFontName(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setInt(String, int)","u":"setInt(java.lang.String,int)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setIntegerList(String, List)","u":"setIntegerList(java.lang.String,java.util.List)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setIntMap(String, Map)","u":"setIntMap(java.lang.String,java.util.Map)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setList(String, List)","u":"setList(java.lang.String,java.util.List)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setLong(String, long)","u":"setLong(java.lang.String,long)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setLongList(String, List)","u":"setLongList(java.lang.String,java.util.List)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setMap(String, Map)","u":"setMap(java.lang.String,java.util.Map)"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"setMaxScrollX(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setMaxScrollX(int)"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"setMaxScrollY(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setMaxScrollY(int)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setMaxValue(int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"setMinSizeX(int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"setMinSizeY(int)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setMinValue(int)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setOnCheckAction(Consumer)","u":"setOnCheckAction(java.util.function.Consumer)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"setOnClickMethod(Runnable)","u":"setOnClickMethod(java.lang.Runnable)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setOnSlideAction(Consumer)","u":"setOnSlideAction(java.util.function.Consumer)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setOnTextChangeAction(Consumer)","u":"setOnTextChangeAction(java.util.function.Consumer)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setPlaceholder(String)","u":"setPlaceholder(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setPlaceholderColor(NVGColor)","u":"setPlaceholderColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setRepeatDelay(int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"setResizable(boolean)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setScrollable(boolean)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setScrollLock(boolean)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setScrollSpeed(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setScrollX(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setScrollY(int)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget.ComboPopupButton","l":"setSelected(boolean)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setSelectionColor(NVGColor)","u":"setSelectionColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setShort(String, short)","u":"setShort(java.lang.String,short)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setShortList(String, List)","u":"setShortList(java.lang.String,java.util.List)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setString(String, String)","u":"setString(java.lang.String,java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setStringList(String, List)","u":"setStringList(java.lang.String,java.util.List)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setStringMap(String, Map)","u":"setStringMap(java.lang.String,java.util.Map)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"setText(String)","u":"setText(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"setText(String)","u":"setText(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"setTextColor(NVGColor)","u":"setTextColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setTextColor(NVGColor)","u":"setTextColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"setTextColor(NVGColor)","u":"setTextColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setTextFont(String)","u":"setTextFont(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setTextOffset(int)"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"setThumbColor(NVGColor)","u":"setThumbColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setThumbWidth(int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"setTitle(String)","u":"setTitle(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setTitleColor(NVGColor)","u":"setTitleColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setTitleOffset(int)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setTitleText(String)","u":"setTitleText(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setValue(int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setValue(String)","u":"setValue(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setValue(String, Object)","u":"setValue(java.lang.String,java.lang.Object)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setVisible(boolean)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setWidth(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setX(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setXA(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setY(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setYA(int)"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"show()"},{"p":"com.avrix.ui.widgets","c":"PopupWidget","l":"show()"},{"p":"com.avrix.ui","c":"NVGColor","l":"SILVER"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"SliderWidget(int, int, int, Consumer)","u":"%3Cinit%3E(int,int,int,java.util.function.Consumer)"},{"p":"com.avrix.plugin","c":"Metadata","l":"sortMetadata(List)","u":"sortMetadata(java.util.List)"},{"p":"com.avrix.utils","c":"ChatUtils","l":"SPACE_SYMBOL"},{"p":"com.avrix.ui","c":"NVGColor","l":"tallocNVG(NVGColor.ColorAction)","u":"tallocNVG(com.avrix.ui.NVGColor.ColorAction)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"text"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"text"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"textColor"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"textColor"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"textColor"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"textColor"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"textFont"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"textOffset"},{"p":"com.avrix.utils","c":"TextUtils","l":"TextUtils()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"thumbColor"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"thumbOffset"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"thumbWidth"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"title"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"titleColor"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"titleFontSize"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"titleOffset"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"titleText"},{"p":"com.avrix.ui","c":"NVGColor","l":"toHEX()"},{"p":"com.avrix.events","c":"EventManager.EventListener","l":"toString()"},{"p":"com.avrix.agent","c":"AgentTransformer","l":"transform(ClassLoader, String, Class, ProtectionDomain, byte[])","u":"transform(java.lang.ClassLoader,java.lang.String,java.lang.Class,java.security.ProtectionDomain,byte[])"},{"p":"com.avrix.agent","c":"AgentManager","l":"transformClass(String, byte[])","u":"transformClass(java.lang.String,byte[])"},{"p":"com.avrix.ui","c":"NVGColor","l":"TRANSPARENT"},{"p":"com.avrix.plugin","c":"ServiceManager","l":"unregister(Class)","u":"unregister(java.lang.Class)"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"update()"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"update()"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"update()"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"update()"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"update()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"update()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"update()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"update()"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"updateMaxScrollOffset()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"updateMaxScrollOffset()"},{"p":"com.avrix.ui","c":"InputWidgetHandler","l":"updateMouseEvent()"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"updatePosition()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"value"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"value"},{"p":"com.avrix.commands","c":"CommandAccessLevel","l":"value()"},{"p":"com.avrix.commands","c":"CommandDescription","l":"value()"},{"p":"com.avrix.commands","c":"CommandExecutionScope","l":"value()"},{"p":"com.avrix.commands","c":"CommandName","l":"value()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"valueIndex"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"valueList"},{"p":"com.avrix.enums","c":"AccessLevel","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.avrix.enums","c":"CommandScope","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.avrix.enums","c":"Environment","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.avrix.enums","c":"KeyEventType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.avrix.enums","c":"Priority","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.avrix.enums","c":"AccessLevel","l":"values()"},{"p":"com.avrix.enums","c":"CommandScope","l":"values()"},{"p":"com.avrix.enums","c":"Environment","l":"values()"},{"p":"com.avrix.enums","c":"KeyEventType","l":"values()"},{"p":"com.avrix.enums","c":"Priority","l":"values()"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"version(String)","u":"version(java.lang.String)"},{"p":"com.avrix.utils","c":"VersionChecker","l":"VersionChecker()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"verticalScrollbar"},{"p":"com.avrix.ui","c":"NVGColor","l":"VIOLET"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"visible"},{"p":"com.avrix.ui","c":"NVGColor","l":"WHITE"},{"p":"com.avrix.ui","c":"NVGColor","l":"WHITE_SMOKE"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"Widget(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"com.avrix.ui","c":"WidgetManager","l":"WidgetManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"width"},{"p":"com.avrix.utils","c":"WindowUtils","l":"WindowUtils()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"WindowWidget(String, int, int, int, int)","u":"%3Cinit%3E(java.lang.String,int,int,int,int)"},{"p":"com.avrix.logs","c":"LineReadingOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.avrix.logs","c":"LineReadingOutputStream","l":"write(int)"},{"p":"com.avrix.logs","c":"IsolatedConsoleWriter","l":"write(LogEntry)","u":"write(org.tinylog.core.LogEntry)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"x"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"y"},{"p":"com.avrix.utils","c":"YamlFile","l":"YamlFile(File)","u":"%3Cinit%3E(java.io.File)"},{"p":"com.avrix.utils","c":"YamlFile","l":"YamlFile(InputStream, Path, String)","u":"%3Cinit%3E(java.io.InputStream,java.nio.file.Path,java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"YamlFile(Path)","u":"%3Cinit%3E(java.nio.file.Path)"},{"p":"com.avrix.utils","c":"YamlFile","l":"YamlFile(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"YamlFile(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"YamlFile(URI)","u":"%3Cinit%3E(java.net.URI)"},{"p":"com.avrix.utils","c":"YamlFile","l":"YamlFile(URL)","u":"%3Cinit%3E(java.net.URL)"},{"p":"com.avrix.ui","c":"NVGColor","l":"YELLOW"}];updateSearchResults(); \ No newline at end of file +memberSearchIndex = [{"p":"com.avrix.ui.widgets","c":"Widget","l":"absoluteX"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"absoluteY"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"accentColor"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"accentColor"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"active"},{"p":"com.avrix.ui.widgets","c":"PopupWidget","l":"addChild(Widget)","u":"addChild(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"addChild(Widget)","u":"addChild(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"addChild(Widget)","u":"addChild(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"addChild(Widget)","u":"addChild(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.agent","c":"Agent","l":"addClassPath(File)","u":"addClassPath(java.io.File)"},{"p":"com.avrix.commands","c":"CommandsManager","l":"addCommand(Command)","u":"addCommand(com.avrix.commands.Command)"},{"p":"com.avrix.lua","c":"LuaExposer","l":"addExposedClass(Class)","u":"addExposedClass(java.lang.Class)"},{"p":"com.avrix.lua","c":"LuaExposer","l":"addExposedGlobalObject(Object)","u":"addExposedGlobalObject(java.lang.Object)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"addItem(IsoPlayer, InventoryItem, int)","u":"addItem(zombie.characters.IsoPlayer,zombie.inventory.InventoryItem,int)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"addItem(IsoPlayer, String, int)","u":"addItem(zombie.characters.IsoPlayer,java.lang.String,int)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"addItem(UdpConnection, InventoryItem, int)","u":"addItem(zombie.core.raknet.UdpConnection,zombie.inventory.InventoryItem,int)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"addItem(UdpConnection, String, int)","u":"addItem(zombie.core.raknet.UdpConnection,java.lang.String,int)"},{"p":"com.avrix.events","c":"EventManager","l":"addListener(Event)","u":"addListener(com.avrix.events.Event)"},{"p":"com.avrix.events","c":"EventManager","l":"addListener(Event, Priority)","u":"addListener(com.avrix.events.Event,com.avrix.enums.Priority)"},{"p":"com.avrix.lua","c":"LuaManager","l":"addLuaActiveFolder(File)","u":"addLuaActiveFolder(java.io.File)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"addToScreen()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"addValue(String)","u":"addValue(java.lang.String)"},{"p":"com.avrix.ui","c":"WidgetManager","l":"addWidget(Widget)","u":"addWidget(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.enums","c":"AccessLevel","l":"ADMIN"},{"p":"com.avrix.agent","c":"Agent","l":"Agent()","u":"%3Cinit%3E()"},{"p":"com.avrix.agent","c":"AgentLoader","l":"AgentLoader()","u":"%3Cinit%3E()"},{"p":"com.avrix.agent","c":"Agent","l":"agentmain(String, Instrumentation)","u":"agentmain(java.lang.String,java.lang.instrument.Instrumentation)"},{"p":"com.avrix.agent","c":"AgentManager","l":"AgentManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.agent","c":"AgentTransformer","l":"AgentTransformer()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGColor","l":"alpha(float)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"alwaysOnTop"},{"p":"com.avrix.utils","c":"PatchUtils","l":"applyDefaultPatches()"},{"p":"com.avrix.agent","c":"ClassModifier","l":"applyModifications()"},{"p":"com.avrix.agent","c":"ClassTransformer","l":"applyModifications()"},{"p":"com.avrix.utils","c":"PatchUtils","l":"applyPluginPatches(Metadata, ClassLoader)","u":"applyPluginPatches(com.avrix.plugin.Metadata,java.lang.ClassLoader)"},{"p":"com.avrix.ui","c":"NVGColor","l":"AQUA"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"author(String)","u":"author(java.lang.String)"},{"p":"com.avrix.utils","c":"Constants","l":"AVRIX_NAME"},{"p":"com.avrix.utils","c":"Constants","l":"AVRIX_VERSION"},{"p":"com.avrix.ui","c":"NVGColor","l":"BABY_BLUE"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"backgroundColor"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"backgroundColor"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"banPlayer(IsoPlayer, String, boolean, boolean)","u":"banPlayer(zombie.characters.IsoPlayer,java.lang.String,boolean,boolean)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"banPlayer(UdpConnection, String, boolean, boolean)","u":"banPlayer(zombie.core.raknet.UdpConnection,java.lang.String,boolean,boolean)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"barColor"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"barFillOffset"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"barHeight"},{"p":"com.avrix.ui","c":"NVGContext","l":"beginFrame(int, int)","u":"beginFrame(int,int)"},{"p":"com.avrix.ui","c":"NVGContext","l":"beginFrame(int, int, float)","u":"beginFrame(int,int,float)"},{"p":"com.avrix.ui","c":"NVGColor","l":"BLACK"},{"p":"com.avrix.ui","c":"NVGColor","l":"BLUE"},{"p":"com.avrix.ui","c":"NVGColor","l":"blue(float)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"borderColor"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"borderOffset"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"borderOffset"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"borderOffset"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"borderRadius"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"borderRadius"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"borderWidth"},{"p":"com.avrix.enums","c":"CommandScope","l":"BOTH"},{"p":"com.avrix.enums","c":"Environment","l":"BOTH"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"bringToTop()"},{"p":"com.avrix.ui","c":"WidgetManager","l":"bringWidgetToTop(Widget)","u":"bringWidgetToTop(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.agent","c":"ClassModifier.ClassModifierBuilder","l":"build()"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"build()"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"ButtonWidget(String, int, int, int, int, int, NVGColor, Runnable)","u":"%3Cinit%3E(java.lang.String,int,int,int,int,int,com.avrix.ui.NVGColor,java.lang.Runnable)"},{"p":"com.avrix.utils","c":"Constants","l":"CACHE_DIR_NAME"},{"p":"com.avrix.resources","c":"ResourceManager","l":"cachePath"},{"p":"com.avrix.ui","c":"NVGColor","l":"callocNVG()"},{"p":"com.avrix.enums","c":"CommandScope","l":"CHAT"},{"p":"com.avrix.utils","c":"ChatUtils","l":"ChatUtils()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"checkBoxSize"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"CheckboxWidget(String, int, int, int, int, Consumer)","u":"%3Cinit%3E(java.lang.String,int,int,int,int,java.util.function.Consumer)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"checkColor"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"checked"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"checkIcon"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"children"},{"p":"com.avrix.agent","c":"ClassModifier.ClassModifierBuilder","l":"ClassModifierBuilder(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.avrix.agent","c":"ClassTransformer","l":"ClassTransformer(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"clear()"},{"p":"com.avrix.events","c":"EventManager","l":"clearAllListeners()"},{"p":"com.avrix.resources","c":"ResourceManager","l":"clearCache()"},{"p":"com.avrix.events","c":"EventManager","l":"clearListenersForEvent(String)","u":"clearListenersForEvent(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"clickSound"},{"p":"com.avrix.enums","c":"Environment","l":"CLIENT"},{"p":"com.avrix.logs","c":"IsolatedConsoleWriter","l":"close()"},{"p":"com.avrix.logs","c":"LineReadingOutputStream","l":"close()"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"close()"},{"p":"com.avrix.ui.widgets","c":"PopupWidget","l":"close()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"closeWindow()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"ComboBoxWidget(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget.ComboPopupButton","l":"ComboPopupButton(String, int, int, int, int, int, NVGColor, Runnable)","u":"%3Cinit%3E(java.lang.String,int,int,int,int,int,com.avrix.ui.NVGColor,java.lang.Runnable)"},{"p":"com.avrix.commands","c":"Command","l":"Command()","u":"%3Cinit%3E()"},{"p":"com.avrix.commands","c":"CommandsManager","l":"CommandsManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"compressedWidth"},{"p":"com.avrix.enums","c":"CommandScope","l":"CONSOLE"},{"p":"com.avrix.utils","c":"Constants","l":"Constants()","u":"%3Cinit%3E()"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"contacts(String)","u":"contacts(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"contentPanel"},{"p":"com.avrix.ui","c":"NVGColor","l":"copy()"},{"p":"com.avrix.plugin","c":"Plugin","l":"copyConfigFromJar(String, File)","u":"copyConfigFromJar(java.lang.String,java.io.File)"},{"p":"com.avrix.ui","c":"NVGColor","l":"CORAL"},{"p":"com.avrix.utils","c":"YamlFile","l":"create(File)","u":"create(java.io.File)"},{"p":"com.avrix.utils","c":"YamlFile","l":"create(Path)","u":"create(java.nio.file.Path)"},{"p":"com.avrix.utils","c":"YamlFile","l":"create(String)","u":"create(java.lang.String)"},{"p":"com.avrix.ui","c":"NVGFont","l":"createFont(String, Path)","u":"createFont(java.lang.String,java.nio.file.Path)"},{"p":"com.avrix.ui","c":"NVGFont","l":"createFont(String, String, String)","u":"createFont(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.avrix.plugin","c":"Metadata","l":"createFromJar(File, String)","u":"createFromJar(java.io.File,java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"cursorVisible"},{"p":"com.avrix.ui","c":"NVGColor","l":"CYAN"},{"p":"com.avrix.ui","c":"NVGColor","l":"DARK_GRAY"},{"p":"com.avrix.ui","c":"NVGColor","l":"DARK_VIOLET"},{"p":"com.avrix.resources","c":"ResourceManager","l":"deleteFolderContents(File)","u":"deleteFolderContents(java.io.File)"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"dependencies(Map)","u":"dependencies(java.util.Map)"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"description(String)","u":"description(java.lang.String)"},{"p":"com.avrix.ui","c":"NVGContext","l":"dispose()"},{"p":"com.avrix.ui","c":"NVGColor","l":"divide(float)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"draggable"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"dragging"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"dragging"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"dragOffsetX"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"dragOffsetY"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawArc(int, int, float, float, float, float, NVGColor)","u":"drawArc(int,int,float,float,float,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawArc(int, int, float, float, float, float, NVGColor)","u":"drawArc(int,int,float,float,float,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawArc(int, int, float, float, float, NVGColor)","u":"drawArc(int,int,float,float,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawArc(int, int, float, float, float, NVGColor)","u":"drawArc(int,int,float,float,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"drawBorder"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawCircle(int, int, float, NVGColor)","u":"drawCircle(int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawCircle(int, int, float, NVGColor)","u":"drawCircle(int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawEllipse(int, int, int, int, NVGColor)","u":"drawEllipse(int,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawEllipse(int, int, int, int, NVGColor)","u":"drawEllipse(int,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawImage(int, int, int, int, int, float)","u":"drawImage(int,int,int,int,int,float)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawImage(int, int, int, int, int, float)","u":"drawImage(int,int,int,int,int,float)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawImage(Path, int, int, int, int, float)","u":"drawImage(java.nio.file.Path,int,int,int,int,float)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawImage(Path, int, int, int, int, float)","u":"drawImage(java.nio.file.Path,int,int,int,int,float)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawImage(String, int, int, int, int, float)","u":"drawImage(java.lang.String,int,int,int,int,float)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawImage(String, int, int, int, int, float)","u":"drawImage(java.lang.String,int,int,int,int,float)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawImage(String, String, int, int, int, int, float)","u":"drawImage(java.lang.String,java.lang.String,int,int,int,int,float)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawImage(String, String, int, int, int, int, float)","u":"drawImage(java.lang.String,java.lang.String,int,int,int,int,float)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawLine(int, int, int, int, float, NVGColor)","u":"drawLine(int,int,int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawLine(int, int, int, int, float, NVGColor)","u":"drawLine(int,int,int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawRect(int, int, int, int, NVGColor)","u":"drawRect(int,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawRect(int, int, int, int, NVGColor)","u":"drawRect(int,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawRectOutline(int, int, int, int, float, NVGColor)","u":"drawRectOutline(int,int,int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawRectOutline(int, int, int, int, float, NVGColor)","u":"drawRectOutline(int,int,int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawRoundedRect(int, int, int, int, float, NVGColor)","u":"drawRoundedRect(int,int,int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawRoundedRect(int, int, int, int, float, NVGColor)","u":"drawRoundedRect(int,int,int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawRoundedRectOutline(int, int, int, int, int, float, NVGColor)","u":"drawRoundedRectOutline(int,int,int,int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawRoundedRectOutline(int, int, int, int, int, float, NVGColor)","u":"drawRoundedRectOutline(int,int,int,int,int,float,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"drawText(String, String, int, int, int, NVGColor)","u":"drawText(java.lang.String,java.lang.String,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"drawText(String, String, int, int, int, NVGColor)","u":"drawText(java.lang.String,java.lang.String,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix.utils","c":"TextUtils","l":"drawText(String, UIFont, int, int, Color)","u":"drawText(java.lang.String,zombie.ui.UIFont,int,int,zombie.core.Color)"},{"p":"com.avrix.utils","c":"TextUtils","l":"drawText(String, UIFont, int, int, float, float, float, float)","u":"drawText(java.lang.String,zombie.ui.UIFont,int,int,float,float,float,float)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"dropButtonWidth"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"dropIcon"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"editable"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"enable"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"enable"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"enable"},{"p":"com.avrix.resources","c":"ResourceManager","l":"encodeFileName(String)","u":"encodeFileName(java.lang.String)"},{"p":"com.avrix.ui","c":"NVGContext","l":"endFrame()"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"entryPointsList(List)","u":"entryPointsList(java.util.List)"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"environment(String)","u":"environment(java.lang.String)"},{"p":"com.avrix.events","c":"EventManager.EventListener","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.avrix.events","c":"Event","l":"Event()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"EventManager.EventListener","l":"EventListener(Event, Priority)","u":"%3Cinit%3E(com.avrix.events.Event,com.avrix.enums.Priority)"},{"p":"com.avrix.events","c":"EventManager","l":"EventManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGColor.ColorAction","l":"execute(NVGColor)","u":"execute(org.lwjgl.nanovg.NVGColor)"},{"p":"com.avrix.plugin","c":"PluginClassLoader","l":"findClass(String)","u":"findClass(java.lang.String)"},{"p":"com.avrix.plugin","c":"PluginClassLoader","l":"findClass(String, boolean)","u":"findClass(java.lang.String,boolean)"},{"p":"com.avrix.plugin","c":"PluginClassLoader","l":"findLoaded(String)","u":"findLoaded(java.lang.String)"},{"p":"com.avrix.logs","c":"IsolatedConsoleWriter","l":"flush()"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"fontName"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"fontName"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"fontName"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"fontName"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"fontName"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"fontName"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"fontSize"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"fontSize"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"fontSize"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"fontSize"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"fontSize"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"fontSize"},{"p":"com.avrix.enums","c":"AccessLevel","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.avrix.enums","c":"Environment","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.avrix.ui","c":"NVGContext","l":"get()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getAccentColor()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getAccentColor()"},{"p":"com.avrix.commands","c":"Command","l":"getAccessLevel()"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"getAccessLevel(IsoPlayer)","u":"getAccessLevel(zombie.characters.IsoPlayer)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"getAccessLevel(UdpConnection)","u":"getAccessLevel(zombie.core.raknet.UdpConnection)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getAll()"},{"p":"com.avrix.events","c":"EventManager","l":"getAllListeners()"},{"p":"com.avrix.ui","c":"NVGColor","l":"getAlpha()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getAuthor()"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"getBackgroundColor()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getBarColor()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getBarFillOffset()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getBarHeight()"},{"p":"com.avrix.ui","c":"NVGColor","l":"getBlue()"},{"p":"com.avrix.utils","c":"YamlFile","l":"getBoolean(String)","u":"getBoolean(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getBooleanList(String)","u":"getBooleanList(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getBooleanMap(String)","u":"getBooleanMap(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getBorderOffset()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getBorderOffset()"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"getBorderOffset()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getBorderRadius()"},{"p":"com.avrix.utils","c":"YamlFile","l":"getByte(String)","u":"getByte(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getByteList(String)","u":"getByteList(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getChar(String)","u":"getChar(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getCharacterList(String)","u":"getCharacterList(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getCheckBoxSize()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getCheckColor()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getCheckIcon()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getChildren()"},{"p":"com.avrix.plugin","c":"PluginClassLoader","l":"getClassByName(String)","u":"getClassByName(java.lang.String)"},{"p":"com.avrix.plugin","c":"PluginClassLoader","l":"getClasses()"},{"p":"com.avrix.agent","c":"ClassTransformer","l":"getClassName()"},{"p":"com.avrix.utils","c":"ChatUtils","l":"getColorCode(Color)","u":"getColorCode(zombie.core.Color)"},{"p":"com.avrix.utils","c":"ChatUtils","l":"getColorCode(float, float, float)","u":"getColorCode(float,float,float)"},{"p":"com.avrix.utils","c":"ChatUtils","l":"getColorCode(int, int, int)","u":"getColorCode(int,int,int)"},{"p":"com.avrix.commands","c":"CommandsManager","l":"getCommandArgs(String)","u":"getCommandArgs(java.lang.String)"},{"p":"com.avrix.commands","c":"CommandsManager","l":"getCommandArgs(String, String)","u":"getCommandArgs(java.lang.String,java.lang.String)"},{"p":"com.avrix.commands","c":"Command","l":"getCommandName()"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"getCompressedWidth()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getConfigFolder()"},{"p":"com.avrix.plugin","c":"Plugin","l":"getConfigFolder()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getContacts()"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"getContentPanel()"},{"p":"com.avrix.ui","c":"WidgetManager","l":"getContext()"},{"p":"com.avrix.plugin","c":"Plugin","l":"getDefaultConfig()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getDependencies()"},{"p":"com.avrix.commands","c":"Command","l":"getDescription()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getDescription()"},{"p":"com.avrix.utils","c":"IsoObjectUtils","l":"getDistance(IsoObject, IsoObject)","u":"getDistance(zombie.iso.IsoObject,zombie.iso.IsoObject)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getDouble(String)","u":"getDouble(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getDoubleList(String)","u":"getDoubleList(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getDoubleMap(String)","u":"getDoubleMap(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getDropButtonWidth()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getDropIcon()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getEntryPoints()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getEnvironment()"},{"p":"com.avrix.events","c":"Event","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAcceptedFactionInviteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAcceptedSafehouseInviteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAcceptedTradeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAcceptInviteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAddForageDefsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAddIncomingEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAddMessageEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAddXPEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAdminMessageEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAIStateChangeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnAmbientSoundEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCGlobalObjectSystemInitEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnChallengeQueryEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnChangeLanguageEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnChangeWeatherEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCharacterCollideEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCharacterDeathEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnChatMessageProcessedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnChatWindowInitEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnClientCommandEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnClimateManagerInitEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnClimateTickDebugEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnClimateTickEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnClothingUpdatedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnConnectedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnConnectFailedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnConnectionStateChangedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnContainerUpdateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCoopJoinFailedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCoopServerMessageEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCreateLivingCharacterEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCreatePlayerEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCreateSurvivorEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCreateUIEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCustomUIKeyEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCustomUIKeyPressedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnCustomUIKeyReleasedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDawnEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDestroyIsoThumpableEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDeviceTextEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDisableSearchModeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDisconnectEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDistributionMergeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDoSpecialTooltipEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDoTileBuilding2Event","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDoTileBuilding3Event","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDuskEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnDynamicMovableRecipeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnEnableSearchModeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnEnterVehicleEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnEquipPrimaryEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnEquipSecondaryEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnEveryDaysEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnEveryHoursEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnEveryOneMinuteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnEveryTenMinutesEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnExitVehicleEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnFETickEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnFillContainerEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnFillInventoryObjectContextMenuEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnFillSearchIconContextMenuEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnFillWorldObjectContextMenuEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGameBootEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGamepadConnectEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGamepadDisconnectEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGameStartEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGameTimeLoadedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGameWindowInitializedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGetDBSchemaEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGetTableResultEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnGridBurntEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnHitZombieEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnInitGlobalModDataEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnInitModdedWeatherStageEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnInitRecordedMediaEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnInitSeasonsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnInitWorldEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnItemFallEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnJoypadActivateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnJoypadActivateUIEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnJoypadBeforeDeactivateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnJoypadBeforeReactivateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnJoypadDeactivateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnJoypadReactivateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnJoypadRenderUIEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnKeyKeepPressedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnKeyPressedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnKeyStartPressedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLevelPerkEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLoadedTileDefinitionsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLoadEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLoadGridsquareEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLoadMapZonesEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLoadModDataFromServerEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLoadRadioScriptsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLoadSoundBanksEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLuaFilesLoadedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnLuaScriptExecuteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnMainMenuEnterEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnMechanicActionDoneEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnMiniScoreboardUpdateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnMngInvReceiveItemsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnModsModifiedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnMouseDownEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnMouseMoveEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnMouseUpEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnMultiTriggerNPCEventEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnNewFireEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnNewGameEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnObjectAboutToBeRemovedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnObjectAddedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnObjectCollideEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnObjectLeftMouseButtonDownEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnObjectLeftMouseButtonUpEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnObjectRightMouseButtonDownEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnObjectRightMouseButtonUpEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerAttackFinishedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerBanEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerConnectEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerDeathEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerDisconnectEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerFullyConnectedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerKickEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerMoveEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerUnbanEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPlayerUpdateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPostDistributionMergeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPostFloorLayerDrawEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPostMapLoadEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPostRenderEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPostSaveEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPostUIDrawEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPostWidgetDrawEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreAddCatDefsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreAddForageDefsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreAddItemDefsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreAddZoneDefsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreDistributionMergeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreFillInventoryObjectContextMenuEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreFillWorldObjectContextMenuEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreMapLoadEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPressRackButtonEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPressReloadButtonEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreUIDrawEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnPreWidgetDrawEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnRainStopEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnReceiveFactionInviteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnReceiveGlobalModDataEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnReceiveItemListNetEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnReceiveSafehouseInviteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnReceiveUserlogEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnRenderTickEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnRequestTradeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnResetLuaEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnResolutionChangeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnReuseGridsquareEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnRightMouseDownEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnRightMouseUpEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSafehousesChangedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSaveEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnScoreboardUpdateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSeeNewRoomEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSendChatCommandEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSendConsoleCommandEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSendCustomModDataEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnServerCommandEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnServerFinishSavingEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnServerInitializeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnServerPingedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnServerShutdownEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnServerStartedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnServerStartSavingEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnServerStatisticReceivedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSetDefaultTabEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSGlobalObjectSystemInitEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSpawnRegionsLoadedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamFriendStatusChangedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamGameJoinEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamRefreshInternetServersEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamRulesRefreshCompleteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamServerFailedToRespond2Event","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamServerResponded2Event","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamServerRespondedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemCreatedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemNotCreatedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemNotUpdatedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemUpdatedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSwitchChatStreamEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSwitchVehicleSeatEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnSyncFactionEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTabAddedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTabRemovedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnThunderEventEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTickEvenPausedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTickEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTickRenderThreadEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTileRemovedEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnToggleSearchModeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTradingUIAddItemEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTradingUIRemoveItemEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTradingUIUpdateStateEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnTriggerNPCEventEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnUpdateIconEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnUpdateModdedWeatherStageEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnUseVehicleEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnVehicleDamageTextureEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnVehicleHornEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnViewTicketsEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWaterAmountChangeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeaponHitCharacterEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeaponHitTreeEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeaponHitXpEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeaponSwingEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeaponSwingHitPointEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeatherPeriodCompleteEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeatherPeriodStageEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeatherPeriodStartEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWeatherPeriodStopEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWidgetManagerInitEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnWorldSoundEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnZombieDeadEvent","l":"getEventName()"},{"p":"com.avrix.events","c":"OnZombieUpdateEvent","l":"getEventName()"},{"p":"com.avrix.commands","c":"Command","l":"getExecutionScope()"},{"p":"com.avrix.lua","c":"LuaExposer","l":"getExposedClasses()"},{"p":"com.avrix.lua","c":"LuaExposer","l":"getExposedGlobalObjects()"},{"p":"com.avrix.resources","c":"ResourceManager","l":"getFileExtension(String)","u":"getFileExtension(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getFileName()"},{"p":"com.avrix.utils","c":"YamlFile","l":"getFilePath()"},{"p":"com.avrix.resources","c":"ResourceManager","l":"getFolderSize(File)","u":"getFolderSize(java.io.File)"},{"p":"com.avrix.utils","c":"TextUtils","l":"getFontHeight(UIFont)","u":"getFontHeight(zombie.ui.UIFont)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"getFontName()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getFontName()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getFontName()"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"getFontName()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getFontName()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"getFontName()"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"getFontSize()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getFontSize()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getFontSize()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getFontSize()"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"getFontSize()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getFontSize()"},{"p":"com.avrix.ui","c":"NVGColor","l":"getGreen()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getHeight()"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"getHorizontalScrollbar()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getIconColor()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getIconFontName()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getIconFontName()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getIconSize()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getId()"},{"p":"com.avrix.utils","c":"YamlFile","l":"getInt(String)","u":"getInt(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getIntegerList(String)","u":"getIntegerList(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getIntMap(String)","u":"getIntMap(java.lang.String)"},{"p":"com.avrix.plugin","c":"Metadata","l":"getLicense()"},{"p":"com.avrix.utils","c":"YamlFile","l":"getList(String)","u":"getList(java.lang.String)"},{"p":"com.avrix.events","c":"EventManager","l":"getListenersForEvent(String)","u":"getListenersForEvent(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getLong(String)","u":"getLong(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getLongList(String)","u":"getLongList(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getMap(String)","u":"getMap(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getMapKeys(String)","u":"getMapKeys(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getMapValues(String)","u":"getMapValues(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getMaxScrollX()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getMaxScrollY()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getMaxValue()"},{"p":"com.avrix.plugin","c":"Plugin","l":"getMetadata()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"getMinSizeX()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"getMinSizeY()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getMinValue()"},{"p":"com.avrix.agent","c":"ClassTransformer","l":"getModifierBuilder()"},{"p":"com.avrix.agent","c":"AgentManager","l":"getModifyClass(String)","u":"getModifyClass(java.lang.String)"},{"p":"com.avrix.plugin","c":"Metadata","l":"getName()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getParent()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getPatchList()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getPlaceholder()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getPlaceholderColor()"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"getPlayerByPartialUsername(String)","u":"getPlayerByPartialUsername(java.lang.String)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"getPlayerByUdpConnection(UdpConnection)","u":"getPlayerByUdpConnection(zombie.core.raknet.UdpConnection)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"getPlayerByUsername(String)","u":"getPlayerByUsername(java.lang.String)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"getPlayerIP(IsoPlayer)","u":"getPlayerIP(zombie.characters.IsoPlayer)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"getPlayerSteamID(IsoPlayer)","u":"getPlayerSteamID(zombie.characters.IsoPlayer)"},{"p":"com.avrix.plugin","c":"Metadata","l":"getPluginFile()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getPopupButtonHeight()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getPopupHeight()"},{"p":"com.avrix.enums","c":"AccessLevel","l":"getPriority()"},{"p":"com.avrix.ui","c":"NVGColor","l":"getRed()"},{"p":"com.avrix.commands","c":"CommandsManager","l":"getRegisteredCommands()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getRepeatDelay()"},{"p":"com.avrix.logs","c":"IsolatedConsoleWriter","l":"getRequiredLogEntryValues()"},{"p":"com.avrix.enums","c":"AccessLevel","l":"getRoleName()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getScrollSpeed()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getScrollX()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getScrollY()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getSelectionColor()"},{"p":"com.avrix.plugin","c":"ServiceManager","l":"getService(Class)","u":"getService(java.lang.Class)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getShort(String)","u":"getShort(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getShortList(String)","u":"getShortList(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getString(String)","u":"getString(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getStringList(String)","u":"getStringList(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getStringMap(String)","u":"getStringMap(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"getText()"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"getText()"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"getTextColor()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getTextColor()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getTextColor()"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"getTextColor()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getTextFont()"},{"p":"com.avrix.utils","c":"TextUtils","l":"getTextHeight(String, UIFont)","u":"getTextHeight(java.lang.String,zombie.ui.UIFont)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getTextOffset()"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"getTextSize(String, String, int)","u":"getTextSize(java.lang.String,java.lang.String,int)"},{"p":"com.avrix.utils","c":"TextUtils","l":"getTextWidth(String, UIFont)","u":"getTextWidth(java.lang.String,zombie.ui.UIFont)"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"getThumbColor()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getThumbWidth()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"getTitle()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getTitleColor()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getTitleOffset()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"getTitleText()"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"getUdpConnectionByPlayer(IsoPlayer)","u":"getUdpConnectionByPlayer(zombie.characters.IsoPlayer)"},{"p":"com.avrix.enums","c":"Environment","l":"getValue()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getValue()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"getValue()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"getValue()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getValue(int)"},{"p":"com.avrix.utils","c":"YamlFile","l":"getValue(String)","u":"getValue(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getValueIndex()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"getValueList()"},{"p":"com.avrix.plugin","c":"Metadata","l":"getVersion()"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"getVerticalScrollbar()"},{"p":"com.avrix.ui","c":"WidgetManager","l":"getWidgetList()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getWidth()"},{"p":"com.avrix.utils","c":"WindowUtils","l":"getWindowHeight()"},{"p":"com.avrix.utils","c":"WindowUtils","l":"getWindowWidth()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getX()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getXA()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getY()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"getYA()"},{"p":"com.avrix.enums","c":"AccessLevel","l":"GM"},{"p":"com.avrix.ui","c":"NVGColor","l":"GRAY"},{"p":"com.avrix.ui","c":"NVGColor","l":"GREEN"},{"p":"com.avrix.ui","c":"NVGColor","l":"green(float)"},{"p":"com.avrix.commands","c":"CommandsManager","l":"handleCustomCommand(UdpConnection, String)","u":"handleCustomCommand(zombie.core.raknet.UdpConnection,java.lang.String)"},{"p":"com.avrix.events","c":"OnCGlobalObjectSystemInitEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnChallengeQueryEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnChatWindowInitEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnConnectedEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnCreateUIEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnDawnEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnDisconnectEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnDistributionMergeEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnDuskEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnEveryDaysEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnEveryHoursEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnEveryOneMinuteEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnEveryTenMinutesEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnGameBootEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnGameStartEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnGameTimeLoadedEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnGameWindowInitializedEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnInitWorldEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnJoypadRenderUIEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnLoadEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnLoadMapZonesEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnLoadSoundBanksEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnMainMenuEnterEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnMiniScoreboardUpdateEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnModsModifiedEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnMultiTriggerNPCEventEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnPostDistributionMergeEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnPostRenderEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnPostSaveEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnPostUIDrawEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnPreDistributionMergeEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnPreMapLoadEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnPreUIDrawEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnRainStopEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnRenderTickEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnSafehousesChangedEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnSaveEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnSendCustomModDataEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnServerFinishSavingEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnServerInitializeEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnServerShutdownEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnServerStartedEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnServerStartSavingEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnServerStatisticReceivedEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnSGlobalObjectSystemInitEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnSteamGameJoinEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnSteamRefreshInternetServersEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnSwitchChatStreamEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnTickRenderThreadEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnTriggerNPCEventEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnUpdateIconEvent","l":"handleEvent()"},{"p":"com.avrix.events","c":"OnScoreboardUpdateEvent","l":"handleEvent(ArrayList, ArrayList, ArrayList)","u":"handleEvent(java.util.ArrayList,java.util.ArrayList,java.util.ArrayList)"},{"p":"com.avrix.events","c":"OnGetTableResultEvent","l":"handleEvent(ArrayList, Integer, String)","u":"handleEvent(java.util.ArrayList,java.lang.Integer,java.lang.String)"},{"p":"com.avrix.events","c":"OnAcceptedTradeEvent","l":"handleEvent(Boolean)","u":"handleEvent(java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnInitGlobalModDataEvent","l":"handleEvent(Boolean)","u":"handleEvent(java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemUpdatedEvent","l":"handleEvent(Boolean)","u":"handleEvent(java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnPlayerConnectEvent","l":"handleEvent(ByteBuffer, UdpConnection, String)","u":"handleEvent(java.nio.ByteBuffer,zombie.core.raknet.UdpConnection,java.lang.String)"},{"p":"com.avrix.events","c":"OnPlayerFullyConnectedEvent","l":"handleEvent(ByteBuffer, UdpConnection, String)","u":"handleEvent(java.nio.ByteBuffer,zombie.core.raknet.UdpConnection,java.lang.String)"},{"p":"com.avrix.events","c":"OnViewTicketsEvent","l":"handleEvent(ByteBufferWriter)","u":"handleEvent(zombie.core.network.ByteBufferWriter)"},{"p":"com.avrix.events","c":"OnChatMessageProcessedEvent","l":"handleEvent(ChatBase, ChatMessage)","u":"handleEvent(zombie.chat.ChatBase,zombie.chat.ChatMessage)"},{"p":"com.avrix.events","c":"OnAddMessageEvent","l":"handleEvent(ChatMessage, Short)","u":"handleEvent(zombie.chat.ChatMessage,java.lang.Short)"},{"p":"com.avrix.events","c":"OnSetDefaultTabEvent","l":"handleEvent(ChatTab)","u":"handleEvent(zombie.chat.ChatTab)"},{"p":"com.avrix.events","c":"OnClimateManagerInitEvent","l":"handleEvent(ClimateManager)","u":"handleEvent(zombie.iso.weather.ClimateManager)"},{"p":"com.avrix.events","c":"OnClimateTickDebugEvent","l":"handleEvent(ClimateManager)","u":"handleEvent(zombie.iso.weather.ClimateManager)"},{"p":"com.avrix.events","c":"OnClimateTickEvent","l":"handleEvent(ClimateManager)","u":"handleEvent(zombie.iso.weather.ClimateManager)"},{"p":"com.avrix.events","c":"OnFETickEvent","l":"handleEvent(Double)","u":"handleEvent(java.lang.Double)"},{"p":"com.avrix.events","c":"OnJoypadBeforeDeactivateEvent","l":"handleEvent(Double)","u":"handleEvent(java.lang.Double)"},{"p":"com.avrix.events","c":"OnJoypadBeforeReactivateEvent","l":"handleEvent(Double)","u":"handleEvent(java.lang.Double)"},{"p":"com.avrix.events","c":"OnJoypadDeactivateEvent","l":"handleEvent(Double)","u":"handleEvent(java.lang.Double)"},{"p":"com.avrix.events","c":"OnJoypadReactivateEvent","l":"handleEvent(Double)","u":"handleEvent(java.lang.Double)"},{"p":"com.avrix.events","c":"OnTickEvenPausedEvent","l":"handleEvent(Double)","u":"handleEvent(java.lang.Double)"},{"p":"com.avrix.events","c":"OnTickEvent","l":"handleEvent(Double)","u":"handleEvent(java.lang.Double)"},{"p":"com.avrix.events","c":"OnInitSeasonsEvent","l":"handleEvent(ErosionSeason)","u":"handleEvent(zombie.erosion.season.ErosionSeason)"},{"p":"com.avrix.events","c":"OnContainerUpdateEvent","l":"handleEvent(Food)","u":"handleEvent(zombie.inventory.types.Food)"},{"p":"com.avrix.events","c":"OnCoopJoinFailedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnCustomUIKeyEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnCustomUIKeyPressedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnCustomUIKeyReleasedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnGamepadConnectEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnGamepadDisconnectEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnJoypadActivateEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnJoypadActivateUIEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnKeyKeepPressedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnKeyPressedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnKeyStartPressedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnPostFloorLayerDrawEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnSteamServerRespondedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemNotCreatedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemNotUpdatedEvent","l":"handleEvent(Integer)","u":"handleEvent(java.lang.Integer)"},{"p":"com.avrix.events","c":"OnMouseDownEvent","l":"handleEvent(Integer, Integer)","u":"handleEvent(java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnMouseUpEvent","l":"handleEvent(Integer, Integer)","u":"handleEvent(java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnRightMouseDownEvent","l":"handleEvent(Integer, Integer)","u":"handleEvent(java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnRightMouseUpEvent","l":"handleEvent(Integer, Integer)","u":"handleEvent(java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnThunderEventEvent","l":"handleEvent(Integer, Integer, Boolean, Boolean, Boolean)","u":"handleEvent(java.lang.Integer,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnMouseMoveEvent","l":"handleEvent(Integer, Integer, Integer, Integer)","u":"handleEvent(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnResolutionChangeEvent","l":"handleEvent(Integer, Integer, Integer, Integer)","u":"handleEvent(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnWorldSoundEvent","l":"handleEvent(Integer, Integer, Integer, Integer, Integer, IsoObject)","u":"handleEvent(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,zombie.iso.IsoObject)"},{"p":"com.avrix.events","c":"OnCreatePlayerEvent","l":"handleEvent(Integer, IsoPlayer)","u":"handleEvent(java.lang.Integer,zombie.characters.IsoPlayer)"},{"p":"com.avrix.events","c":"OnFillInventoryObjectContextMenuEvent","l":"handleEvent(Integer, KahluaTable, KahluaTable)","u":"handleEvent(java.lang.Integer,se.krka.kahlua.vm.KahluaTable,se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnPreFillInventoryObjectContextMenuEvent","l":"handleEvent(Integer, KahluaTable, KahluaTable)","u":"handleEvent(java.lang.Integer,se.krka.kahlua.vm.KahluaTable,se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnFillWorldObjectContextMenuEvent","l":"handleEvent(Integer, KahluaTable, KahluaTable, Boolean)","u":"handleEvent(java.lang.Integer,se.krka.kahlua.vm.KahluaTable,se.krka.kahlua.vm.KahluaTable,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnItemFallEvent","l":"handleEvent(InventoryItem)","u":"handleEvent(zombie.inventory.InventoryItem)"},{"p":"com.avrix.events","c":"OnPostMapLoadEvent","l":"handleEvent(IsoCell, Integer, Integer)","u":"handleEvent(zombie.iso.IsoCell,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnDoTileBuilding3Event","l":"handleEvent(IsoChunk, Boolean, Integer, Integer, Integer)","u":"handleEvent(zombie.iso.IsoChunk,java.lang.Boolean,java.lang.Integer,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnDoTileBuilding2Event","l":"handleEvent(IsoChunk, Boolean, Integer, Integer, Integer, IsoGridSquare)","u":"handleEvent(zombie.iso.IsoChunk,java.lang.Boolean,java.lang.Integer,java.lang.Integer,java.lang.Integer,zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnContainerUpdateEvent","l":"handleEvent(IsoDeadBody)","u":"handleEvent(zombie.iso.objects.IsoDeadBody)"},{"p":"com.avrix.events","c":"OnNewFireEvent","l":"handleEvent(IsoFire)","u":"handleEvent(zombie.iso.objects.IsoFire)"},{"p":"com.avrix.events","c":"OnCharacterDeathEvent","l":"handleEvent(IsoGameCharacter)","u":"handleEvent(zombie.characters.IsoGameCharacter)"},{"p":"com.avrix.events","c":"OnEnterVehicleEvent","l":"handleEvent(IsoGameCharacter)","u":"handleEvent(zombie.characters.IsoGameCharacter)"},{"p":"com.avrix.events","c":"OnExitVehicleEvent","l":"handleEvent(IsoGameCharacter)","u":"handleEvent(zombie.characters.IsoGameCharacter)"},{"p":"com.avrix.events","c":"OnVehicleDamageTextureEvent","l":"handleEvent(IsoGameCharacter)","u":"handleEvent(zombie.characters.IsoGameCharacter)"},{"p":"com.avrix.events","c":"OnMechanicActionDoneEvent","l":"handleEvent(IsoGameCharacter, Boolean, Integer, String, Long, Boolean)","u":"handleEvent(zombie.characters.IsoGameCharacter,java.lang.Boolean,java.lang.Integer,java.lang.String,java.lang.Long,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnPlayerAttackFinishedEvent","l":"handleEvent(IsoGameCharacter, HandWeapon)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.inventory.types.HandWeapon)"},{"p":"com.avrix.events","c":"OnWeaponHitTreeEvent","l":"handleEvent(IsoGameCharacter, HandWeapon)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.inventory.types.HandWeapon)"},{"p":"com.avrix.events","c":"OnWeaponSwingEvent","l":"handleEvent(IsoGameCharacter, HandWeapon)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.inventory.types.HandWeapon)"},{"p":"com.avrix.events","c":"OnWeaponSwingHitPointEvent","l":"handleEvent(IsoGameCharacter, HandWeapon)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.inventory.types.HandWeapon)"},{"p":"com.avrix.events","c":"OnEquipPrimaryEvent","l":"handleEvent(IsoGameCharacter, InventoryItem)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.inventory.InventoryItem)"},{"p":"com.avrix.events","c":"OnEquipSecondaryEvent","l":"handleEvent(IsoGameCharacter, InventoryItem)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.inventory.InventoryItem)"},{"p":"com.avrix.events","c":"OnObjectCollideEvent","l":"handleEvent(IsoGameCharacter, IsoDoor)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.iso.objects.IsoDoor)"},{"p":"com.avrix.events","c":"OnCharacterCollideEvent","l":"handleEvent(IsoGameCharacter, IsoGameCharacter)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.characters.IsoGameCharacter)"},{"p":"com.avrix.events","c":"OnWeaponHitCharacterEvent","l":"handleEvent(IsoGameCharacter, IsoGameCharacter, HandWeapon, Float)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.characters.IsoGameCharacter,zombie.inventory.types.HandWeapon,java.lang.Float)"},{"p":"com.avrix.events","c":"OnObjectCollideEvent","l":"handleEvent(IsoGameCharacter, IsoGridSquare)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnObjectCollideEvent","l":"handleEvent(IsoGameCharacter, IsoThumpable)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.iso.objects.IsoThumpable)"},{"p":"com.avrix.events","c":"OnObjectCollideEvent","l":"handleEvent(IsoGameCharacter, IsoWindow)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.iso.objects.IsoWindow)"},{"p":"com.avrix.events","c":"OnObjectCollideEvent","l":"handleEvent(IsoGameCharacter, IsoZombie)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.characters.IsoZombie)"},{"p":"com.avrix.events","c":"OnAddXPEvent","l":"handleEvent(IsoGameCharacter, PerkFactory.Perk, Float)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.characters.skills.PerkFactory.Perk,java.lang.Float)"},{"p":"com.avrix.events","c":"OnLevelPerkEvent","l":"handleEvent(IsoGameCharacter, PerkFactory.Perk, Integer, Boolean)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.characters.skills.PerkFactory.Perk,java.lang.Integer,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnAIStateChangeEvent","l":"handleEvent(IsoGameCharacter, State, State)","u":"handleEvent(zombie.characters.IsoGameCharacter,zombie.ai.State,zombie.ai.State)"},{"p":"com.avrix.events","c":"OnContainerUpdateEvent","l":"handleEvent(IsoGridSquare)","u":"handleEvent(zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnGridBurntEvent","l":"handleEvent(IsoGridSquare)","u":"handleEvent(zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnLoadGridsquareEvent","l":"handleEvent(IsoGridSquare)","u":"handleEvent(zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnLoadModDataFromServerEvent","l":"handleEvent(IsoGridSquare)","u":"handleEvent(zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnReuseGridsquareEvent","l":"handleEvent(IsoGridSquare)","u":"handleEvent(zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnObjectAboutToBeRemovedEvent","l":"handleEvent(IsoObject)","u":"handleEvent(zombie.iso.IsoObject)"},{"p":"com.avrix.events","c":"OnObjectAddedEvent","l":"handleEvent(IsoObject)","u":"handleEvent(zombie.iso.IsoObject)"},{"p":"com.avrix.events","c":"OnTileRemovedEvent","l":"handleEvent(IsoObject)","u":"handleEvent(zombie.iso.IsoObject)"},{"p":"com.avrix.events","c":"OnWaterAmountChangeEvent","l":"handleEvent(IsoObject, Integer)","u":"handleEvent(zombie.iso.IsoObject,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnObjectLeftMouseButtonDownEvent","l":"handleEvent(IsoObject, Integer, Integer)","u":"handleEvent(zombie.iso.IsoObject,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnObjectLeftMouseButtonUpEvent","l":"handleEvent(IsoObject, Integer, Integer)","u":"handleEvent(zombie.iso.IsoObject,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnObjectRightMouseButtonDownEvent","l":"handleEvent(IsoObject, Integer, Integer)","u":"handleEvent(zombie.iso.IsoObject,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnObjectRightMouseButtonUpEvent","l":"handleEvent(IsoObject, Integer, Integer)","u":"handleEvent(zombie.iso.IsoObject,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnClothingUpdatedEvent","l":"handleEvent(IsoPlayer)","u":"handleEvent(zombie.characters.IsoPlayer)"},{"p":"com.avrix.events","c":"OnPlayerDeathEvent","l":"handleEvent(IsoPlayer)","u":"handleEvent(zombie.characters.IsoPlayer)"},{"p":"com.avrix.events","c":"OnPlayerMoveEvent","l":"handleEvent(IsoPlayer)","u":"handleEvent(zombie.characters.IsoPlayer)"},{"p":"com.avrix.events","c":"OnPlayerUpdateEvent","l":"handleEvent(IsoPlayer)","u":"handleEvent(zombie.characters.IsoPlayer)"},{"p":"com.avrix.events","c":"OnRequestTradeEvent","l":"handleEvent(IsoPlayer)","u":"handleEvent(zombie.characters.IsoPlayer)"},{"p":"com.avrix.events","c":"OnSwitchVehicleSeatEvent","l":"handleEvent(IsoPlayer)","u":"handleEvent(zombie.characters.IsoPlayer)"},{"p":"com.avrix.events","c":"OnReceiveItemListNetEvent","l":"handleEvent(IsoPlayer, ArrayList, IsoPlayer, String, String)","u":"handleEvent(zombie.characters.IsoPlayer,java.util.ArrayList,zombie.characters.IsoPlayer,java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnUseVehicleEvent","l":"handleEvent(IsoPlayer, BaseVehicle, Boolean)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.vehicles.BaseVehicle,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnVehicleHornEvent","l":"handleEvent(IsoPlayer, BaseVehicle, Boolean)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.vehicles.BaseVehicle,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnDisableSearchModeEvent","l":"handleEvent(IsoPlayer, Boolean)","u":"handleEvent(zombie.characters.IsoPlayer,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnEnableSearchModeEvent","l":"handleEvent(IsoPlayer, Boolean)","u":"handleEvent(zombie.characters.IsoPlayer,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnToggleSearchModeEvent","l":"handleEvent(IsoPlayer, Boolean)","u":"handleEvent(zombie.characters.IsoPlayer,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnPressRackButtonEvent","l":"handleEvent(IsoPlayer, HandWeapon)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.inventory.types.HandWeapon)"},{"p":"com.avrix.events","c":"OnPressReloadButtonEvent","l":"handleEvent(IsoPlayer, HandWeapon)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.inventory.types.HandWeapon)"},{"p":"com.avrix.events","c":"OnWeaponHitXpEvent","l":"handleEvent(IsoPlayer, HandWeapon, IsoGameCharacter, Float)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.inventory.types.HandWeapon,zombie.characters.IsoGameCharacter,java.lang.Float)"},{"p":"com.avrix.events","c":"OnTradingUIRemoveItemEvent","l":"handleEvent(IsoPlayer, Integer)","u":"handleEvent(zombie.characters.IsoPlayer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnTradingUIUpdateStateEvent","l":"handleEvent(IsoPlayer, Integer)","u":"handleEvent(zombie.characters.IsoPlayer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnTradingUIAddItemEvent","l":"handleEvent(IsoPlayer, InventoryItem)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.inventory.InventoryItem)"},{"p":"com.avrix.events","c":"OnNewGameEvent","l":"handleEvent(IsoPlayer, IsoGridSquare)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnPreFillWorldObjectContextMenuEvent","l":"handleEvent(IsoPlayer, KahluaTable, KahluaTable, Boolean)","u":"handleEvent(zombie.characters.IsoPlayer,se.krka.kahlua.vm.KahluaTable,se.krka.kahlua.vm.KahluaTable,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnCreateLivingCharacterEvent","l":"handleEvent(IsoPlayer, SurvivorDesc)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.characters.SurvivorDesc)"},{"p":"com.avrix.events","c":"OnPlayerDisconnectEvent","l":"handleEvent(IsoPlayer, UdpConnection)","u":"handleEvent(zombie.characters.IsoPlayer,zombie.core.raknet.UdpConnection)"},{"p":"com.avrix.events","c":"OnSeeNewRoomEvent","l":"handleEvent(IsoRoom)","u":"handleEvent(zombie.iso.areas.IsoRoom)"},{"p":"com.avrix.events","c":"OnLoadedTileDefinitionsEvent","l":"handleEvent(IsoSpriteManager)","u":"handleEvent(zombie.iso.sprite.IsoSpriteManager)"},{"p":"com.avrix.events","c":"OnCreateSurvivorEvent","l":"handleEvent(IsoSurvivor)","u":"handleEvent(zombie.characters.IsoSurvivor)"},{"p":"com.avrix.events","c":"OnCreateLivingCharacterEvent","l":"handleEvent(IsoSurvivor, SurvivorDesc)","u":"handleEvent(zombie.characters.IsoSurvivor,zombie.characters.SurvivorDesc)"},{"p":"com.avrix.events","c":"OnDestroyIsoThumpableEvent","l":"handleEvent(IsoThumpable)","u":"handleEvent(zombie.iso.objects.IsoThumpable)"},{"p":"com.avrix.events","c":"OnContainerUpdateEvent","l":"handleEvent(IsoWorldInventoryObject)","u":"handleEvent(zombie.iso.objects.IsoWorldInventoryObject)"},{"p":"com.avrix.events","c":"OnZombieDeadEvent","l":"handleEvent(IsoZombie)","u":"handleEvent(zombie.characters.IsoZombie)"},{"p":"com.avrix.events","c":"OnZombieUpdateEvent","l":"handleEvent(IsoZombie)","u":"handleEvent(zombie.characters.IsoZombie)"},{"p":"com.avrix.events","c":"OnHitZombieEvent","l":"handleEvent(IsoZombie, IsoGameCharacter, BodyPartType, HandWeapon)","u":"handleEvent(zombie.characters.IsoZombie,zombie.characters.IsoGameCharacter,zombie.characters.BodyDamage.BodyPartType,zombie.inventory.types.HandWeapon)"},{"p":"com.avrix.events","c":"OnAddForageDefsEvent","l":"handleEvent(KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnGetDBSchemaEvent","l":"handleEvent(KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnMngInvReceiveItemsEvent","l":"handleEvent(KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnPreAddCatDefsEvent","l":"handleEvent(KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnPreAddForageDefsEvent","l":"handleEvent(KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnPreAddItemDefsEvent","l":"handleEvent(KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnPreAddZoneDefsEvent","l":"handleEvent(KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnSpawnRegionsLoadedEvent","l":"handleEvent(KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnFillSearchIconContextMenuEvent","l":"handleEvent(KahluaTable, KahluaTable)","u":"handleEvent(se.krka.kahlua.vm.KahluaTable,se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnChangeLanguageEvent","l":"handleEvent(Language)","u":"handleEvent(zombie.core.Language)"},{"p":"com.avrix.events","c":"OnDynamicMovableRecipeEvent","l":"handleEvent(Moveable, MovableRecipe, InventoryItem, IsoGameCharacter)","u":"handleEvent(zombie.inventory.types.Moveable,zombie.scripting.objects.MovableRecipe,zombie.inventory.InventoryItem,zombie.characters.IsoGameCharacter)"},{"p":"com.avrix.events","c":"OnPostWidgetDrawEvent","l":"handleEvent(NVGContext)","u":"handleEvent(com.avrix.ui.NVGContext)"},{"p":"com.avrix.events","c":"OnPreWidgetDrawEvent","l":"handleEvent(NVGContext)","u":"handleEvent(com.avrix.ui.NVGContext)"},{"p":"com.avrix.events","c":"OnWidgetManagerInitEvent","l":"handleEvent(NVGContext)","u":"handleEvent(com.avrix.ui.NVGContext)"},{"p":"com.avrix.events","c":"OnDoSpecialTooltipEvent","l":"handleEvent(ObjectTooltip, IsoGridSquare)","u":"handleEvent(zombie.ui.ObjectTooltip,zombie.iso.IsoGridSquare)"},{"p":"com.avrix.events","c":"OnLoadRadioScriptsEvent","l":"handleEvent(RadioScriptManager, Boolean)","u":"handleEvent(zombie.radio.scripting.RadioScriptManager,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnInitRecordedMediaEvent","l":"handleEvent(RecordedMedia)","u":"handleEvent(zombie.radio.media.RecordedMedia)"},{"p":"com.avrix.events","c":"OnReceiveSafehouseInviteEvent","l":"handleEvent(SafeHouse, String)","u":"handleEvent(zombie.iso.areas.SafeHouse,java.lang.String)"},{"p":"com.avrix.events","c":"OnAddIncomingEvent","l":"handleEvent(Short, ByteBuffer, UdpConnection)","u":"handleEvent(java.lang.Short,java.nio.ByteBuffer,zombie.core.raknet.UdpConnection)"},{"p":"com.avrix.events","c":"OnAcceptInviteEvent","l":"handleEvent(String)","u":"handleEvent(java.lang.String)"},{"p":"com.avrix.events","c":"OnChangeWeatherEvent","l":"handleEvent(String)","u":"handleEvent(java.lang.String)"},{"p":"com.avrix.events","c":"OnConnectFailedEvent","l":"handleEvent(String)","u":"handleEvent(java.lang.String)"},{"p":"com.avrix.events","c":"OnLuaFilesLoadedEvent","l":"handleEvent(String)","u":"handleEvent(java.lang.String)"},{"p":"com.avrix.events","c":"OnResetLuaEvent","l":"handleEvent(String)","u":"handleEvent(java.lang.String)"},{"p":"com.avrix.events","c":"OnSendConsoleCommandEvent","l":"handleEvent(String)","u":"handleEvent(java.lang.String)"},{"p":"com.avrix.events","c":"OnSteamFriendStatusChangedEvent","l":"handleEvent(String)","u":"handleEvent(java.lang.String)"},{"p":"com.avrix.events","c":"OnSyncFactionEvent","l":"handleEvent(String)","u":"handleEvent(java.lang.String)"},{"p":"com.avrix.events","c":"OnLuaScriptExecuteEvent","l":"handleEvent(String, boolean)","u":"handleEvent(java.lang.String,boolean)"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemCreatedEvent","l":"handleEvent(String, Boolean)","u":"handleEvent(java.lang.String,java.lang.Boolean)"},{"p":"com.avrix.events","c":"OnReceiveUserlogEvent","l":"handleEvent(String, ByteBuffer)","u":"handleEvent(java.lang.String,java.nio.ByteBuffer)"},{"p":"com.avrix.events","c":"OnAmbientSoundEvent","l":"handleEvent(String, Float, Float)","u":"handleEvent(java.lang.String,java.lang.Float,java.lang.Float)"},{"p":"com.avrix.events","c":"OnDeviceTextEvent","l":"handleEvent(String, Float, Float, Float, String, IsoWaveSignal)","u":"handleEvent(java.lang.String,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,zombie.iso.objects.IsoWaveSignal)"},{"p":"com.avrix.events","c":"OnDeviceTextEvent","l":"handleEvent(String, Float, Float, Float, String, Radio)","u":"handleEvent(java.lang.String,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,zombie.inventory.types.Radio)"},{"p":"com.avrix.events","c":"OnDeviceTextEvent","l":"handleEvent(String, Float, Float, Float, String, VehiclePart)","u":"handleEvent(java.lang.String,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,zombie.vehicles.VehiclePart)"},{"p":"com.avrix.events","c":"OnSteamServerFailedToRespond2Event","l":"handleEvent(String, Integer)","u":"handleEvent(java.lang.String,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnTabAddedEvent","l":"handleEvent(String, Integer)","u":"handleEvent(java.lang.String,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnTabRemovedEvent","l":"handleEvent(String, Integer)","u":"handleEvent(java.lang.String,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnAdminMessageEvent","l":"handleEvent(String, Integer, Integer, Integer)","u":"handleEvent(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer)"},{"p":"com.avrix.events","c":"OnSteamRulesRefreshCompleteEvent","l":"handleEvent(String, Integer, KahluaTable)","u":"handleEvent(java.lang.String,java.lang.Integer,se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnSteamServerResponded2Event","l":"handleEvent(String, Integer, Server)","u":"handleEvent(java.lang.String,java.lang.Integer,zombie.network.Server)"},{"p":"com.avrix.events","c":"OnReceiveGlobalModDataEvent","l":"handleEvent(String, KahluaTable)","u":"handleEvent(java.lang.String,se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnAcceptedFactionInviteEvent","l":"handleEvent(String, String)","u":"handleEvent(java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnAcceptedSafehouseInviteEvent","l":"handleEvent(String, String)","u":"handleEvent(java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnConnectionStateChangedEvent","l":"handleEvent(String, String)","u":"handleEvent(java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnPlayerUnbanEvent","l":"handleEvent(String, String)","u":"handleEvent(java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnReceiveFactionInviteEvent","l":"handleEvent(String, String)","u":"handleEvent(java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnServerPingedEvent","l":"handleEvent(String, String)","u":"handleEvent(java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnClientCommandEvent","l":"handleEvent(String, String, IsoPlayer, KahluaTable)","u":"handleEvent(java.lang.String,java.lang.String,zombie.characters.IsoPlayer,se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnFillContainerEvent","l":"handleEvent(String, String, ItemContainer)","u":"handleEvent(java.lang.String,java.lang.String,zombie.inventory.ItemContainer)"},{"p":"com.avrix.events","c":"OnServerCommandEvent","l":"handleEvent(String, String, KahluaTable)","u":"handleEvent(java.lang.String,java.lang.String,se.krka.kahlua.vm.KahluaTable)"},{"p":"com.avrix.events","c":"OnCoopServerMessageEvent","l":"handleEvent(String, String, String)","u":"handleEvent(java.lang.String,java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnSendChatCommandEvent","l":"handleEvent(UdpConnection, String)","u":"handleEvent(zombie.core.raknet.UdpConnection,java.lang.String)"},{"p":"com.avrix.events","c":"OnPlayerBanEvent","l":"handleEvent(UdpConnection, String, String)","u":"handleEvent(zombie.core.raknet.UdpConnection,java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnPlayerKickEvent","l":"handleEvent(UdpConnection, String, String)","u":"handleEvent(zombie.core.raknet.UdpConnection,java.lang.String,java.lang.String)"},{"p":"com.avrix.events","c":"OnWeatherPeriodCompleteEvent","l":"handleEvent(WeatherPeriod)","u":"handleEvent(zombie.iso.weather.WeatherPeriod)"},{"p":"com.avrix.events","c":"OnWeatherPeriodStageEvent","l":"handleEvent(WeatherPeriod)","u":"handleEvent(zombie.iso.weather.WeatherPeriod)"},{"p":"com.avrix.events","c":"OnWeatherPeriodStartEvent","l":"handleEvent(WeatherPeriod)","u":"handleEvent(zombie.iso.weather.WeatherPeriod)"},{"p":"com.avrix.events","c":"OnWeatherPeriodStopEvent","l":"handleEvent(WeatherPeriod)","u":"handleEvent(zombie.iso.weather.WeatherPeriod)"},{"p":"com.avrix.events","c":"OnInitModdedWeatherStageEvent","l":"handleEvent(WeatherPeriod, WeatherPeriod.WeatherStage, Float)","u":"handleEvent(zombie.iso.weather.WeatherPeriod,zombie.iso.weather.WeatherPeriod.WeatherStage,java.lang.Float)"},{"p":"com.avrix.events","c":"OnUpdateModdedWeatherStageEvent","l":"handleEvent(WeatherPeriod, WeatherPeriod.WeatherStage, Float)","u":"handleEvent(zombie.iso.weather.WeatherPeriod,zombie.iso.weather.WeatherPeriod.WeatherStage,java.lang.Float)"},{"p":"com.avrix.events","c":"EventManager.EventListener","l":"handler()"},{"p":"com.avrix.events","c":"EventManager.EventListener","l":"hashCode()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"headerColor"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"headerHeight"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"height"},{"p":"com.avrix.enums","c":"Priority","l":"HIGH"},{"p":"com.avrix.enums","c":"Priority","l":"HIGHEST"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"horizontal"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"horizontalScrollbar"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"hovered"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"iconColor"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"iconFontName"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"iconFontName"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"iconFontName"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"iconSize"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"id(String)","u":"id(java.lang.String)"},{"p":"com.avrix.resources","c":"ImageLoader","l":"ImageLoader()","u":"%3Cinit%3E()"},{"p":"com.avrix.resources","c":"ImageLoader","l":"imagesCacheMap"},{"p":"com.avrix.resources","c":"ImageLoader","l":"imagesCachePath"},{"p":"com.avrix.ui","c":"NVGColor","l":"immutable()"},{"p":"com.avrix.resources","c":"ResourceManager","l":"init()"},{"p":"com.avrix.ui","c":"WidgetManager","l":"init()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"InputTextWidget(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"com.avrix.ui","c":"InputWidgetHandler","l":"InputWidgetHandler()","u":"%3Cinit%3E()"},{"p":"com.avrix.agent","c":"Agent","l":"instrumentation"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"intersectScissor(int, int, int, int)","u":"intersectScissor(int,int,int,int)"},{"p":"com.avrix.events","c":"EventManager","l":"invokeEvent(String, Object...)","u":"invokeEvent(java.lang.String,java.lang.Object...)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"isActive()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"isAlwaysOnTop()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"isChecked()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"isCursorVisible()"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"isDraggable()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"isEditable()"},{"p":"com.avrix.utils","c":"YamlFile","l":"isEmpty()"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"isEnable()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"isEnable()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"isEnable()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"isHovered()"},{"p":"com.avrix.resources","c":"ImageLoader","l":"isImageFile(String)","u":"isImageFile(java.lang.String)"},{"p":"com.avrix.ui","c":"NVGContext","l":"isModernOpenGL()"},{"p":"com.avrix.logs","c":"IsolatedConsoleWriter","l":"IsolatedConsoleWriter()","u":"%3Cinit%3E()"},{"p":"com.avrix.logs","c":"IsolatedConsoleWriter","l":"IsolatedConsoleWriter(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"com.avrix.utils","c":"IsoObjectUtils","l":"IsoObjectUtils()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"WidgetManager","l":"isOverCustomUI()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"isPointOver(int, int)","u":"isPointOver(int,int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"isResizable()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"isScrollable()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"isScrollLock()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget.ComboPopupButton","l":"isSelected()"},{"p":"com.avrix.utils","c":"VersionChecker","l":"isVersionCompatible(String, String)","u":"isVersionCompatible(java.lang.String,java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"isVisible()"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"kickPlayer(IsoPlayer, String)","u":"kickPlayer(zombie.characters.IsoPlayer,java.lang.String)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"kickPlayer(UdpConnection, String)","u":"kickPlayer(zombie.core.raknet.UdpConnection,java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"LabelWidget(String, String, int, int, int, NVGColor)","u":"%3Cinit%3E(java.lang.String,java.lang.String,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix","c":"Launcher","l":"Launcher()","u":"%3Cinit%3E()"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"license(String)","u":"license(java.lang.String)"},{"p":"com.avrix.ui","c":"NVGColor","l":"LIGHT_BLACK"},{"p":"com.avrix.ui","c":"NVGColor","l":"LIGHT_BLUE"},{"p":"com.avrix.ui","c":"NVGColor","l":"LIGHT_GRAY"},{"p":"com.avrix.ui","c":"NVGColor","l":"LIGHT_YELLOW"},{"p":"com.avrix.logs","c":"LineReadingOutputStream","l":"LineReadingOutputStream(Consumer)","u":"%3Cinit%3E(java.util.function.Consumer)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"LMBDown"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"LMBDown"},{"p":"com.avrix.utils","c":"YamlFile","l":"load(File)","u":"load(java.io.File)"},{"p":"com.avrix.utils","c":"YamlFile","l":"load(Path)","u":"load(java.nio.file.Path)"},{"p":"com.avrix.utils","c":"YamlFile","l":"load(String)","u":"load(java.lang.String)"},{"p":"com.avrix.agent","c":"AgentLoader","l":"loadAgent()"},{"p":"com.avrix.agent","c":"AgentLoader","l":"loadAgent(String)","u":"loadAgent(java.lang.String)"},{"p":"com.avrix.plugin","c":"Plugin","l":"loadConfig(String)","u":"loadConfig(java.lang.String)"},{"p":"com.avrix.plugin","c":"Plugin","l":"loadDefaultConfig()"},{"p":"com.avrix.ui","c":"NVGFont","l":"loadDefaultFonts()"},{"p":"com.avrix.resources","c":"ImageLoader","l":"loadImage(Path)","u":"loadImage(java.nio.file.Path)"},{"p":"com.avrix.resources","c":"ImageLoader","l":"loadImage(String)","u":"loadImage(java.lang.String)"},{"p":"com.avrix.resources","c":"ImageLoader","l":"loadImage(String, String)","u":"loadImage(java.lang.String,java.lang.String)"},{"p":"com.avrix.resources","c":"ImageLoader","l":"loadImages(NVGContext)","u":"loadImages(com.avrix.ui.NVGContext)"},{"p":"com.avrix.lua","c":"LuaManager","l":"loadLuaFromFolder(String, boolean)","u":"loadLuaFromFolder(java.lang.String,boolean)"},{"p":"com.avrix.plugin","c":"PluginManager","l":"loadPlugins()"},{"p":"com.avrix.enums","c":"Priority","l":"LOW"},{"p":"com.avrix.enums","c":"Priority","l":"LOWEST"},{"p":"com.avrix.lua","c":"LuaExposer","l":"LuaExposer()","u":"%3Cinit%3E()"},{"p":"com.avrix.lua","c":"LuaManager","l":"LuaManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGColor","l":"MAGENTA"},{"p":"com.avrix","c":"Launcher","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.avrix.ui","c":"NVGColor","l":"mallocNVG(MemoryStack)","u":"mallocNVG(org.lwjgl.system.MemoryStack)"},{"p":"com.avrix.utils","c":"Constants","l":"MAX_CACHE_SIZE"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"maxScrollX"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"maxScrollY"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"maxTitleWidth"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"maxValue"},{"p":"com.avrix.utils","c":"YamlFile","l":"merge(Map)","u":"merge(java.util.Map)"},{"p":"com.avrix.utils","c":"YamlFile","l":"merge(YamlFile)","u":"merge(com.avrix.utils.YamlFile)"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"MetadataBuilder()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"minSizeX"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"minSizeY"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"minValue"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"ModalWidget(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"ModalWidget(int, int, Widget)","u":"%3Cinit%3E(int,int,com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.enums","c":"AccessLevel","l":"MODERATOR"},{"p":"com.avrix.agent","c":"ClassTransformer","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchBanSteamIDCommand","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchBanUserCommand","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchChatServer","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchGameServer","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchGameWindow","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchKickUserCommand","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchLuaEventManager","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchLuaManager","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchLuaManagerExposer","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchQuitCommand","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchRenderThread","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchSpriteRenderer","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchTranslator","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchUIManager","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchUnbanSteamIDCommand","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchUnbanUserCommand","l":"modifyClass()"},{"p":"com.avrix.patches","c":"PatchZLogger","l":"modifyClass()"},{"p":"com.avrix.agent","c":"ClassModifier.ClassModifierBuilder","l":"modifyMethod(String, BiConsumer)","u":"modifyMethod(java.lang.String,java.util.function.BiConsumer)"},{"p":"com.avrix.agent","c":"ClassModifier.ClassModifierBuilder","l":"modifyMethod(String, String, BiConsumer)","u":"modifyMethod(java.lang.String,java.lang.String,java.util.function.BiConsumer)"},{"p":"com.avrix.ui","c":"NVGColor","l":"multiply(float)"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"name(String)","u":"name(java.lang.String)"},{"p":"com.avrix.enums","c":"AccessLevel","l":"NONE"},{"p":"com.avrix.enums","c":"Priority","l":"NORMAL"},{"p":"com.avrix.ui","c":"NVGColor","l":"NVGColor(float, float, float, float)","u":"%3Cinit%3E(float,float,float,float)"},{"p":"com.avrix.ui","c":"NVGColor","l":"NVGColor(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"com.avrix.ui","c":"NVGColor","l":"NVGColor(NVGColor)","u":"%3Cinit%3E(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui","c":"NVGColor","l":"NVGColor(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.avrix.ui","c":"NVGContext","l":"NVGContext()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"NVGDrawer()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGFont","l":"NVGFont()","u":"%3Cinit%3E()"},{"p":"com.avrix.enums","c":"AccessLevel","l":"OBSERVER"},{"p":"com.avrix.events","c":"OnAcceptedFactionInviteEvent","l":"OnAcceptedFactionInviteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAcceptedSafehouseInviteEvent","l":"OnAcceptedSafehouseInviteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAcceptedTradeEvent","l":"OnAcceptedTradeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAcceptInviteEvent","l":"OnAcceptInviteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAddForageDefsEvent","l":"OnAddForageDefsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAddIncomingEvent","l":"OnAddIncomingEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAddMessageEvent","l":"OnAddMessageEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAddXPEvent","l":"OnAddXPEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAdminMessageEvent","l":"OnAdminMessageEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAIStateChangeEvent","l":"OnAIStateChangeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnAmbientSoundEvent","l":"OnAmbientSoundEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCGlobalObjectSystemInitEvent","l":"OnCGlobalObjectSystemInitEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnChallengeQueryEvent","l":"OnChallengeQueryEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnChangeLanguageEvent","l":"OnChangeLanguageEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnChangeWeatherEvent","l":"OnChangeWeatherEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCharacterCollideEvent","l":"OnCharacterCollideEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCharacterDeathEvent","l":"OnCharacterDeathEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnChatMessageProcessedEvent","l":"OnChatMessageProcessedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnChatWindowInitEvent","l":"OnChatWindowInitEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"onCheckAction"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"onClickMethod"},{"p":"com.avrix.events","c":"OnClientCommandEvent","l":"OnClientCommandEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnClimateManagerInitEvent","l":"OnClimateManagerInitEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnClimateTickDebugEvent","l":"OnClimateTickDebugEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnClimateTickEvent","l":"OnClimateTickEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnClothingUpdatedEvent","l":"OnClothingUpdatedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnConnectedEvent","l":"OnConnectedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnConnectFailedEvent","l":"OnConnectFailedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnConnectionStateChangedEvent","l":"OnConnectionStateChangedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnContainerUpdateEvent","l":"OnContainerUpdateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCoopJoinFailedEvent","l":"OnCoopJoinFailedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCoopServerMessageEvent","l":"OnCoopServerMessageEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCreateLivingCharacterEvent","l":"OnCreateLivingCharacterEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCreatePlayerEvent","l":"OnCreatePlayerEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCreateSurvivorEvent","l":"OnCreateSurvivorEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCreateUIEvent","l":"OnCreateUIEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCustomUIKeyEvent","l":"OnCustomUIKeyEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCustomUIKeyPressedEvent","l":"OnCustomUIKeyPressedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnCustomUIKeyReleasedEvent","l":"OnCustomUIKeyReleasedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDawnEvent","l":"OnDawnEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDestroyIsoThumpableEvent","l":"OnDestroyIsoThumpableEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDeviceTextEvent","l":"OnDeviceTextEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDisableSearchModeEvent","l":"OnDisableSearchModeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDisconnectEvent","l":"OnDisconnectEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDistributionMergeEvent","l":"OnDistributionMergeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDoSpecialTooltipEvent","l":"OnDoSpecialTooltipEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDoTileBuilding2Event","l":"OnDoTileBuilding2Event()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDoTileBuilding3Event","l":"OnDoTileBuilding3Event()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDuskEvent","l":"OnDuskEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnDynamicMovableRecipeEvent","l":"OnDynamicMovableRecipeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnEnableSearchModeEvent","l":"OnEnableSearchModeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnEnterVehicleEvent","l":"OnEnterVehicleEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnEquipPrimaryEvent","l":"OnEquipPrimaryEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnEquipSecondaryEvent","l":"OnEquipSecondaryEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnEveryDaysEvent","l":"OnEveryDaysEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnEveryHoursEvent","l":"OnEveryHoursEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnEveryOneMinuteEvent","l":"OnEveryOneMinuteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnEveryTenMinutesEvent","l":"OnEveryTenMinutesEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnExitVehicleEvent","l":"OnExitVehicleEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnFETickEvent","l":"OnFETickEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnFillContainerEvent","l":"OnFillContainerEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnFillInventoryObjectContextMenuEvent","l":"OnFillInventoryObjectContextMenuEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnFillSearchIconContextMenuEvent","l":"OnFillSearchIconContextMenuEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnFillWorldObjectContextMenuEvent","l":"OnFillWorldObjectContextMenuEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGameBootEvent","l":"OnGameBootEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGamepadConnectEvent","l":"OnGamepadConnectEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGamepadDisconnectEvent","l":"OnGamepadDisconnectEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGameStartEvent","l":"OnGameStartEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGameTimeLoadedEvent","l":"OnGameTimeLoadedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGameWindowInitializedEvent","l":"OnGameWindowInitializedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGetDBSchemaEvent","l":"OnGetDBSchemaEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGetTableResultEvent","l":"OnGetTableResultEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnGridBurntEvent","l":"OnGridBurntEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnHitZombieEvent","l":"OnHitZombieEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnInitGlobalModDataEvent","l":"OnInitGlobalModDataEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.plugin","c":"Plugin","l":"onInitialize()"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"onInitialize()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onInitialize()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"onInitialize()"},{"p":"com.avrix.events","c":"OnInitModdedWeatherStageEvent","l":"OnInitModdedWeatherStageEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnInitRecordedMediaEvent","l":"OnInitRecordedMediaEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnInitSeasonsEvent","l":"OnInitSeasonsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnInitWorldEvent","l":"OnInitWorldEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.commands","c":"Command","l":"onInvoke(UdpConnection, String[])","u":"onInvoke(zombie.core.raknet.UdpConnection,java.lang.String[])"},{"p":"com.avrix.events","c":"OnItemFallEvent","l":"OnItemFallEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnJoypadActivateEvent","l":"OnJoypadActivateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnJoypadActivateUIEvent","l":"OnJoypadActivateUIEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnJoypadBeforeDeactivateEvent","l":"OnJoypadBeforeDeactivateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnJoypadBeforeReactivateEvent","l":"OnJoypadBeforeReactivateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnJoypadDeactivateEvent","l":"OnJoypadDeactivateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnJoypadReactivateEvent","l":"OnJoypadReactivateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnJoypadRenderUIEvent","l":"OnJoypadRenderUIEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnKeyKeepPressedEvent","l":"OnKeyKeepPressedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"InputWidgetHandler","l":"onKeyPress(int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"onKeyPress(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onKeyPress(int)"},{"p":"com.avrix.events","c":"OnKeyPressedEvent","l":"OnKeyPressedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"InputWidgetHandler","l":"onKeyRelease(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onKeyRelease(int)"},{"p":"com.avrix.ui","c":"InputWidgetHandler","l":"onKeyRepeat(int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"onKeyRepeat(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onKeyRepeat(int)"},{"p":"com.avrix.events","c":"OnKeyStartPressedEvent","l":"OnKeyStartPressedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"onLeftMouseDown(int, int)","u":"onLeftMouseDown(int,int)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"onLeftMouseDown(int, int)","u":"onLeftMouseDown(int,int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"onLeftMouseDown(int, int)","u":"onLeftMouseDown(int,int)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"onLeftMouseDown(int, int)","u":"onLeftMouseDown(int,int)"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"onLeftMouseDown(int, int)","u":"onLeftMouseDown(int,int)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"onLeftMouseDown(int, int)","u":"onLeftMouseDown(int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onLeftMouseDown(int, int)","u":"onLeftMouseDown(int,int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"onLeftMouseDown(int, int)","u":"onLeftMouseDown(int,int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"onLeftMouseDownOutside(int, int)","u":"onLeftMouseDownOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"PopupWidget","l":"onLeftMouseDownOutside(int, int)","u":"onLeftMouseDownOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onLeftMouseDownOutside(int, int)","u":"onLeftMouseDownOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"onLeftMouseUp(int, int)","u":"onLeftMouseUp(int,int)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"onLeftMouseUpOutside(int, int)","u":"onLeftMouseUpOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"onLeftMouseUpOutside(int, int)","u":"onLeftMouseUpOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"onLeftMouseUpOutside(int, int)","u":"onLeftMouseUpOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"onLeftMouseUpOutside(int, int)","u":"onLeftMouseUpOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"onLeftMouseUpOutside(int, int)","u":"onLeftMouseUpOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"onLeftMouseUpOutside(int, int)","u":"onLeftMouseUpOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onLeftMouseUpOutside(int, int)","u":"onLeftMouseUpOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"onLeftMouseUpOutside(int, int)","u":"onLeftMouseUpOutside(int,int)"},{"p":"com.avrix.events","c":"OnLevelPerkEvent","l":"OnLevelPerkEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLoadedTileDefinitionsEvent","l":"OnLoadedTileDefinitionsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLoadEvent","l":"OnLoadEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLoadGridsquareEvent","l":"OnLoadGridsquareEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLoadMapZonesEvent","l":"OnLoadMapZonesEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLoadModDataFromServerEvent","l":"OnLoadModDataFromServerEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLoadRadioScriptsEvent","l":"OnLoadRadioScriptsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLoadSoundBanksEvent","l":"OnLoadSoundBanksEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLuaFilesLoadedEvent","l":"OnLuaFilesLoadedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnLuaScriptExecuteEvent","l":"OnLuaScriptExecuteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnMainMenuEnterEvent","l":"OnMainMenuEnterEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnMechanicActionDoneEvent","l":"OnMechanicActionDoneEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnMiniScoreboardUpdateEvent","l":"OnMiniScoreboardUpdateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnMngInvReceiveItemsEvent","l":"OnMngInvReceiveItemsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnModsModifiedEvent","l":"OnModsModifiedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnMouseDownEvent","l":"OnMouseDownEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onMouseEnter(int, int)","u":"onMouseEnter(int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onMouseExit(int, int)","u":"onMouseExit(int,int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"onMouseMove(int, int)","u":"onMouseMove(int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onMouseMove(int, int)","u":"onMouseMove(int,int)"},{"p":"com.avrix.events","c":"OnMouseMoveEvent","l":"OnMouseMoveEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onMouseMoveOutside(int, int)","u":"onMouseMoveOutside(int,int)"},{"p":"com.avrix.events","c":"OnMouseUpEvent","l":"OnMouseUpEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onMouseWheel(int, int, int)","u":"onMouseWheel(int,int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onMouseWheelOutside(int, int, int)","u":"onMouseWheelOutside(int,int,int)"},{"p":"com.avrix.events","c":"OnMultiTriggerNPCEventEvent","l":"OnMultiTriggerNPCEventEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnNewFireEvent","l":"OnNewFireEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnNewGameEvent","l":"OnNewGameEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnObjectAboutToBeRemovedEvent","l":"OnObjectAboutToBeRemovedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnObjectAddedEvent","l":"OnObjectAddedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnObjectCollideEvent","l":"OnObjectCollideEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnObjectLeftMouseButtonDownEvent","l":"OnObjectLeftMouseButtonDownEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnObjectLeftMouseButtonUpEvent","l":"OnObjectLeftMouseButtonUpEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnObjectRightMouseButtonDownEvent","l":"OnObjectRightMouseButtonDownEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnObjectRightMouseButtonUpEvent","l":"OnObjectRightMouseButtonUpEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerAttackFinishedEvent","l":"OnPlayerAttackFinishedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerBanEvent","l":"OnPlayerBanEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerConnectEvent","l":"OnPlayerConnectEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerDeathEvent","l":"OnPlayerDeathEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerDisconnectEvent","l":"OnPlayerDisconnectEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerFullyConnectedEvent","l":"OnPlayerFullyConnectedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerKickEvent","l":"OnPlayerKickEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerMoveEvent","l":"OnPlayerMoveEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerUnbanEvent","l":"OnPlayerUnbanEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPlayerUpdateEvent","l":"OnPlayerUpdateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPostDistributionMergeEvent","l":"OnPostDistributionMergeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPostFloorLayerDrawEvent","l":"OnPostFloorLayerDrawEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPostMapLoadEvent","l":"OnPostMapLoadEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPostRenderEvent","l":"OnPostRenderEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPostSaveEvent","l":"OnPostSaveEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPostUIDrawEvent","l":"OnPostUIDrawEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPostWidgetDrawEvent","l":"OnPostWidgetDrawEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreAddCatDefsEvent","l":"OnPreAddCatDefsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreAddForageDefsEvent","l":"OnPreAddForageDefsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreAddItemDefsEvent","l":"OnPreAddItemDefsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreAddZoneDefsEvent","l":"OnPreAddZoneDefsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreDistributionMergeEvent","l":"OnPreDistributionMergeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreFillInventoryObjectContextMenuEvent","l":"OnPreFillInventoryObjectContextMenuEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreFillWorldObjectContextMenuEvent","l":"OnPreFillWorldObjectContextMenuEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreMapLoadEvent","l":"OnPreMapLoadEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPressRackButtonEvent","l":"OnPressRackButtonEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPressReloadButtonEvent","l":"OnPressReloadButtonEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreUIDrawEvent","l":"OnPreUIDrawEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnPreWidgetDrawEvent","l":"OnPreWidgetDrawEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnRainStopEvent","l":"OnRainStopEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnReceiveFactionInviteEvent","l":"OnReceiveFactionInviteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnReceiveGlobalModDataEvent","l":"OnReceiveGlobalModDataEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnReceiveItemListNetEvent","l":"OnReceiveItemListNetEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnReceiveSafehouseInviteEvent","l":"OnReceiveSafehouseInviteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnReceiveUserlogEvent","l":"OnReceiveUserlogEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"WidgetManager","l":"onRender()"},{"p":"com.avrix.events","c":"OnRenderTickEvent","l":"OnRenderTickEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnRequestTradeEvent","l":"OnRequestTradeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnResetLuaEvent","l":"OnResetLuaEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnResolutionChangeEvent","l":"OnResolutionChangeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnReuseGridsquareEvent","l":"OnReuseGridsquareEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onRightMouseDown(int, int)","u":"onRightMouseDown(int,int)"},{"p":"com.avrix.events","c":"OnRightMouseDownEvent","l":"OnRightMouseDownEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"PopupWidget","l":"onRightMouseDownOutside(int, int)","u":"onRightMouseDownOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onRightMouseDownOutside(int, int)","u":"onRightMouseDownOutside(int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onRightMouseUp(int, int)","u":"onRightMouseUp(int,int)"},{"p":"com.avrix.events","c":"OnRightMouseUpEvent","l":"OnRightMouseUpEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"onRightMouseUpOutside(int, int)","u":"onRightMouseUpOutside(int,int)"},{"p":"com.avrix.events","c":"OnSafehousesChangedEvent","l":"OnSafehousesChangedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSaveEvent","l":"OnSaveEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnScoreboardUpdateEvent","l":"OnScoreboardUpdateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSeeNewRoomEvent","l":"OnSeeNewRoomEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSendChatCommandEvent","l":"OnSendChatCommandEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSendConsoleCommandEvent","l":"OnSendConsoleCommandEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSendCustomModDataEvent","l":"OnSendCustomModDataEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnServerCommandEvent","l":"OnServerCommandEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnServerFinishSavingEvent","l":"OnServerFinishSavingEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnServerInitializeEvent","l":"OnServerInitializeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnServerPingedEvent","l":"OnServerPingedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnServerShutdownEvent","l":"OnServerShutdownEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnServerStartedEvent","l":"OnServerStartedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnServerStartSavingEvent","l":"OnServerStartSavingEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnServerStatisticReceivedEvent","l":"OnServerStatisticReceivedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSetDefaultTabEvent","l":"OnSetDefaultTabEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSGlobalObjectSystemInitEvent","l":"OnSGlobalObjectSystemInitEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"onSlideAction"},{"p":"com.avrix.events","c":"OnSpawnRegionsLoadedEvent","l":"OnSpawnRegionsLoadedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamFriendStatusChangedEvent","l":"OnSteamFriendStatusChangedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamGameJoinEvent","l":"OnSteamGameJoinEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamRefreshInternetServersEvent","l":"OnSteamRefreshInternetServersEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamRulesRefreshCompleteEvent","l":"OnSteamRulesRefreshCompleteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamServerFailedToRespond2Event","l":"OnSteamServerFailedToRespond2Event()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamServerResponded2Event","l":"OnSteamServerResponded2Event()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamServerRespondedEvent","l":"OnSteamServerRespondedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemCreatedEvent","l":"OnSteamWorkshopItemCreatedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemNotCreatedEvent","l":"OnSteamWorkshopItemNotCreatedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemNotUpdatedEvent","l":"OnSteamWorkshopItemNotUpdatedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSteamWorkshopItemUpdatedEvent","l":"OnSteamWorkshopItemUpdatedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSwitchChatStreamEvent","l":"OnSwitchChatStreamEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSwitchVehicleSeatEvent","l":"OnSwitchVehicleSeatEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnSyncFactionEvent","l":"OnSyncFactionEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTabAddedEvent","l":"OnTabAddedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTabRemovedEvent","l":"OnTabRemovedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"onTextChangeAction"},{"p":"com.avrix.events","c":"OnThunderEventEvent","l":"OnThunderEventEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTickEvenPausedEvent","l":"OnTickEvenPausedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTickEvent","l":"OnTickEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTickRenderThreadEvent","l":"OnTickRenderThreadEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTileRemovedEvent","l":"OnTileRemovedEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnToggleSearchModeEvent","l":"OnToggleSearchModeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTradingUIAddItemEvent","l":"OnTradingUIAddItemEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTradingUIRemoveItemEvent","l":"OnTradingUIRemoveItemEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTradingUIUpdateStateEvent","l":"OnTradingUIUpdateStateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnTriggerNPCEventEvent","l":"OnTriggerNPCEventEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnUpdateIconEvent","l":"OnUpdateIconEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnUpdateModdedWeatherStageEvent","l":"OnUpdateModdedWeatherStageEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnUseVehicleEvent","l":"OnUseVehicleEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnVehicleDamageTextureEvent","l":"OnVehicleDamageTextureEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnVehicleHornEvent","l":"OnVehicleHornEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnViewTicketsEvent","l":"OnViewTicketsEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWaterAmountChangeEvent","l":"OnWaterAmountChangeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeaponHitCharacterEvent","l":"OnWeaponHitCharacterEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeaponHitTreeEvent","l":"OnWeaponHitTreeEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeaponHitXpEvent","l":"OnWeaponHitXpEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeaponSwingEvent","l":"OnWeaponSwingEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeaponSwingHitPointEvent","l":"OnWeaponSwingHitPointEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeatherPeriodCompleteEvent","l":"OnWeatherPeriodCompleteEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeatherPeriodStageEvent","l":"OnWeatherPeriodStageEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeatherPeriodStartEvent","l":"OnWeatherPeriodStartEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWeatherPeriodStopEvent","l":"OnWeatherPeriodStopEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWidgetManagerInitEvent","l":"OnWidgetManagerInitEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnWorldSoundEvent","l":"OnWorldSoundEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnZombieDeadEvent","l":"OnZombieDeadEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.events","c":"OnZombieUpdateEvent","l":"OnZombieUpdateEvent()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGColor","l":"ORANGE"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"originalHeight"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"originalMaxScrollX"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"originalMaxScrollY"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"originalWidth"},{"p":"com.avrix.enums","c":"AccessLevel","l":"OVERSEER"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"PanelWidget(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"PanelWidget(int, int, int, int, int, NVGColor)","u":"%3Cinit%3E(int,int,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"parent"},{"p":"com.avrix.patches","c":"PatchBanSteamIDCommand","l":"PatchBanSteamIDCommand()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchBanUserCommand","l":"PatchBanUserCommand()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchChatServer","l":"PatchChatServer()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchGameServer","l":"PatchGameServer()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchGameWindow","l":"PatchGameWindow()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchKickUserCommand","l":"PatchKickUserCommand()","u":"%3Cinit%3E()"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"patchList(List)","u":"patchList(java.util.List)"},{"p":"com.avrix.patches","c":"PatchLuaEventManager","l":"PatchLuaEventManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchLuaManager","l":"PatchLuaManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchLuaManagerExposer","l":"PatchLuaManagerExposer()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchQuitCommand","l":"PatchQuitCommand()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchRenderThread","l":"PatchRenderThread()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchSpriteRenderer","l":"PatchSpriteRenderer()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchTranslator","l":"PatchTranslator()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchUIManager","l":"PatchUIManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchUnbanSteamIDCommand","l":"PatchUnbanSteamIDCommand()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchUnbanUserCommand","l":"PatchUnbanUserCommand()","u":"%3Cinit%3E()"},{"p":"com.avrix.utils","c":"PatchUtils","l":"PatchUtils()","u":"%3Cinit%3E()"},{"p":"com.avrix.patches","c":"PatchZLogger","l":"PatchZLogger()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGColor","l":"PINK"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"placeholder"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"placeholderColor"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"PlayerUtils()","u":"%3Cinit%3E()"},{"p":"com.avrix.plugin","c":"Plugin","l":"Plugin(Metadata)","u":"%3Cinit%3E(com.avrix.plugin.Metadata)"},{"p":"com.avrix.plugin","c":"PluginClassLoader","l":"PluginClassLoader(String, URL[], ClassLoader)","u":"%3Cinit%3E(java.lang.String,java.net.URL[],java.lang.ClassLoader)"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"pluginFile(File)","u":"pluginFile(java.io.File)"},{"p":"com.avrix.plugin","c":"PluginManager","l":"PluginManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.utils","c":"Constants","l":"PLUGINS_DEFAULT_CONFIG_NAME"},{"p":"com.avrix.utils","c":"Constants","l":"PLUGINS_FOLDER_NAME"},{"p":"com.avrix.utils","c":"Constants","l":"PLUGINS_METADATA_NAME"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"popupButtonHeight"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"popupHeight"},{"p":"com.avrix.ui.widgets","c":"PopupWidget","l":"PopupWidget(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"postRender()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"postRender()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"postRender()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"preRender()"},{"p":"com.avrix.enums","c":"KeyEventType","l":"PRESS"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"pressed"},{"p":"com.avrix.events","c":"EventManager.EventListener","l":"priority()"},{"p":"com.avrix.ui","c":"NVGColor","l":"RED"},{"p":"com.avrix.ui","c":"NVGColor","l":"red(float)"},{"p":"com.avrix.plugin","c":"ServiceManager","l":"register(Class, T)","u":"register(java.lang.Class,T)"},{"p":"com.avrix.enums","c":"KeyEventType","l":"RELEASE"},{"p":"com.avrix.utils","c":"YamlFile","l":"remove(String)","u":"remove(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"removeChild(Widget)","u":"removeChild(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"removeChild(Widget)","u":"removeChild(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"removeChild(Widget)","u":"removeChild(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.lua","c":"LuaExposer","l":"removeExposedClass(Class)","u":"removeExposedClass(java.lang.Class)"},{"p":"com.avrix.lua","c":"LuaExposer","l":"removeExposedGlobalObject(Object)","u":"removeExposedGlobalObject(java.lang.Object)"},{"p":"com.avrix.resources","c":"ResourceManager","l":"removeFileExtension(String)","u":"removeFileExtension(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"removeFromScreen()"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"removeItem(IsoPlayer, int)","u":"removeItem(zombie.characters.IsoPlayer,int)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"removeItem(IsoPlayer, InventoryItem)","u":"removeItem(zombie.characters.IsoPlayer,zombie.inventory.InventoryItem)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"removeItem(IsoPlayer, String)","u":"removeItem(zombie.characters.IsoPlayer,java.lang.String)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"removeItem(UdpConnection, int)","u":"removeItem(zombie.core.raknet.UdpConnection,int)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"removeItem(UdpConnection, InventoryItem)","u":"removeItem(zombie.core.raknet.UdpConnection,zombie.inventory.InventoryItem)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"removeItem(UdpConnection, String)","u":"removeItem(zombie.core.raknet.UdpConnection,java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"removeValue(int)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"removeValue(String)","u":"removeValue(java.lang.String)"},{"p":"com.avrix.ui","c":"WidgetManager","l":"removeWidget(Widget)","u":"removeWidget(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget.ComboPopupButton","l":"render()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"PopupWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"render()"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"renderChildren()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"renderChildren()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"renderChildren()"},{"p":"com.avrix.enums","c":"KeyEventType","l":"REPEAT"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"repeatDelay"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"resetRenderState()"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"resetScissor()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"resizable"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"resizeIcon"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"resizeIconOffset"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"resizeIconSize"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"resizeOffsetX"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"resizeOffsetY"},{"p":"com.avrix.resources","c":"ResourceManager","l":"ResourceManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"restoreRenderState()"},{"p":"com.avrix.ui","c":"NVGColor","l":"rgbMatches(NVGColor)","u":"rgbMatches(com.avrix.ui.NVGColor)"},{"p":"com.avrix.lua","c":"LuaManager","l":"runLua(String, boolean)","u":"runLua(java.lang.String,boolean)"},{"p":"com.avrix.utils","c":"YamlFile","l":"save()"},{"p":"com.avrix.utils","c":"YamlFile","l":"save(String)","u":"save(java.lang.String)"},{"p":"com.avrix.agent","c":"ClassModifier.ClassModifierBuilder","l":"saveFile()"},{"p":"com.avrix.agent","c":"ClassModifier.ClassModifierBuilder","l":"saveFile(Path)","u":"saveFile(java.nio.file.Path)"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"saveRenderState()"},{"p":"com.avrix.ui","c":"NVGDrawer","l":"scissor(int, int, int, int)","u":"scissor(int,int,int,int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"scrollable"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"ScrollbarWidget()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"ScrollbarWidget(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"scrollLock"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"ScrollPanelWidget(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"ScrollPanelWidget(int, int, int, int, int, NVGColor)","u":"%3Cinit%3E(int,int,int,int,int,com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"scrollSpeed"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"scrollX"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"scrollY"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"selecting"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"selectionColor"},{"p":"com.avrix.utils","c":"ChatUtils","l":"sendMessageToAdmins(String)","u":"sendMessageToAdmins(java.lang.String)"},{"p":"com.avrix.utils","c":"ChatUtils","l":"sendMessageToAll(String)","u":"sendMessageToAll(java.lang.String)"},{"p":"com.avrix.utils","c":"ChatUtils","l":"sendMessageToPlayer(UdpConnection, String)","u":"sendMessageToPlayer(zombie.core.raknet.UdpConnection,java.lang.String)"},{"p":"com.avrix.enums","c":"Environment","l":"SERVER"},{"p":"com.avrix.plugin","c":"ServiceManager","l":"ServiceManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui","c":"NVGColor","l":"set(float, float, float, float)","u":"set(float,float,float,float)"},{"p":"com.avrix.ui","c":"NVGColor","l":"set(NVGColor)","u":"set(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"setAccentColor(NVGColor)","u":"setAccentColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setAccentColor(NVGColor)","u":"setAccentColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"setAccessLevel(IsoPlayer, AccessLevel)","u":"setAccessLevel(zombie.characters.IsoPlayer,com.avrix.enums.AccessLevel)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"setAccessLevel(String, AccessLevel)","u":"setAccessLevel(java.lang.String,com.avrix.enums.AccessLevel)"},{"p":"com.avrix.utils","c":"PlayerUtils","l":"setAccessLevel(UdpConnection, AccessLevel)","u":"setAccessLevel(zombie.core.raknet.UdpConnection,com.avrix.enums.AccessLevel)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setActive(boolean)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setAlwaysOnTop(boolean)"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"setBackgroundColor(NVGColor)","u":"setBackgroundColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"setBackgroundColor(NVGColor)","u":"setBackgroundColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setBarColor(NVGColor)","u":"setBarColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setBarFillOffset(int)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setBarHeight(int)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setBoolean(String, boolean)","u":"setBoolean(java.lang.String,boolean)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setBooleanList(String, List)","u":"setBooleanList(java.lang.String,java.util.List)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setBooleanMap(String, Map)","u":"setBooleanMap(java.lang.String,java.util.Map)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"setBorderColor(NVGColor)","u":"setBorderColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"setBorderOffset(int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setBorderOffset(int)"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"setBorderOffset(int)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"setBorderRadius(int)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setBorderRadius(int)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"setBorderWidth(int)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setByte(String, byte)","u":"setByte(java.lang.String,byte)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setByteList(String, List)","u":"setByteList(java.lang.String,java.util.List)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setChar(String, char)","u":"setChar(java.lang.String,char)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setCharacterList(String, List)","u":"setCharacterList(java.lang.String,java.util.List)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setCheckBoxSize(int)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setCheckColor(NVGColor)","u":"setCheckColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setChecked(boolean)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setCheckIcon(String)","u":"setCheckIcon(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"setCompressedWidth(int)"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"setContentPanel(Widget)","u":"setContentPanel(com.avrix.ui.widgets.Widget)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setCursorVisible(boolean)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setDouble(String, double)","u":"setDouble(java.lang.String,double)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setDoubleList(String, List)","u":"setDoubleList(java.lang.String,java.util.List)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setDoubleMap(String, Map)","u":"setDoubleMap(java.lang.String,java.util.Map)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"setDraggable(boolean)"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"setDrawBorder(boolean)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"setDropButtonWidth(int)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"setDropIcon(String)","u":"setDropIcon(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setEditable(boolean)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"setEnable(boolean)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setEnable(boolean)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setEnable(boolean)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"setFont(String)","u":"setFont(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"setFontName(String)","u":"setFontName(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setFontName(String)","u":"setFontName(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"setFontName(String)","u":"setFontName(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"setFontName(String)","u":"setFontName(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setFontName(String)","u":"setFontName(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"setFontSize(int)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setFontSize(int)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"setFontSize(int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setFontSize(int)"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"setFontSize(int)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setFontSize(int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"setHeaderColor(NVGColor)","u":"setHeaderColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"setHeaderHeight(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setHeight(int)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"setIconColor(NVGColor)","u":"setIconColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setIconFontName(String)","u":"setIconFontName(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"setIconFontName(String)","u":"setIconFontName(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"setIconSize(int)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setInt(String, int)","u":"setInt(java.lang.String,int)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setIntegerList(String, List)","u":"setIntegerList(java.lang.String,java.util.List)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setIntMap(String, Map)","u":"setIntMap(java.lang.String,java.util.Map)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setList(String, List)","u":"setList(java.lang.String,java.util.List)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setLong(String, long)","u":"setLong(java.lang.String,long)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setLongList(String, List)","u":"setLongList(java.lang.String,java.util.List)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setMap(String, Map)","u":"setMap(java.lang.String,java.util.Map)"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"setMaxScrollX(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setMaxScrollX(int)"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"setMaxScrollY(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setMaxScrollY(int)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setMaxValue(int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"setMinSizeX(int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"setMinSizeY(int)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setMinValue(int)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setOnCheckAction(Consumer)","u":"setOnCheckAction(java.util.function.Consumer)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"setOnClickMethod(Runnable)","u":"setOnClickMethod(java.lang.Runnable)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setOnSlideAction(Consumer)","u":"setOnSlideAction(java.util.function.Consumer)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setOnTextChangeAction(Consumer)","u":"setOnTextChangeAction(java.util.function.Consumer)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setPlaceholder(String)","u":"setPlaceholder(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setPlaceholderColor(NVGColor)","u":"setPlaceholderColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"setPopupButtonHeight(int)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"setPopupHeight(int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setRepeatDelay(int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"setResizable(boolean)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setScrollable(boolean)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setScrollLock(boolean)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setScrollSpeed(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setScrollX(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setScrollY(int)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget.ComboPopupButton","l":"setSelected(boolean)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setSelectionColor(NVGColor)","u":"setSelectionColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setShort(String, short)","u":"setShort(java.lang.String,short)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setShortList(String, List)","u":"setShortList(java.lang.String,java.util.List)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setString(String, String)","u":"setString(java.lang.String,java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setStringList(String, List)","u":"setStringList(java.lang.String,java.util.List)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setStringMap(String, Map)","u":"setStringMap(java.lang.String,java.util.Map)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"setText(String)","u":"setText(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"setText(String)","u":"setText(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"setTextColor(NVGColor)","u":"setTextColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"setTextColor(NVGColor)","u":"setTextColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setTextColor(NVGColor)","u":"setTextColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"setTextColor(NVGColor)","u":"setTextColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setTextFont(String)","u":"setTextFont(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setTextOffset(int)"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"setThumbColor(NVGColor)","u":"setThumbColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setThumbWidth(int)"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"setTitle(String)","u":"setTitle(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setTitleColor(NVGColor)","u":"setTitleColor(com.avrix.ui.NVGColor)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setTitleOffset(int)"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"setTitleText(String)","u":"setTitleText(java.lang.String)"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"setValue(int)"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"setValue(String)","u":"setValue(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"setValue(String, Object)","u":"setValue(java.lang.String,java.lang.Object)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"setValueIndex(int)"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"setValueList(List)","u":"setValueList(java.util.List)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setVisible(boolean)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setWidth(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setX(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setXA(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setY(int)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"setYA(int)"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"show()"},{"p":"com.avrix.ui.widgets","c":"PopupWidget","l":"show()"},{"p":"com.avrix.ui","c":"NVGColor","l":"SILVER"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"SliderWidget(int, int, int, Consumer)","u":"%3Cinit%3E(int,int,int,java.util.function.Consumer)"},{"p":"com.avrix.plugin","c":"Metadata","l":"sortMetadata(List)","u":"sortMetadata(java.util.List)"},{"p":"com.avrix.utils","c":"ChatUtils","l":"SPACE_SYMBOL"},{"p":"com.avrix.ui","c":"NVGColor","l":"tallocNVG(NVGColor.ColorAction)","u":"tallocNVG(com.avrix.ui.NVGColor.ColorAction)"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"text"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"text"},{"p":"com.avrix.ui.widgets","c":"ButtonWidget","l":"textColor"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"textColor"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"textColor"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"textColor"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"textFont"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"textOffset"},{"p":"com.avrix.utils","c":"TextUtils","l":"TextUtils()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"thumbColor"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"thumbOffset"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"thumbWidth"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"title"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"titleColor"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"titleFontSize"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"titleOffset"},{"p":"com.avrix.ui.widgets","c":"CheckboxWidget","l":"titleText"},{"p":"com.avrix.ui","c":"NVGColor","l":"toHEX()"},{"p":"com.avrix.events","c":"EventManager.EventListener","l":"toString()"},{"p":"com.avrix.agent","c":"AgentTransformer","l":"transform(ClassLoader, String, Class, ProtectionDomain, byte[])","u":"transform(java.lang.ClassLoader,java.lang.String,java.lang.Class,java.security.ProtectionDomain,byte[])"},{"p":"com.avrix.agent","c":"AgentManager","l":"transformClass(String, byte[])","u":"transformClass(java.lang.String,byte[])"},{"p":"com.avrix.ui","c":"NVGColor","l":"TRANSPARENT"},{"p":"com.avrix.plugin","c":"ServiceManager","l":"unregister(Class)","u":"unregister(java.lang.Class)"},{"p":"com.avrix.ui.widgets","c":"LabelWidget","l":"update()"},{"p":"com.avrix.ui.widgets","c":"ModalWidget","l":"update()"},{"p":"com.avrix.ui.widgets","c":"PanelWidget","l":"update()"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"update()"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"update()"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"update()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"update()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"update()"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"updateMaxScrollOffset()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"updateMaxScrollOffset()"},{"p":"com.avrix.ui","c":"InputWidgetHandler","l":"updateMouseEvent()"},{"p":"com.avrix.ui.widgets","c":"ScrollbarWidget","l":"updatePosition()"},{"p":"com.avrix.ui.widgets","c":"InputTextWidget","l":"value"},{"p":"com.avrix.ui.widgets","c":"SliderWidget","l":"value"},{"p":"com.avrix.commands","c":"CommandAccessLevel","l":"value()"},{"p":"com.avrix.commands","c":"CommandDescription","l":"value()"},{"p":"com.avrix.commands","c":"CommandExecutionScope","l":"value()"},{"p":"com.avrix.commands","c":"CommandName","l":"value()"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"valueIndex"},{"p":"com.avrix.ui.widgets","c":"ComboBoxWidget","l":"valueList"},{"p":"com.avrix.enums","c":"AccessLevel","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.avrix.enums","c":"CommandScope","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.avrix.enums","c":"Environment","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.avrix.enums","c":"KeyEventType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.avrix.enums","c":"Priority","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.avrix.enums","c":"AccessLevel","l":"values()"},{"p":"com.avrix.enums","c":"CommandScope","l":"values()"},{"p":"com.avrix.enums","c":"Environment","l":"values()"},{"p":"com.avrix.enums","c":"KeyEventType","l":"values()"},{"p":"com.avrix.enums","c":"Priority","l":"values()"},{"p":"com.avrix.plugin","c":"Metadata.MetadataBuilder","l":"version(String)","u":"version(java.lang.String)"},{"p":"com.avrix.utils","c":"VersionChecker","l":"VersionChecker()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"ScrollPanelWidget","l":"verticalScrollbar"},{"p":"com.avrix.ui","c":"NVGColor","l":"VIOLET"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"visible"},{"p":"com.avrix.ui","c":"NVGColor","l":"WHITE"},{"p":"com.avrix.ui","c":"NVGColor","l":"WHITE_SMOKE"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"Widget(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"com.avrix.ui","c":"WidgetManager","l":"WidgetManager()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"width"},{"p":"com.avrix.utils","c":"WindowUtils","l":"WindowUtils()","u":"%3Cinit%3E()"},{"p":"com.avrix.ui.widgets","c":"WindowWidget","l":"WindowWidget(String, int, int, int, int)","u":"%3Cinit%3E(java.lang.String,int,int,int,int)"},{"p":"com.avrix.logs","c":"LineReadingOutputStream","l":"write(byte[], int, int)","u":"write(byte[],int,int)"},{"p":"com.avrix.logs","c":"LineReadingOutputStream","l":"write(int)"},{"p":"com.avrix.logs","c":"IsolatedConsoleWriter","l":"write(LogEntry)","u":"write(org.tinylog.core.LogEntry)"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"x"},{"p":"com.avrix.ui.widgets","c":"Widget","l":"y"},{"p":"com.avrix.utils","c":"YamlFile","l":"YamlFile(File)","u":"%3Cinit%3E(java.io.File)"},{"p":"com.avrix.utils","c":"YamlFile","l":"YamlFile(InputStream, Path, String)","u":"%3Cinit%3E(java.io.InputStream,java.nio.file.Path,java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"YamlFile(Path)","u":"%3Cinit%3E(java.nio.file.Path)"},{"p":"com.avrix.utils","c":"YamlFile","l":"YamlFile(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"YamlFile(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"com.avrix.utils","c":"YamlFile","l":"YamlFile(URI)","u":"%3Cinit%3E(java.net.URI)"},{"p":"com.avrix.utils","c":"YamlFile","l":"YamlFile(URL)","u":"%3Cinit%3E(java.net.URL)"},{"p":"com.avrix.ui","c":"NVGColor","l":"YELLOW"}];updateSearchResults(); \ No newline at end of file diff --git a/src/main/java/com/avrix/ui/widgets/ComboBoxWidget.java b/src/main/java/com/avrix/ui/widgets/ComboBoxWidget.java index 82c3233..a92c6a6 100644 --- a/src/main/java/com/avrix/ui/widgets/ComboBoxWidget.java +++ b/src/main/java/com/avrix/ui/widgets/ComboBoxWidget.java @@ -208,6 +208,258 @@ public void removeValue(int index) { valueList.remove(index); } + /** + * Gets the name of the icon font. + * + * @return the name of the icon font + */ + public String getIconFontName() { + return iconFontName; + } + + /** + * Sets the name of the icon font. + * + * @param iconFontName the new name of the icon font + */ + public void setIconFontName(String iconFontName) { + this.iconFontName = iconFontName; + } + + /** + * Gets the name of the font. + * + * @return the name of the font + */ + public String getFontName() { + return fontName; + } + + /** + * Sets the name of the font. + * + * @param fontName the new name of the font + */ + public void setFontName(String fontName) { + this.fontName = fontName; + } + + /** + * Gets the drop icon. + * + * @return the drop icon + */ + public String getDropIcon() { + return dropIcon; + } + + /** + * Sets the drop icon. + * + * @param dropIcon the new drop icon + */ + public void setDropIcon(String dropIcon) { + this.dropIcon = dropIcon; + } + + /** + * Gets the width of the drop button. + * + * @return the width of the drop button + */ + public int getDropButtonWidth() { + return dropButtonWidth; + } + + /** + * Sets the width of the drop button. + * + * @param dropButtonWidth the new width of the drop button + */ + public void setDropButtonWidth(int dropButtonWidth) { + this.dropButtonWidth = dropButtonWidth; + } + + /** + * Gets the value index. + * + * @return the value index + */ + public int getValueIndex() { + return valueIndex; + } + + /** + * Sets the value index. + * + * @param valueIndex the new value index + */ + public void setValueIndex(int valueIndex) { + this.valueIndex = valueIndex; + } + + /** + * Gets the popup height. + * + * @return the popup height + */ + public int getPopupHeight() { + return popupHeight; + } + + /** + * Sets the popup height. + * + * @param popupHeight the new popup height + */ + public void setPopupHeight(int popupHeight) { + this.popupHeight = popupHeight; + } + + /** + * Gets the popup button height. + * + * @return the popup button height + */ + public int getPopupButtonHeight() { + return popupButtonHeight; + } + + /** + * Sets the popup button height. + * + * @param popupButtonHeight the new popup button height + */ + public void setPopupButtonHeight(int popupButtonHeight) { + this.popupButtonHeight = popupButtonHeight; + } + + /** + * Gets the font size. + * + * @return the font size + */ + public int getFontSize() { + return fontSize; + } + + /** + * Sets the font size. + * + * @param fontSize the new font size + */ + public void setFontSize(int fontSize) { + this.fontSize = fontSize; + } + + /** + * Gets the value list. + * + * @return the value list + */ + public List getValueList() { + return valueList; + } + + /** + * Sets the value list. + * + * @param valueList the new value list + */ + public void setValueList(List valueList) { + this.valueList = valueList; + } + + /** + * Gets the icon color. + * + * @return the icon color + */ + public NVGColor getIconColor() { + return iconColor; + } + + /** + * Sets the icon color. + * + * @param iconColor the new icon color + */ + public void setIconColor(NVGColor iconColor) { + this.iconColor = iconColor; + } + + /** + * Gets the text color. + * + * @return the text color + */ + public NVGColor getTextColor() { + return textColor; + } + + /** + * Sets the text color. + * + * @param textColor the new text color + */ + public void setTextColor(NVGColor textColor) { + this.textColor = textColor; + } + + /** + * Gets the accent color. + * + * @return the accent color + */ + public NVGColor getAccentColor() { + return accentColor; + } + + /** + * Sets the accent color. + * + * @param accentColor the new accent color + */ + public void setAccentColor(NVGColor accentColor) { + this.accentColor = accentColor; + } + + /** + * Gets the drop icon size. + * + * @return the icon size + */ + public int getIconSize() { + return iconSize; + } + + /** + * Sets the drop icon size. + * + * @param iconSize the new icon size + */ + public void setIconSize(int iconSize) { + this.iconSize = iconSize; + } + + /** + * Gets the border offset. + * + * @return the border offset + */ + public int getBorderOffset() { + return borderOffset; + } + + /** + * Sets the border offset. + * + * @param borderOffset the new border offset + */ + public void setBorderOffset(int borderOffset) { + this.borderOffset = borderOffset; + } + /** * Renders the {@link Widget} */