-Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces
-
-
Search
-
You can search for definitions of modules, packages, types, fields, methods, system properties and other terms defined in the API, using some or all of the name, optionally using "camelCase" abbreviations. For example:
-
-
j.l.obj will match "java.lang.Object"
-
InpStr will match "java.io.InputStream"
-
HM.cK will match "java.util.HashMap.containsKey(Object)"
-The following sections describe the different kinds of pages in this collection.
-
-
Overview
-
The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
-
-
-
Package
-
Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:
-
-
Interfaces
-
Classes
-
Enum Classes
-
Exceptions
-
Errors
-
Annotation Interfaces
-
-
-
-
Class or Interface
-
Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.
-
-
Class Inheritance Diagram
-
Direct Subclasses
-
All Known Subinterfaces
-
All Known Implementing Classes
-
Class or Interface Declaration
-
Class or Interface Description
-
-
-
-
Nested Class Summary
-
Enum Constant Summary
-
Field Summary
-
Property Summary
-
Constructor Summary
-
Method Summary
-
Required Element Summary
-
Optional Element Summary
-
-
-
-
Enum Constant Details
-
Field Details
-
Property Details
-
Constructor Details
-
Method Details
-
Element Details
-
-
Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.
-
The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
-
-
-
Other Files
-
Packages and modules may contain pages with additional information related to the declarations nearby.
-
-
-
Tree (Class Hierarchy)
-
There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.
-
-
When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
-
When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
The All Packages page contains an alphabetic index of all packages contained in the documentation.
-
-
-
All Classes and Interfaces
-
The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.
-
-
-
Index
-
The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.
-
-
-
-This help file applies to API documentation generated by the standard doclet.
-
+Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces
+
+
Search
+
You can search for definitions of modules, packages, types, fields, methods, system properties and other terms defined in the API, using some or all of the name, optionally using "camelCase" abbreviations. For example:
+
+
j.l.obj will match "java.lang.Object"
+
InpStr will match "java.io.InputStream"
+
HM.cK will match "java.util.HashMap.containsKey(Object)"
+The following sections describe the different kinds of pages in this collection.
+
+
Overview
+
The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+
+
+
Package
+
Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:
+
+
Interfaces
+
Classes
+
Enum Classes
+
Exceptions
+
Errors
+
Annotation Interfaces
+
+
+
+
Class or Interface
+
Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.
+
+
Class Inheritance Diagram
+
Direct Subclasses
+
All Known Subinterfaces
+
All Known Implementing Classes
+
Class or Interface Declaration
+
Class or Interface Description
+
+
+
+
Nested Class Summary
+
Enum Constant Summary
+
Field Summary
+
Property Summary
+
Constructor Summary
+
Method Summary
+
Required Element Summary
+
Optional Element Summary
+
+
+
+
Enum Constant Details
+
Field Details
+
Property Details
+
Constructor Details
+
Method Details
+
Element Details
+
+
Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.
+
The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+
+
+
Other Files
+
Packages and modules may contain pages with additional information related to the declarations nearby.
+
+
+
Tree (Class Hierarchy)
+
There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.
+
+
When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
+
When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
+
+
+
+
Deprecated API
+
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to shortcomings, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
The All Packages page contains an alphabetic index of all packages contained in the documentation.
+
+
+
All Classes and Interfaces
+
The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.
+
+
+
Index
+
The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.
+
+
+
+This help file applies to API documentation generated by the standard doclet.
+
The owning item is represented with a StackReference, which can be
- an item in an entity's inventory or a block's container, or any other reference
- to an item stack.
-
-
If the owning item stack changes in any way, the screen closes by default (see canUse(PlayerEntity)).
If the item NBT is intended to change, subclasses should override this method to only check
- the item and the count. Those subclasses should also take care to respond properly
- to any NBT changes in the owning item stack.
The owning item is represented with a StackReference, which can be
+ an item in an entity's inventory or a block's container, or any other reference
+ to an item stack.
+
+
If the owning item stack changes in any way, the screen closes by default (see canUse(PlayerEntity)).
If the item NBT is intended to change, subclasses should override this method to only check
+ the item and the count. Those subclasses should also take care to respond properly
+ to any NBT changes in the owning item stack.
Background painters are used to paint the background of a widget.
- The background painter instance of a widget can be changed to customize the look of a widget.
The VANILLA background painter draws a vanilla-like GUI panel using nine-patch textures.
-
-
This background painter uses libgui:textures/widget/panel_light.png as the light texture and
- libgui:textures/widget/panel_dark.png as the dark texture.
-
-
This background painter is the default painter for root panels.
- * You can override GuiDescription.addPainters() to customize the painter yourself.
Background painters are used to paint the background of a widget.
+ The background painter instance of a widget can be changed to customize the look of a widget.
The VANILLA background painter draws a vanilla-like GUI panel using nine-patch textures.
+
+
This background painter uses libgui:textures/widget/panel_light.png as the light texture and
+ libgui:textures/widget/panel_dark.png as the dark texture.
+
+
This background painter is the default painter for root panels.
+ * You can override GuiDescription.addPainters() to customize the painter yourself.
public class CottonInventoryScreen<T extends SyncedGuiDescription>
-extends HandledScreen<T>
-implements io.github.cottonmc.cotton.gui.impl.client.CottonScreenImpl
public class CottonInventoryScreen<T extends SyncedGuiDescription>
+extends HandledScreen<T>
+implements io.github.cottonmc.cotton.gui.impl.client.CottonScreenImpl
@Environment(CLIENT)
-public final class NinePatchBackgroundPainter
-extends Object
-implements BackgroundPainter
-
Nine-patch background painters paint rectangles using a special nine-patch texture.
- The texture is divided into nine sections: four corners, four edges and a center part.
- The edges and the center are either tiled or stretched, depending on the mode of the painter,
- to fill the area between the corners. By default, the texture is tiled.
-
-
@Environment(CLIENT)
+public final class NinePatchBackgroundPainter
+extends Object
+implements BackgroundPainter
+
Nine-patch background painters paint rectangles using a special nine-patch texture.
+ The texture is divided into nine sections: four corners, four edges and a center part.
+ The edges and the center are either tiled or stretched, depending on the mode of the painter,
+ to fill the area between the corners. By default, the texture is tiled.
+
+
public staticvoidtexturedRect(DrawContext context,
- int x,
- int y,
- int width,
- int height,
- Identifier texture,
- int color)
-
Draws a textured rectangle.
-
-
Parameters:
-
context - the draw context
-
x - the x coordinate of the box on-screen
-
y - the y coordinate of the box on-screen
-
width - the width of the box on-screen
-
height - the height of the box on-screen
-
texture - the Identifier for the texture
-
color - a color to tint the texture. This can be transparent! Use 0xFF_FFFFFF if you don't want a color tint
-
-
-
-
-
-
texturedRect
-
public staticvoidtexturedRect(DrawContext context,
- int x,
- int y,
- int width,
- int height,
- Identifier texture,
- int color,
- float opacity)
-
Draws a textured rectangle.
-
-
Parameters:
-
context - the draw context
-
x - the x coordinate of the box on-screen
-
y - the y coordinate of the box on-screen
-
width - the width of the box on-screen
-
height - the height of the box on-screen
-
texture - the Identifier for the texture
-
color - a color to tint the texture. This can be transparent! Use 0xFF_FFFFFF if you don't want a color tint
-
opacity - opacity of the drawn texture. (0f is fully opaque and 1f is fully visible)
-
Since:
-
2.0.0
-
-
-
-
-
-
texturedRect
-
public staticvoidtexturedRect(DrawContext context,
- int x,
- int y,
- int width,
- int height,
- Identifier texture,
- float u1,
- float v1,
- float u2,
- float v2,
- int color)
-
Draws a textured rectangle.
-
-
Parameters:
-
context - the draw context
-
x - the x coordinate of the box on-screen
-
y - the y coordinate of the box on-screen
-
width - the width of the box on-screen
-
height - the height of the box on-screen
-
texture - the Identifier for the texture
-
u1 - the left edge of the texture
-
v1 - the top edge of the texture
-
u2 - the right edge of the texture
-
v2 - the bottom edge of the texture
-
color - a color to tint the texture. This can be transparent! Use 0xFF_FFFFFF if you don't want a color tint
-
-
-
-
-
-
texturedRect
-
public staticvoidtexturedRect(DrawContext context,
- int x,
- int y,
- int width,
- int height,
- Texture texture,
- int color)
-
Draws a textured rectangle.
-
-
Parameters:
-
context - the draw context
-
x - the x coordinate of the box on-screen
-
y - the y coordinate of the box on-screen
-
width - the width of the box on-screen
-
height - the height of the box on-screen
-
texture - the texture
-
color - a color to tint the texture. This can be transparent! Use 0xFF_FFFFFF if you don't want a color tint
-
Since:
-
3.0.0
-
-
-
-
-
-
texturedRect
-
public staticvoidtexturedRect(DrawContext context,
- int x,
- int y,
- int width,
- int height,
- Texture texture,
- int color,
- float opacity)
-
Draws a textured rectangle.
-
-
Parameters:
-
context - the draw context
-
x - the x coordinate of the box on-screen
-
y - the y coordinate of the box on-screen
-
width - the width of the box on-screen
-
height - the height of the box on-screen
-
texture - the texture
-
color - a color to tint the texture. This can be transparent! Use 0xFF_FFFFFF if you don't want a color tint
-
opacity - opacity of the drawn texture. (0f is fully opaque and 1f is fully visible)
-
Since:
-
3.0.0
-
-
-
-
-
-
texturedRect
-
public staticvoidtexturedRect(DrawContext context,
- int x,
- int y,
- int width,
- int height,
- Identifier texture,
- float u1,
- float v1,
- float u2,
- float v2,
- int color,
- float opacity)
-
Draws a textured rectangle.
-
-
Parameters:
-
context - the draw context
-
x - the x coordinate of the box on-screen
-
y - the y coordinate of the box on-screen
-
width - the width of the box on-screen
-
height - the height of the box on-screen
-
texture - the Identifier for the texture
-
u1 - the left edge of the texture
-
v1 - the top edge of the texture
-
u2 - the right edge of the texture
-
v2 - the bottom edge of the texture
-
color - a color to tint the texture. This can be transparent! Use 0xFF_FFFFFF if you don't want a color tint
-
opacity - opacity of the drawn texture. (0f is fully opaque and 1f is fully visible)
-
Since:
-
2.0.0
-
-
-
-
-
-
texturedGuiRect
-
public staticvoidtexturedGuiRect(DrawContext context,
- int x,
- int y,
- int width,
- int height,
- Identifier texture,
- int textureX,
- int textureY,
- int color)
-
Draws a textured rectangle with UV values based on the width and height.
-
-
If the texture is 256x256, this draws the texture at one pixel per texel.
-
-
Parameters:
-
context - the draw context
-
x - the x coordinate of the box on-screen
-
y - the y coordinate of the box on-screen
-
width - the width of the box on-screen
-
height - the height of the box on-screen
-
texture - the Identifier for the texture
-
textureX - the x offset into the texture
-
textureY - the y offset into the texture
-
color - a color to tint the texture. This can be transparent! Use 0xFF_FFFFFF if you don't want a color tint
-
-
-
-
-
-
texturedGuiRect
-
public staticvoidtexturedGuiRect(DrawContext context,
- int left,
- int top,
- int width,
- int height,
- Identifier texture,
- int color)
-
Draws a textured rectangle with UV values based on the width and height.
-
-
If the texture is 256x256, this draws the texture at one pixel per texel.
-
-
Parameters:
-
context - the draw context
-
left - the x coordinate of the box on-screen
-
top - the y coordinate of the box on-screen
-
width - the width of the box on-screen
-
height - the height of the box on-screen
-
texture - the Identifier for the texture
-
color - a color to tint the texture. This can be transparent! Use 0xFF_FFFFFF if you don't want a color tint
-
-
-
-
-
-
coloredRect
-
public staticvoidcoloredRect(DrawContext context,
- int left,
- int top,
- int width,
- int height,
- int color)
-
Draws an untextured rectangle of the specified RGB color.
-
-
-
-
-
drawGuiPanel
-
public staticvoiddrawGuiPanel(DrawContext context,
- int x,
- int y,
- int width,
- int height)
-
Draws a beveled, round rectangle that is substantially similar to default Minecraft UI panels.
-
-
Parameters:
-
context - the draw context
-
x - the X position of the panel
-
y - the Y position of the panel
-
width - the width of the panel
-
height - the height of the panel
-
-
-
-
-
-
drawGuiPanel
-
public staticvoiddrawGuiPanel(DrawContext context,
- int x,
- int y,
- int width,
- int height,
- int panelColor)
-
Draws a beveled, round, and colored rectangle that is substantially similar to default Minecraft UI panels.
-
-
Parameters:
-
context - the draw context
-
x - the X position of the panel
-
y - the Y position of the panel
-
width - the width of the panel
-
height - the height of the panel
-
panelColor - the panel ARGB color
-
-
-
-
-
-
drawGuiPanel
-
public staticvoiddrawGuiPanel(DrawContext context,
- int x,
- int y,
- int width,
- int height,
- int shadow,
- int panel,
- int hilight,
- int outline)
-
Draws a beveled, round rectangle with custom edge colors that is substantially similar to default Minecraft UI panels.
-
-
Parameters:
-
context - the draw context
-
x - the X position of the panel
-
y - the Y position of the panel
-
width - the width of the panel
-
height - the height of the panel
-
shadow - the bottom/right shadow ARGB color
-
panel - the center ARGB color
-
hilight - the top/left hilight ARGB color
-
outline - the outline ARGB color
-
-
-
-
-
-
drawBeveledPanel
-
public staticvoiddrawBeveledPanel(DrawContext context,
- int x,
- int y)
-
Draws a default-sized recessed itemslot panel
-
-
-
-
-
drawBeveledPanel
-
public staticvoiddrawBeveledPanel(DrawContext context,
- int x,
- int y,
- int width,
- int height)
-
Draws a default-color recessed itemslot panel of variable size
-
-
-
-
-
drawBeveledPanel
-
public staticvoiddrawBeveledPanel(DrawContext context,
- int x,
- int y,
- int width,
- int height,
- int topleft,
- int panel,
- int bottomright)
-
Draws a generalized-case beveled panel. Can be inset or outset depending on arguments.
public staticvoidtexturedRect(DrawContext context,
+ int x,
+ int y,
+ int width,
+ int height,
+ Identifier texture,
+ int color)
+
Draws a textured rectangle.
+
+
Parameters:
+
context - the draw context
+
x - the x coordinate of the box on-screen
+
y - the y coordinate of the box on-screen
+
width - the width of the box on-screen
+
height - the height of the box on-screen
+
texture - the Identifier for the texture
+
color - a color to tint the texture. This can be transparent! Use 0xFF_FFFFFF if you don't want a color tint
+
+
+
+
+
+
texturedRect
+
public staticvoidtexturedRect(DrawContext context,
+ int x,
+ int y,
+ int width,
+ int height,
+ Identifier texture,
+ int color,
+ float opacity)
+
Draws a textured rectangle.
+
+
Parameters:
+
context - the draw context
+
x - the x coordinate of the box on-screen
+
y - the y coordinate of the box on-screen
+
width - the width of the box on-screen
+
height - the height of the box on-screen
+
texture - the Identifier for the texture
+
color - a color to tint the texture. This can be transparent! Use 0xFF_FFFFFF if you don't want a color tint
+
opacity - opacity of the drawn texture. (0f is fully opaque and 1f is fully visible)
+
Since:
+
2.0.0
+
+
+
+
+
+
texturedRect
+
public staticvoidtexturedRect(DrawContext context,
+ int x,
+ int y,
+ int width,
+ int height,
+ Identifier texture,
+ float u1,
+ float v1,
+ float u2,
+ float v2,
+ int color)
+
Draws a textured rectangle.
+
+
Parameters:
+
context - the draw context
+
x - the x coordinate of the box on-screen
+
y - the y coordinate of the box on-screen
+
width - the width of the box on-screen
+
height - the height of the box on-screen
+
texture - the Identifier for the texture
+
u1 - the left edge of the texture
+
v1 - the top edge of the texture
+
u2 - the right edge of the texture
+
v2 - the bottom edge of the texture
+
color - a color to tint the texture. This can be transparent! Use 0xFF_FFFFFF if you don't want a color tint
+
+
+
+
+
+
texturedRect
+
public staticvoidtexturedRect(DrawContext context,
+ int x,
+ int y,
+ int width,
+ int height,
+ Texture texture,
+ int color)
+
Draws a textured rectangle.
+
+
Parameters:
+
context - the draw context
+
x - the x coordinate of the box on-screen
+
y - the y coordinate of the box on-screen
+
width - the width of the box on-screen
+
height - the height of the box on-screen
+
texture - the texture
+
color - a color to tint the texture. This can be transparent! Use 0xFF_FFFFFF if you don't want a color tint
+
Since:
+
3.0.0
+
+
+
+
+
+
texturedRect
+
public staticvoidtexturedRect(DrawContext context,
+ int x,
+ int y,
+ int width,
+ int height,
+ Texture texture,
+ int color,
+ float opacity)
+
Draws a textured rectangle.
+
+
Parameters:
+
context - the draw context
+
x - the x coordinate of the box on-screen
+
y - the y coordinate of the box on-screen
+
width - the width of the box on-screen
+
height - the height of the box on-screen
+
texture - the texture
+
color - a color to tint the texture. This can be transparent! Use 0xFF_FFFFFF if you don't want a color tint
+
opacity - opacity of the drawn texture. (0f is fully opaque and 1f is fully visible)
+
Since:
+
3.0.0
+
+
+
+
+
+
texturedRect
+
public staticvoidtexturedRect(DrawContext context,
+ int x,
+ int y,
+ int width,
+ int height,
+ Identifier texture,
+ float u1,
+ float v1,
+ float u2,
+ float v2,
+ int color,
+ float opacity)
+
Draws a textured rectangle.
+
+
Parameters:
+
context - the draw context
+
x - the x coordinate of the box on-screen
+
y - the y coordinate of the box on-screen
+
width - the width of the box on-screen
+
height - the height of the box on-screen
+
texture - the Identifier for the texture
+
u1 - the left edge of the texture
+
v1 - the top edge of the texture
+
u2 - the right edge of the texture
+
v2 - the bottom edge of the texture
+
color - a color to tint the texture. This can be transparent! Use 0xFF_FFFFFF if you don't want a color tint
+
opacity - opacity of the drawn texture. (0f is fully opaque and 1f is fully visible)
+
Since:
+
2.0.0
+
+
+
+
+
+
texturedGuiRect
+
public staticvoidtexturedGuiRect(DrawContext context,
+ int x,
+ int y,
+ int width,
+ int height,
+ Identifier texture,
+ int textureX,
+ int textureY,
+ int color)
+
Draws a textured rectangle with UV values based on the width and height.
+
+
If the texture is 256x256, this draws the texture at one pixel per texel.
+
+
Parameters:
+
context - the draw context
+
x - the x coordinate of the box on-screen
+
y - the y coordinate of the box on-screen
+
width - the width of the box on-screen
+
height - the height of the box on-screen
+
texture - the Identifier for the texture
+
textureX - the x offset into the texture
+
textureY - the y offset into the texture
+
color - a color to tint the texture. This can be transparent! Use 0xFF_FFFFFF if you don't want a color tint
+
+
+
+
+
+
texturedGuiRect
+
public staticvoidtexturedGuiRect(DrawContext context,
+ int left,
+ int top,
+ int width,
+ int height,
+ Identifier texture,
+ int color)
+
Draws a textured rectangle with UV values based on the width and height.
+
+
If the texture is 256x256, this draws the texture at one pixel per texel.
+
+
Parameters:
+
context - the draw context
+
left - the x coordinate of the box on-screen
+
top - the y coordinate of the box on-screen
+
width - the width of the box on-screen
+
height - the height of the box on-screen
+
texture - the Identifier for the texture
+
color - a color to tint the texture. This can be transparent! Use 0xFF_FFFFFF if you don't want a color tint
+
+
+
+
+
+
coloredRect
+
public staticvoidcoloredRect(DrawContext context,
+ int left,
+ int top,
+ int width,
+ int height,
+ int color)
+
Draws an untextured rectangle of the specified RGB color.
+
+
+
+
+
drawGuiPanel
+
public staticvoiddrawGuiPanel(DrawContext context,
+ int x,
+ int y,
+ int width,
+ int height)
+
Draws a beveled, round rectangle that is substantially similar to default Minecraft UI panels.
+
+
Parameters:
+
context - the draw context
+
x - the X position of the panel
+
y - the Y position of the panel
+
width - the width of the panel
+
height - the height of the panel
+
+
+
+
+
+
drawGuiPanel
+
public staticvoiddrawGuiPanel(DrawContext context,
+ int x,
+ int y,
+ int width,
+ int height,
+ int panelColor)
+
Draws a beveled, round, and colored rectangle that is substantially similar to default Minecraft UI panels.
+
+
Parameters:
+
context - the draw context
+
x - the X position of the panel
+
y - the Y position of the panel
+
width - the width of the panel
+
height - the height of the panel
+
panelColor - the panel ARGB color
+
+
+
+
+
+
drawGuiPanel
+
public staticvoiddrawGuiPanel(DrawContext context,
+ int x,
+ int y,
+ int width,
+ int height,
+ int shadow,
+ int panel,
+ int hilight,
+ int outline)
+
Draws a beveled, round rectangle with custom edge colors that is substantially similar to default Minecraft UI panels.
+
+
Parameters:
+
context - the draw context
+
x - the X position of the panel
+
y - the Y position of the panel
+
width - the width of the panel
+
height - the height of the panel
+
shadow - the bottom/right shadow ARGB color
+
panel - the center ARGB color
+
hilight - the top/left hilight ARGB color
+
outline - the outline ARGB color
+
+
+
+
+
+
drawBeveledPanel
+
public staticvoiddrawBeveledPanel(DrawContext context,
+ int x,
+ int y)
+
Draws a default-sized recessed itemslot panel
+
+
+
+
+
drawBeveledPanel
+
public staticvoiddrawBeveledPanel(DrawContext context,
+ int x,
+ int y,
+ int width,
+ int height)
+
Draws a default-color recessed itemslot panel of variable size
+
+
+
+
+
drawBeveledPanel
+
public staticvoiddrawBeveledPanel(DrawContext context,
+ int x,
+ int y,
+ int width,
+ int height,
+ int topleft,
+ int panel,
+ int bottomright)
+
Draws a generalized-case beveled panel. Can be inset or outset depending on arguments.
Returns the enum constant of this class with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this class. (Extraneous whitespace characters are
-not permitted.)
-
-
Parameters:
-
name - the name of the enum constant to be returned.
Returns the enum constant of this class with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this class. (Extraneous whitespace characters are
+not permitted.)
+
+
Parameters:
+
name - the name of the enum constant to be returned.
ScreenNetworking handles screen-related network messages sent between the server and the client.
-
-
Registering a message receiver
- Message receivers can be registered by calling receive(Identifier, MessageReceiver)
- on a ScreenNetworking for the receiving side. The message ID is a unique ID that matches between
- the sender and the receiver.
-
-
Message receivers should be registered in the constructor of a SyncedGuiDescription.
-
-
Sending messages
- Messages can be sent by calling send(Identifier, Consumer) on a ScreenNetworking
- for the sending side. The message ID should match up with a receiver registered on the opposite
- side.
-
-
Example
-
-
- private static final Identifier MESSAGE_ID = new Identifier("my_mod", "some_message");
-
- // Receiver
- ScreenNetworking.of(this, NetworkSide.SERVER).receive(MESSAGE_ID, buf -> {
- // Example data: a lucky number as an int
- System.out.println("Your lucky number is " + buf.readInt() + "!");
- });
-
- // Sending
-
- // We're sending from a button. The packet data is our lucky number, 123.
- WButton button = ...;
- button.setOnClick(() -> {
- ScreenNetworking.of(this, NetworkSide.CLIENT).send(MESSAGE_ID, buf -> buf.writeInt(123));
- });
-
-
ScreenNetworking handles screen-related network messages sent between the server and the client.
+
+
Registering a message receiver
+ Message receivers can be registered by calling receive(Identifier, MessageReceiver)
+ on a ScreenNetworking for the receiving side. The message ID is a unique ID that matches between
+ the sender and the receiver.
+
+
Message receivers should be registered in the constructor of a SyncedGuiDescription.
+
+
Sending messages
+ Messages can be sent by calling send(Identifier, Consumer) on a ScreenNetworking
+ for the sending side. The message ID should match up with a receiver registered on the opposite
+ side.
+
+
Example
+
+
+ private static final Identifier MESSAGE_ID = new Identifier("my_mod", "some_message");
+
+ // Receiver
+ ScreenNetworking.of(this, NetworkSide.SERVER).receive(MESSAGE_ID, buf -> {
+ // Example data: a lucky number as an int
+ System.out.println("Your lucky number is " + buf.readInt() + "!");
+ });
+
+ // Sending
+
+ // We're sending from a button. The packet data is our lucky number, 123.
+ WButton button = ...;
+ button.setOnClick(() -> {
+ ScreenNetworking.of(this, NetworkSide.CLIENT).send(MESSAGE_ID, buf -> buf.writeInt(123));
+ });
+
+
Returns the enum constant of this class with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this class. (Extraneous whitespace characters are
-not permitted.)
-
-
Parameters:
-
name - the name of the enum constant to be returned.
Returns the enum constant of this class with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this class. (Extraneous whitespace characters are
+not permitted.)
+
+
Parameters:
+
name - the name of the enum constant to be returned.
public abstract class WAbstractSlider
-extends WWidget
-
A base class for slider widgets that can be used to select int values.
-
-
You can set two listeners on a slider:
-
-
- A value change listener that gets all value changes.
-
-
- A dragging finished listener that gets called when the player stops dragging the slider
- or modifies the value with the keyboard.
- For example, this can be used for sending sync packets to the server
- when the player has selected a value.
-
public abstract class WAbstractSlider
+extends WWidget
+
A base class for slider widgets that can be used to select int values.
+
+
You can set two listeners on a slider:
+
+
+ A value change listener that gets all value changes.
+
+
+ A dragging finished listener that gets called when the player stops dragging the slider
+ or modifies the value with the keyboard.
+ For example, this can be used for sending sync packets to the server
+ when the player has selected a value.
+
Returns the enum constant of this class with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this class. (Extraneous whitespace characters are
-not permitted.)
-
-
Parameters:
-
name - the name of the enum constant to be returned.
Returns the enum constant of this class with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this class. (Extraneous whitespace characters are
+not permitted.)
+
+
Parameters:
+
name - the name of the enum constant to be returned.
A tooltip text component. This can be used instead of tooltipLabel,
- or together with it. In that case, this component will be drawn after the other label.
Formatting Guide: The tooltip label is passed into String.format and can receive two integers
- (%d) - the first is the current value of the bar's focused field, and the second is the
- bar's focused maximum.
-
-
Parameters:
-
label - the translation key of the string to render on the tooltip
Creates component peers and initializes animation data for this Widget and all its children.
- The host screen handler must clear any heavyweight peers
- from its records before this method is called.
-
-
This method must be called on the root panel of any screen once the widgets have been initialized.
This method is meant for situations when a GUI description is unavailable (such as HUDs).
- GuiDescription.getPropertyDelegate() should be preferred over this if available.
A tooltip text component. This can be used instead of tooltipLabel,
+ or together with it. In that case, this component will be drawn after the other label.
Formatting Guide: The tooltip label is passed into String.format and can receive two integers
+ (%d) - the first is the current value of the bar's focused field, and the second is the
+ bar's focused maximum.
+
+
Parameters:
+
label - the translation key of the string to render on the tooltip
Creates component peers and initializes animation data for this Widget and all its children.
+ The host screen handler must clear any heavyweight peers
+ from its records before this method is called.
+
+
This method must be called on the root panel of any screen once the widgets have been initialized.
This method is meant for situations when a GUI description is unavailable (such as HUDs).
+ GuiDescription.getPropertyDelegate() should be preferred over this if available.
Sets the layout insets of this panel.
- Subclasses are encouraged to override this method to return their more specific type
- (such as WGridPanel).
-
-
If there are already widgets in this panel when the insets are modified,
- the panel is resized and the widgets are moved according to the insets.
Sets the layout insets of this panel.
+ Subclasses are encouraged to override this method to return their more specific type
+ (such as WGridPanel).
+
+
If there are already widgets in this panel when the insets are modified,
+ the panel is resized and the widgets are moved according to the insets.
Creates component peers and initializes animation data for this Widget and all its children.
- The host screen handler must clear any heavyweight peers
- from its records before this method is called.
-
-
This method must be called on the root panel of any screen once the widgets have been initialized.
-
-
Subclasses should call super.validate(c) to ensure that children are validated.
Creates component peers and initializes animation data for this Widget and all its children.
+ The host screen handler must clear any heavyweight peers
+ from its records before this method is called.
+
+
This method must be called on the root panel of any screen once the widgets have been initialized.
+
+
Subclasses should call super.validate(c) to ensure that children are validated.
Dynamic labels are labels that pull their text from a Supplier<String>.
- They can be used for automatically getting data from a block entity or another data source.
-
-
Dynamic labels are labels that pull their text from a Supplier<String>.
+ They can be used for automatically getting data from a block entity or another data source.
+
+
Sets the layout insets of this panel.
- Subclasses are encouraged to override this method to return their more specific type
- (such as WGridPanel).
-
-
If there are already widgets in this panel when the insets are modified,
- the panel is resized and the widgets are moved according to the insets.
Sets the layout insets of this panel.
+ Subclasses are encouraged to override this method to return their more specific type
+ (such as WGridPanel).
+
+
If there are already widgets in this panel when the insets are modified,
+ the panel is resized and the widgets are moved according to the insets.
A widget that displays an item that can be interacted with.
-
-
Item slot widgets can contain multiple visual slots themselves.
- For example, a slot widget might be 5x3 with 15 visual slots in total.
-
-
Item slots are handled with so-called peers in the background.
- They are instances of ValidatedSlot that handle the interactions
- between the player and the widget.
-
-
Filters
- Item slots can have filters that check whether a player is allowed to insert an item or not.
- The filter can be set with setFilter(Predicate). For example:
-
-
-
- // Only sand in this slot!
- slot.setFilter(stack -> stack.getItem() == Items.SAND);
-
-
-
-
Listeners
- Slot change listeners are instances of WItemSlot.ChangeListener that can handle changes
- to item stacks in slots. For example:
-
-
-
- slot.addChangeListener((slot, inventory, index, stack) -> {
- if (stack.isEmpty() || stack.getCount() < stack.getMaxCount()) {
- System.out.println("I'm not full yet!");
- }
- });
-
-
Creates component peers and initializes animation data for this Widget and all its children.
- The host screen handler must clear any heavyweight peers
- from its records before this method is called.
-
-
This method must be called on the root panel of any screen once the widgets have been initialized.
Returns the focus model of this widget. The focus
- model provides the focusable areas of this widget,
- and handles switching through them.
-
-
If this widget can focus, it should return
- a nonnull focus model. The default implementation returns
- FocusModel.simple(this) when the widget can be focused.
Returns a "narration name" for this slot.
- It's narrated before the slot index. One example of a narration name would be "hotbar" for the player's hotbar.
-
-
Returns:
-
the narration name, or null if there's none for this slot
A widget that displays an item that can be interacted with.
+
+
Item slot widgets can contain multiple visual slots themselves.
+ For example, a slot widget might be 5x3 with 15 visual slots in total.
+
+
Item slots are handled with so-called peers in the background.
+ They are instances of ValidatedSlot that handle the interactions
+ between the player and the widget.
+
+
Filters
+ Item slots can have filters that check whether a player is allowed to insert or take out an item or not.
+ The filters can be set with setInputFilter(Predicate) and setOutputFilter(Predicate). For example:
+
+
+
+ // Only sand can be placed on this slot
+ slot.setInputFilter(stack -> stack.isOf(Items.SAND));
+
+ // Everything except glass can be taken out of this slot
+ slot.setOutputFilter(stack -> !stack.isOf(Items.GLASS));
+
+
+
+
Listeners
+ Slot change listeners are instances of WItemSlot.ChangeListener that can handle changes
+ to item stacks in slots. For example:
+
+
+
+ slot.addChangeListener((slot, inventory, index, stack) -> {
+ if (stack.isEmpty() ||Â stack.getCount() < stack.getMaxCount()) {
+ System.out.println("I'm not full yet!");
+ }
+ });
+
+
Creates component peers and initializes animation data for this Widget and all its children.
+ The host screen handler must clear any heavyweight peers
+ from its records before this method is called.
+
+
This method must be called on the root panel of any screen once the widgets have been initialized.
Returns the focus model of this widget. The focus
+ model provides the focusable areas of this widget,
+ and handles switching through them.
+
+
If this widget can focus, it should return
+ a nonnull focus model. The default implementation returns
+ FocusModel.simple(this) when the widget can be focused.
Returns a "narration name" for this slot.
+ It's narrated before the slot index. One example of a narration name would be "hotbar" for the player's hotbar.
+
+
Returns:
+
the narration name, or null if there's none for this slot
Similar to the RecyclerView in Android, this widget represents a scrollable list of items.
-
-
D is the type of data represented. The data must reside in some ordered backing List<D>.
- D's *must* have working equals and hashCode methods to distinguish them from each other!
-
W is the WWidget class that will represent a single D of data.
Creates component peers and initializes animation data for this Widget and all its children.
- The host screen handler must clear any heavyweight peers
- from its records before this method is called.
-
-
This method must be called on the root panel of any screen once the widgets have been initialized.
-
-
Subclasses should call super.validate(c) to ensure that children are validated.
Similar to the RecyclerView in Android, this widget represents a scrollable list of items.
+
+
D is the type of data represented. The data must reside in some ordered backing List<D>.
+ D's *must* have working equals and hashCode methods to distinguish them from each other!
+
W is the WWidget class that will represent a single D of data.
Creates component peers and initializes animation data for this Widget and all its children.
+ The host screen handler must clear any heavyweight peers
+ from its records before this method is called.
+
+
This method must be called on the root panel of any screen once the widgets have been initialized.
+
+
Subclasses should call super.validate(c) to ensure that children are validated.
Creates component peers and initializes animation data for this Widget and all its children.
- The host screen handler must clear any heavyweight peers
- from its records before this method is called.
-
-
This method must be called on the root panel of any screen once the widgets have been initialized.
-
-
Subclasses should call super.validate(c) to ensure that children are validated.
Creates component peers and initializes animation data for this Widget and all its children.
+ The host screen handler must clear any heavyweight peers
+ from its records before this method is called.
+
+
This method must be called on the root panel of any screen once the widgets have been initialized.
+
+
Subclasses should call super.validate(c) to ensure that children are validated.
Sets the layout insets of this panel.
- Subclasses are encouraged to override this method to return their more specific type
- (such as WGridPanel).
-
-
If there are already widgets in this panel when the insets are modified,
- the panel is resized and the widgets are moved according to the insets.
Sets the layout insets of this panel.
+ Subclasses are encouraged to override this method to return their more specific type
+ (such as WGridPanel).
+
+
If there are already widgets in this panel when the insets are modified,
+ the panel is resized and the widgets are moved according to the insets.
Sets the layout insets of this panel.
- Subclasses are encouraged to override this method to return their more specific type
- (such as WGridPanel).
-
-
If there are already widgets in this panel when the insets are modified,
- the panel is resized and the widgets are moved according to the insets.
Sets the layout insets of this panel.
+ Subclasses are encouraged to override this method to return their more specific type
+ (such as WGridPanel).
+
+
If there are already widgets in this panel when the insets are modified,
+ the panel is resized and the widgets are moved according to the insets.
Creates component peers and initializes animation data for this Widget and all its children.
- The host screen handler must clear any heavyweight peers
- from its records before this method is called.
-
-
This method must be called on the root panel of any screen once the widgets have been initialized.
-
-
Subclasses should call super.validate(c) to ensure that children are validated.
Creates component peers and initializes animation data for this Widget and all its children.
+ The host screen handler must clear any heavyweight peers
+ from its records before this method is called.
+
+
This method must be called on the root panel of any screen once the widgets have been initialized.
+
+
Subclasses should call super.validate(c) to ensure that children are validated.
Creates component peers and initializes animation data for this Widget and all its children.
- The host screen handler must clear any heavyweight peers
- from its records before this method is called.
-
-
This method must be called on the root panel of any screen once the widgets have been initialized.
-
-
Subclasses should call super.validate(c) to ensure that children are validated.
Creates component peers and initializes animation data for this Widget and all its children.
+ The host screen handler must clear any heavyweight peers
+ from its records before this method is called.
+
+
This method must be called on the root panel of any screen once the widgets have been initialized.
+
+
Subclasses should call super.validate(c) to ensure that children are validated.
Notifies this widget that a character has been typed. This method is subject to key repeat,
- and may be called for characters that do not directly have a corresponding keyboard key.
Notifies this widget that a character has been typed. This method is subject to key repeat,
+ and may be called for characters that do not directly have a corresponding keyboard key.
Notifies this widget that a character has been typed. This method is subject to key repeat,
- and may be called for characters that do not directly have a corresponding keyboard key.
Tests whether this widget can have the focus in the GUI.
-
-
Returns:
-
true if this widget can be focused, false otherwise
-
-
-
-
-
-
paint
-
@Environment(CLIENT)
-publicvoidpaint(DrawContext context,
- int x,
- int y,
- int mouseX,
- int mouseY)
-
Paints this widget.
-
-
Parameters:
-
context - the draw context
-
x - this widget's X coordinate on the screen
-
y - this widget's Y coordinate on the screen
-
mouseX - the X coordinate of the cursor
-
mouseY - the X coordinate of the cursor
-
Since:
-
2.0.0
-
-
-
-
-
-
isWithinBounds
-
publicbooleanisWithinBounds(int x,
- int y)
-
Checks whether a location is within this widget's bounds.
-
-
The default implementation checks that X and Y are at least 0 and below the width and height of this widget.
-
-
Parameters:
-
x - the X coordinate
-
y - the Y coordinate
-
Returns:
-
true if the location is within this widget, false otherwise
-
-
-
-
-
-
renderTooltip
-
@Environment(CLIENT)
-publicvoidrenderTooltip(DrawContext context,
- int x,
- int y,
- int tX,
- int tY)
-
Internal method to render tooltip data. This requires an overridden addTooltip method to insert data into the tooltip - without this, the method returns early because of no work.
Creates component peers and initializes animation data for this Widget and all its children.
- The host screen handler must clear any heavyweight peers
- from its records before this method is called.
-
-
This method must be called on the root panel of any screen once the widgets have been initialized.
Returns the focus model of this widget. The focus
- model provides the focusable areas of this widget,
- and handles switching through them.
-
-
If this widget can focus, it should return
- a nonnull focus model. The default implementation returns
- FocusModel.simple(this) when the widget can be focused.
-
-
Returns:
-
the focus model, or null if not available
-
Since:
-
7.0.0
-
-
-
-
-
-
onShown
-
publicvoidonShown()
-
Notifies this widget that it is visible and
- shows any hidden peers of itself and its children.
-
-
Since:
-
3.0.0
-
-
-
-
-
-
onHidden
-
publicvoidonHidden()
-
Notifies this widget that it won't be drawn and
- hides any visible peers of itself and its children.
-
-
The default implementation releases this widget's
- focus if it is focused. Overriding implementations
- might want to do this as well.
-
-
Since:
-
3.0.0
-
-
-
-
-
-
addPainters
-
@Environment(CLIENT)
-publicvoidaddPainters()
-
Adds the default background painters to this widget and all children.
-
-
Returns whether the user is hovering over this widget.
- The result is an observable property that can be modified and listened to.
-
-
This property takes into account isWithinBounds(int, int) to check
- if the cursor is within the bounds, as well as canHover() to enable hovering at all.
-
-
Hovering is used by LibGui itself mostly for narration support.
- For rendering, it might be preferable that you check the mouse coordinates in
- paint() directly.
- That lets you react to different parts of the widget being hovered over.
Notifies this widget that a character has been typed. This method is subject to key repeat,
+ and may be called for characters that do not directly have a corresponding keyboard key.
Tests whether this widget can have the focus in the GUI.
+
+
Returns:
+
true if this widget can be focused, false otherwise
+
+
+
+
+
+
paint
+
@Environment(CLIENT)
+publicvoidpaint(DrawContext context,
+ int x,
+ int y,
+ int mouseX,
+ int mouseY)
+
Paints this widget.
+
+
Parameters:
+
context - the draw context
+
x - this widget's X coordinate on the screen
+
y - this widget's Y coordinate on the screen
+
mouseX - the X coordinate of the cursor
+
mouseY - the X coordinate of the cursor
+
Since:
+
2.0.0
+
+
+
+
+
+
isWithinBounds
+
publicbooleanisWithinBounds(int x,
+ int y)
+
Checks whether a location is within this widget's bounds.
+
+
The default implementation checks that X and Y are at least 0 and below the width and height of this widget.
+
+
Parameters:
+
x - the X coordinate
+
y - the Y coordinate
+
Returns:
+
true if the location is within this widget, false otherwise
+
+
+
+
+
+
renderTooltip
+
@Environment(CLIENT)
+publicvoidrenderTooltip(DrawContext context,
+ int x,
+ int y,
+ int tX,
+ int tY)
+
Internal method to render tooltip data. This requires an overridden addTooltip method to insert data into the tooltip - without this, the method returns early because of no work.
Creates component peers and initializes animation data for this Widget and all its children.
+ The host screen handler must clear any heavyweight peers
+ from its records before this method is called.
+
+
This method must be called on the root panel of any screen once the widgets have been initialized.
Returns the focus model of this widget. The focus
+ model provides the focusable areas of this widget,
+ and handles switching through them.
+
+
If this widget can focus, it should return
+ a nonnull focus model. The default implementation returns
+ FocusModel.simple(this) when the widget can be focused.
+
+
Returns:
+
the focus model, or null if not available
+
Since:
+
7.0.0
+
+
+
+
+
+
onShown
+
publicvoidonShown()
+
Notifies this widget that it is visible and
+ shows any hidden peers of itself and its children.
+
+
Since:
+
3.0.0
+
+
+
+
+
+
onHidden
+
publicvoidonHidden()
+
Notifies this widget that it won't be drawn and
+ hides any visible peers of itself and its children.
+
+
The default implementation releases this widget's
+ focus if it is focused. Overriding implementations
+ might want to do this as well.
+
+
Since:
+
3.0.0
+
+
+
+
+
+
addPainters
+
@Environment(CLIENT)
+publicvoidaddPainters()
+
Adds the default background painters to this widget and all children.
+
+
Returns whether the user is hovering over this widget.
+ The result is an observable property that can be modified and listened to.
+
+
This property takes into account isWithinBounds(int, int) to check
+ if the cursor is within the bounds, as well as canHover() to enable hovering at all.
+
+
Hovering is used by LibGui itself mostly for narration support.
+ For rendering, it might be preferable that you check the mouse coordinates in
+ paint() directly.
+ That lets you react to different parts of the widget being hovered over.
Returns the enum constant of this class with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this class. (Extraneous whitespace characters are
-not permitted.)
-
-
Parameters:
-
name - the name of the enum constant to be returned.
Returns the enum constant of this class with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this class. (Extraneous whitespace characters are
+not permitted.)
+
+
Parameters:
+
name - the name of the enum constant to be returned.
Calculates an interpolated value along the fraction t between 0.0 and 1.0. When t = 1.0, endVal is returned.
- Eg.: If this color is black, your endColor is white and t = 0.5 you get gray.
Calculates an interpolated value along the fraction t between 0.0 and 1.0. When t = 1.0, endVal is returned.
+ Eg.: If this color is black, your endColor is white and t = 0.5 you get gray.
Returns the enum constant of this class with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this class. (Extraneous whitespace characters are
-not permitted.)
-
-
Parameters:
-
name - the name of the enum constant to be returned.
Returns the enum constant of this class with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this class. (Extraneous whitespace characters are
+not permitted.)
+
+
Parameters:
+
name - the name of the enum constant to be returned.
Returns the enum constant of this class with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this class. (Extraneous whitespace characters are
-not permitted.)
-
-
Parameters:
-
name - the name of the enum constant to be returned.
Returns the enum constant of this class with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this class. (Extraneous whitespace characters are
+not permitted.)
+
+
Parameters:
+
name - the name of the enum constant to be returned.
public record Insets(int top, int left, int bottom, int right)
-extends Record
-
The layout insets of a panel. The insets describe how many pixels should be around the panel's contents.
- For example, root panels have 7 pixels around their contents, which is set via ROOT_PANEL.
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='.
public record Insets(int top, int left, int bottom, int right)
+extends Record
+
The layout insets of a panel. The insets describe how many pixels should be around the panel's contents.
+ For example, root panels have 7 pixels around their contents, which is set via ROOT_PANEL.
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='.
public final class ObservableProperty<T>
-extends Object
-implements ObservableView<T>
-
An observable mutable property. Observable properties are containers for values
- that can be modified and listened to.
-
-
The naming convention for ObservableProperty getters follows the convention
- <property name>Property. For example, the WWidget.hovered property can be retrieved with
- hoveredProperty().
public final class ObservableProperty<T>
+extends Object
+implements ObservableView<T>
+
An observable mutable property. Observable properties are containers for values
+ that can be modified and listened to.
+
+
The naming convention for ObservableProperty getters follows the convention
+ <property name>Property. For example, the WWidget.hovered property can be retrieved with
+ hoveredProperty().
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='.
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='.
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='.
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='.
Returns the enum constant of this class with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this class. (Extraneous whitespace characters are
-not permitted.)
-
-
Parameters:
-
name - the name of the enum constant to be returned.
Returns the enum constant of this class with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this class. (Extraneous whitespace characters are
+not permitted.)
+
+
Parameters:
+
name - the name of the enum constant to be returned.
public record Focus<K>(K key, Rect2i area)
-extends Record
-
A focus is a focusable area in a widget.
-
-
Foci can also carry a "key", which is a custom data value
- used to identify a specific focus. For example, an item slot grid
- widget might use K = Integer to identify each individual slot.
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
public record Focus<K>(K key, Rect2i area)
+extends Record
+
A focus is a focusable area in a widget.
+
+
Foci can also carry a "key", which is a custom data value
+ used to identify a specific focus. For example, an item slot grid
+ widget might use K = Integer to identify each individual slot.
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
The icon API for displaying various icons on widgets.
-
-
For example, you can attach an icon to a button:
-
-
- // This is a button with an apple item as the icon:
- WButton button = new WButton(new ItemIcon(new ItemStack(Items.APPLE)), new LiteralText("Apple button"));
-
-
The icon API for displaying various icons on widgets.
+
+
For example, you can attach an icon to a button:
+
+
+ // This is a button with an apple item as the icon:
+ WButton button = new WButton(new ItemIcon(new ItemStack(Items.APPLE)), new LiteralText("Apple button"));
+
+
+
+
diff --git a/libgui/jquery-ui.overrides.css b/libgui/jquery-ui.overrides.css
index a46bfe7..facf852 100644
--- a/libgui/jquery-ui.overrides.css
+++ b/libgui/jquery-ui.overrides.css
@@ -1,34 +1,35 @@
-/*
- * Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * This code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation. Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the LICENSE file that accompanied this code.
- *
- * This code is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- * version 2 for more details (a copy is included in the LICENSE file that
- * accompanied this code).
- *
- * You should have received a copy of the GNU General Public License version
- * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
- * or visit www.oracle.com if you need additional information or have any
- * questions.
- */
-
-.ui-state-active,
-.ui-widget-content .ui-state-active,
-.ui-widget-header .ui-state-active,
-a.ui-button:active,
-.ui-button:active,
-.ui-button.ui-state-active:hover {
- /* Overrides the color of selection used in jQuery UI */
- background: #F8981D;
-}
+/*
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
+ *
+ * This code is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ */
+
+.ui-state-active,
+.ui-widget-content .ui-state-active,
+.ui-widget-header .ui-state-active,
+a.ui-button:active,
+.ui-button:active,
+.ui-button.ui-state-active:hover {
+ /* Overrides the color of selection used in jQuery UI */
+ background: #F8981D;
+ border: 1px solid #F8981D;
+}
diff --git a/libgui/legal/ADDITIONAL_LICENSE_INFO b/libgui/legal/ADDITIONAL_LICENSE_INFO
index 3f7e921..ff700cd 100644
--- a/libgui/legal/ADDITIONAL_LICENSE_INFO
+++ b/libgui/legal/ADDITIONAL_LICENSE_INFO
@@ -1 +1,37 @@
-Please see ..\java.base\ADDITIONAL_LICENSE_INFO
+ ADDITIONAL INFORMATION ABOUT LICENSING
+
+Certain files distributed by Oracle America, Inc. and/or its affiliates are
+subject to the following clarification and special exception to the GPLv2,
+based on the GNU Project exception for its Classpath libraries, known as the
+GNU Classpath Exception.
+
+Note that Oracle includes multiple, independent programs in this software
+package. Some of those programs are provided under licenses deemed
+incompatible with the GPLv2 by the Free Software Foundation and others.
+For example, the package includes programs licensed under the Apache
+License, Version 2.0 and may include FreeType. Such programs are licensed
+to you under their original licenses.
+
+Oracle facilitates your further distribution of this package by adding the
+Classpath Exception to the necessary parts of its GPLv2 code, which permits
+you to use that code in combination with other independent modules not
+licensed under the GPLv2. However, note that this would not permit you to
+commingle code under an incompatible license with Oracle's GPLv2 licensed
+code by, for example, cutting and pasting such code into a file also
+containing Oracle's GPLv2 licensed code and then distributing the result.
+
+Additionally, if you were to remove the Classpath Exception from any of the
+files to which it applies and distribute the result, you would likely be
+required to license some or all of the other code in that distribution under
+the GPLv2 as well, and since the GPLv2 is incompatible with the license terms
+of some items included in the distribution by Oracle, removing the Classpath
+Exception could therefore effectively compromise your ability to further
+distribute the package.
+
+Failing to distribute notices associated with some files may also create
+unexpected legal consequences.
+
+Proceed with caution and we recommend that you obtain the advice of a lawyer
+skilled in open source matters before removing the Classpath Exception or
+making modifications to this package which may subsequently be redistributed
+and/or involve the use of third party software.
diff --git a/libgui/legal/ASSEMBLY_EXCEPTION b/libgui/legal/ASSEMBLY_EXCEPTION
index e09f918..065b8d9 100644
--- a/libgui/legal/ASSEMBLY_EXCEPTION
+++ b/libgui/legal/ASSEMBLY_EXCEPTION
@@ -1 +1,27 @@
-Please see ..\java.base\ASSEMBLY_EXCEPTION
+
+OPENJDK ASSEMBLY EXCEPTION
+
+The OpenJDK source code made available by Oracle America, Inc. (Oracle) at
+openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU
+General Public License version 2
+only ("GPL2"), with the following clarification and special exception.
+
+ Linking this OpenJDK Code statically or dynamically with other code
+ is making a combined work based on this library. Thus, the terms
+ and conditions of GPL2 cover the whole combination.
+
+ As a special exception, Oracle gives you permission to link this
+ OpenJDK Code with certain code licensed by Oracle as indicated at
+ http://openjdk.java.net/legal/exception-modules-2007-05-08.html
+ ("Designated Exception Modules") to produce an executable,
+ regardless of the license terms of the Designated Exception Modules,
+ and to copy and distribute the resulting executable under GPL2,
+ provided that the Designated Exception Modules continue to be
+ governed by the licenses under which they were offered by Oracle.
+
+As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code
+to build an executable that includes those portions of necessary code that
+Oracle could not provide under GPL2 (or that Oracle has provided under GPL2
+with the Classpath exception). If you modify or add to the OpenJDK code,
+that new GPL2 code may still be combined with Designated Exception Modules
+if the new code is made subject to this exception by its copyright holder.
diff --git a/libgui/legal/LICENSE b/libgui/legal/LICENSE
index 940481e..8b400c7 100644
--- a/libgui/legal/LICENSE
+++ b/libgui/legal/LICENSE
@@ -1 +1,347 @@
-Please see ..\java.base\LICENSE
+The GNU General Public License (GPL)
+
+Version 2, June 1991
+
+Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+Everyone is permitted to copy and distribute verbatim copies of this license
+document, but changing it is not allowed.
+
+Preamble
+
+The licenses for most software are designed to take away your freedom to share
+and change it. By contrast, the GNU General Public License is intended to
+guarantee your freedom to share and change free software--to make sure the
+software is free for all its users. This General Public License applies to
+most of the Free Software Foundation's software and to any other program whose
+authors commit to using it. (Some other Free Software Foundation software is
+covered by the GNU Library General Public License instead.) You can apply it to
+your programs, too.
+
+When we speak of free software, we are referring to freedom, not price. Our
+General Public Licenses are designed to make sure that you have the freedom to
+distribute copies of free software (and charge for this service if you wish),
+that you receive source code or can get it if you want it, that you can change
+the software or use pieces of it in new free programs; and that you know you
+can do these things.
+
+To protect your rights, we need to make restrictions that forbid anyone to deny
+you these rights or to ask you to surrender the rights. These restrictions
+translate to certain responsibilities for you if you distribute copies of the
+software, or if you modify it.
+
+For example, if you distribute copies of such a program, whether gratis or for
+a fee, you must give the recipients all the rights that you have. You must
+make sure that they, too, receive or can get the source code. And you must
+show them these terms so they know their rights.
+
+We protect your rights with two steps: (1) copyright the software, and (2)
+offer you this license which gives you legal permission to copy, distribute
+and/or modify the software.
+
+Also, for each author's protection and ours, we want to make certain that
+everyone understands that there is no warranty for this free software. If the
+software is modified by someone else and passed on, we want its recipients to
+know that what they have is not the original, so that any problems introduced
+by others will not reflect on the original authors' reputations.
+
+Finally, any free program is threatened constantly by software patents. We
+wish to avoid the danger that redistributors of a free program will
+individually obtain patent licenses, in effect making the program proprietary.
+To prevent this, we have made it clear that any patent must be licensed for
+everyone's free use or not licensed at all.
+
+The precise terms and conditions for copying, distribution and modification
+follow.
+
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+0. This License applies to any program or other work which contains a notice
+placed by the copyright holder saying it may be distributed under the terms of
+this General Public License. The "Program", below, refers to any such program
+or work, and a "work based on the Program" means either the Program or any
+derivative work under copyright law: that is to say, a work containing the
+Program or a portion of it, either verbatim or with modifications and/or
+translated into another language. (Hereinafter, translation is included
+without limitation in the term "modification".) Each licensee is addressed as
+"you".
+
+Activities other than copying, distribution and modification are not covered by
+this License; they are outside its scope. The act of running the Program is
+not restricted, and the output from the Program is covered only if its contents
+constitute a work based on the Program (independent of having been made by
+running the Program). Whether that is true depends on what the Program does.
+
+1. You may copy and distribute verbatim copies of the Program's source code as
+you receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice and
+disclaimer of warranty; keep intact all the notices that refer to this License
+and to the absence of any warranty; and give any other recipients of the
+Program a copy of this License along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and you may
+at your option offer warranty protection in exchange for a fee.
+
+2. You may modify your copy or copies of the Program or any portion of it, thus
+forming a work based on the Program, and copy and distribute such modifications
+or work under the terms of Section 1 above, provided that you also meet all of
+these conditions:
+
+ a) You must cause the modified files to carry prominent notices stating
+ that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in whole or
+ in part contains or is derived from the Program or any part thereof, to be
+ licensed as a whole at no charge to all third parties under the terms of
+ this License.
+
+ c) If the modified program normally reads commands interactively when run,
+ you must cause it, when started running for such interactive use in the
+ most ordinary way, to print or display an announcement including an
+ appropriate copyright notice and a notice that there is no warranty (or
+ else, saying that you provide a warranty) and that users may redistribute
+ the program under these conditions, and telling the user how to view a copy
+ of this License. (Exception: if the Program itself is interactive but does
+ not normally print such an announcement, your work based on the Program is
+ not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If identifiable
+sections of that work are not derived from the Program, and can be reasonably
+considered independent and separate works in themselves, then this License, and
+its terms, do not apply to those sections when you distribute them as separate
+works. But when you distribute the same sections as part of a whole which is a
+work based on the Program, the distribution of the whole must be on the terms
+of this License, whose permissions for other licensees extend to the entire
+whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest your
+rights to work written entirely by you; rather, the intent is to exercise the
+right to control the distribution of derivative or collective works based on
+the Program.
+
+In addition, mere aggregation of another work not based on the Program with the
+Program (or with a work based on the Program) on a volume of a storage or
+distribution medium does not bring the other work under the scope of this
+License.
+
+3. You may copy and distribute the Program (or a work based on it, under
+Section 2) in object code or executable form under the terms of Sections 1 and
+2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable source
+ code, which must be distributed under the terms of Sections 1 and 2 above
+ on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three years, to
+ give any third party, for a charge no more than your cost of physically
+ performing source distribution, a complete machine-readable copy of the
+ corresponding source code, to be distributed under the terms of Sections 1
+ and 2 above on a medium customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer to
+ distribute corresponding source code. (This alternative is allowed only
+ for noncommercial distribution and only if you received the program in
+ object code or executable form with such an offer, in accord with
+ Subsection b above.)
+
+The source code for a work means the preferred form of the work for making
+modifications to it. For an executable work, complete source code means all
+the source code for all modules it contains, plus any associated interface
+definition files, plus the scripts used to control compilation and installation
+of the executable. However, as a special exception, the source code
+distributed need not include anything that is normally distributed (in either
+source or binary form) with the major components (compiler, kernel, and so on)
+of the operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the source
+code from the same place counts as distribution of the source code, even though
+third parties are not compelled to copy the source along with the object code.
+
+4. You may not copy, modify, sublicense, or distribute the Program except as
+expressly provided under this License. Any attempt otherwise to copy, modify,
+sublicense or distribute the Program is void, and will automatically terminate
+your rights under this License. However, parties who have received copies, or
+rights, from you under this License will not have their licenses terminated so
+long as such parties remain in full compliance.
+
+5. You are not required to accept this License, since you have not signed it.
+However, nothing else grants you permission to modify or distribute the Program
+or its derivative works. These actions are prohibited by law if you do not
+accept this License. Therefore, by modifying or distributing the Program (or
+any work based on the Program), you indicate your acceptance of this License to
+do so, and all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+6. Each time you redistribute the Program (or any work based on the Program),
+the recipient automatically receives a license from the original licensor to
+copy, distribute or modify the Program subject to these terms and conditions.
+You may not impose any further restrictions on the recipients' exercise of the
+rights granted herein. You are not responsible for enforcing compliance by
+third parties to this License.
+
+7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues), conditions
+are imposed on you (whether by court order, agreement or otherwise) that
+contradict the conditions of this License, they do not excuse you from the
+conditions of this License. If you cannot distribute so as to satisfy
+simultaneously your obligations under this License and any other pertinent
+obligations, then as a consequence you may not distribute the Program at all.
+For example, if a patent license would not permit royalty-free redistribution
+of the Program by all those who receive copies directly or indirectly through
+you, then the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply and
+the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any patents or
+other property right claims or to contest validity of any such claims; this
+section has the sole purpose of protecting the integrity of the free software
+distribution system, which is implemented by public license practices. Many
+people have made generous contributions to the wide range of software
+distributed through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing to
+distribute software through any other system and a licensee cannot impose that
+choice.
+
+This section is intended to make thoroughly clear what is believed to be a
+consequence of the rest of this License.
+
+8. If the distribution and/or use of the Program is restricted in certain
+countries either by patents or by copyrighted interfaces, the original
+copyright holder who places the Program under this License may add an explicit
+geographical distribution limitation excluding those countries, so that
+distribution is permitted only in or among countries not thus excluded. In
+such case, this License incorporates the limitation as if written in the body
+of this License.
+
+9. The Free Software Foundation may publish revised and/or new versions of the
+General Public License from time to time. Such new versions will be similar in
+spirit to the present version, but may differ in detail to address new problems
+or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any later
+version", you have the option of following the terms and conditions either of
+that version or of any later version published by the Free Software Foundation.
+If the Program does not specify a version number of this License, you may
+choose any version ever published by the Free Software Foundation.
+
+10. If you wish to incorporate parts of the Program into other free programs
+whose distribution conditions are different, write to the author to ask for
+permission. For software which is copyrighted by the Free Software Foundation,
+write to the Free Software Foundation; we sometimes make exceptions for this.
+Our decision will be guided by the two goals of preserving the free status of
+all derivatives of our free software and of promoting the sharing and reuse of
+software generally.
+
+NO WARRANTY
+
+11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR
+THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE
+STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE
+PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
+PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE,
+YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
+ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE
+PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
+INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA
+BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER
+OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+END OF TERMS AND CONDITIONS
+
+How to Apply These Terms to Your New Programs
+
+If you develop a new program, and you want it to be of the greatest possible
+use to the public, the best way to achieve this is to make it free software
+which everyone can redistribute and change under these terms.
+
+To do so, attach the following notices to the program. It is safest to attach
+them to the start of each source file to most effectively convey the exclusion
+of warranty; and each file should have at least the "copyright" line and a
+pointer to where the full notice is found.
+
+ One line to give the program's name and a brief idea of what it does.
+
+ Copyright (C)
+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the Free
+ Software Foundation; either version 2 of the License, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this when it
+starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) year name of author Gnomovision comes
+ with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free
+ software, and you are welcome to redistribute it under certain conditions;
+ type 'show c' for details.
+
+The hypothetical commands 'show w' and 'show c' should show the appropriate
+parts of the General Public License. Of course, the commands you use may be
+called something other than 'show w' and 'show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your school,
+if any, to sign a "copyright disclaimer" for the program, if necessary. Here
+is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ 'Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ signature of Ty Coon, 1 April 1989
+
+ Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs. If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Library General Public
+License instead of this License.
+
+
+"CLASSPATH" EXCEPTION TO THE GPL
+
+Certain source files distributed by Oracle America and/or its affiliates are
+subject to the following clarification and special exception to the GPL, but
+only where Oracle has expressly included in the particular source file's header
+the words "Oracle designates this particular file as subject to the "Classpath"
+exception as provided by Oracle in the LICENSE file that accompanied this code."
+
+ Linking this library statically or dynamically with other modules is making
+ a combined work based on this library. Thus, the terms and conditions of
+ the GNU General Public License cover the whole combination.
+
+ As a special exception, the copyright holders of this library give you
+ permission to link this library with independent modules to produce an
+ executable, regardless of the license terms of these independent modules,
+ and to copy and distribute the resulting executable under terms of your
+ choice, provided that you also meet, for each linked independent module,
+ the terms and conditions of the license of that module. An independent
+ module is a module which is not derived from or based on this library. If
+ you modify this library, you may extend this exception to your version of
+ the library, but you are not obligated to do so. If you do not wish to do
+ so, delete this exception statement from your version.
diff --git a/libgui/legal/jquery.md b/libgui/legal/jquery.md
index 8054a34..d468b31 100644
--- a/libgui/legal/jquery.md
+++ b/libgui/legal/jquery.md
@@ -1,9 +1,9 @@
-## jQuery v3.5.1
+## jQuery v3.6.1
### jQuery License
```
-jQuery v 3.5.1
-Copyright JS Foundation and other contributors, https://js.foundation/
+jQuery v 3.6.1
+Copyright OpenJS Foundation and other contributors, https://openjsf.org/
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -26,7 +26,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
******************************************
-The jQuery JavaScript Library v3.5.1 also includes Sizzle.js
+The jQuery JavaScript Library v3.6.1 also includes Sizzle.js
Sizzle.js includes the following license:
diff --git a/libgui/member-search-index.js b/libgui/member-search-index.js
index 2a56fa8..fefe794 100644
--- a/libgui/member-search-index.js
+++ b/libgui/member-search-index.js
@@ -1 +1 @@
-memberSearchIndex = [{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel.Builder","l":"add(Focus)","u":"add(io.github.cottonmc.cotton.gui.widget.focus.Focus)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"add(int, WWidget)","u":"add(int,io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"add(int, WWidget, int, int)","u":"add(int,io.github.cottonmc.cotton.gui.widget.WWidget,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel.Builder","l":"add(K, Rect2i)","u":"add(K,io.github.cottonmc.cotton.gui.widget.data.Rect2i)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"TooltipBuilder","l":"add(OrderedText...)","u":"add(net.minecraft.text.OrderedText...)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"TooltipBuilder","l":"add(Text...)","u":"add(net.minecraft.text.Text...)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"add(WTabPanel.Tab)","u":"add(io.github.cottonmc.cotton.gui.widget.WTabPanel.Tab)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud","l":"add(WWidget)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"add(WWidget)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"add(WWidget)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"add(WWidget, Consumer)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,java.util.function.Consumer)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud","l":"add(WWidget, CottonHud.Positioner)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,io.github.cottonmc.cotton.gui.client.CottonHud.Positioner)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud","l":"add(WWidget, CottonHud.Positioner, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,io.github.cottonmc.cotton.gui.client.CottonHud.Positioner,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud","l":"add(WWidget, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"add(WWidget, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"add(WWidget, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"add(WWidget, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlainPanel","l":"add(WWidget, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud","l":"add(WWidget, int, int, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"add(WWidget, int, int, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlainPanel","l":"add(WWidget, int, int, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel.Builder","l":"addAll(Collection>)","u":"addAll(java.util.Collection)"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"addChangeListener(WItemSlot, WItemSlot.ChangeListener)","u":"addChangeListener(io.github.cottonmc.cotton.gui.widget.WItemSlot,io.github.cottonmc.cotton.gui.widget.WItemSlot.ChangeListener)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"addChangeListener(WItemSlot.ChangeListener)","u":"addChangeListener(io.github.cottonmc.cotton.gui.widget.WItemSlot.ChangeListener)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"addElementNarrations(NarrationMessageBuilder)","u":"addElementNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"addElementNarrations(NarrationMessageBuilder)","u":"addElementNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"addListener(ObservableView.ChangeListener super T>)","u":"addListener(io.github.cottonmc.cotton.gui.widget.data.ObservableView.ChangeListener)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableView","l":"addListener(ObservableView.ChangeListener super T>)","u":"addListener(io.github.cottonmc.cotton.gui.widget.data.ObservableView.ChangeListener)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"addPainters()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"addPainters()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"addPainters()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"addPainters()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"addPainters()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"addPainters()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"addPainters()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"addPainters()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"addSlotPeer(ValidatedSlot)","u":"addSlotPeer(io.github.cottonmc.cotton.gui.ValidatedSlot)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"addSlotPeer(ValidatedSlot)","u":"addSlotPeer(io.github.cottonmc.cotton.gui.ValidatedSlot)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"addSlotPeer(ValidatedSlot)","u":"addSlotPeer(io.github.cottonmc.cotton.gui.ValidatedSlot)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"addTooltip(TooltipBuilder)","u":"addTooltip(io.github.cottonmc.cotton.gui.widget.TooltipBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab","l":"addTooltip(TooltipBuilder)","u":"addTooltip(io.github.cottonmc.cotton.gui.widget.TooltipBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"addTooltip(TooltipBuilder)","u":"addTooltip(io.github.cottonmc.cotton.gui.widget.TooltipBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"adjustSlider(int, int)","u":"adjustSlider(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"alignment"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"alignment"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"anchor"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"anchorValue"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"Focus","l":"area()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"axis"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"axis"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"axis"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"bar"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"bg"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"BLACK"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"BLACK_DYE"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"blockInventory"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"BLUE"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"BLUE_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"VerticalAlignment","l":"BOTTOM"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"bottom()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"BROWN_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty.Builder","l":"build()"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel.Builder","l":"build()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab.Builder","l":"build()"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel","l":"builder()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab.Builder","l":"Builder(WWidget)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"canFocus()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"canFocus()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"canFocus()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"canFocus()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"canFocus()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"canFocus()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"canFocus()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"canHover()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"canInsert(ItemStack)","u":"canInsert(net.minecraft.item.ItemStack)"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"canPlayerUse(PlayerEntity)","u":"canPlayerUse(net.minecraft.entity.player.PlayerEntity)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlayerInvPanel","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"canTakeItems(PlayerEntity)","u":"canTakeItems(net.minecraft.entity.player.PlayerEntity)"},{"p":"io.github.cottonmc.cotton.gui","c":"ItemSyncedGuiDescription","l":"canUse(PlayerEntity)","u":"canUse(net.minecraft.entity.player.PlayerEntity)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"canUse(PlayerEntity)","u":"canUse(net.minecraft.entity.player.PlayerEntity)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"cellHeight"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"HorizontalAlignment","l":"CENTER"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"VerticalAlignment","l":"CENTER"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"charTyped(char, int)","u":"charTyped(char,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"charTyped(char, int)","u":"charTyped(char,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"checkValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"children"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Axis","l":"choose(T, T)","u":"choose(T,T)"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"clear()"},{"p":"io.github.cottonmc.cotton.gui.networking","c":"NetworkSide","l":"CLIENT"},{"p":"io.github.cottonmc.cotton.gui.client","c":"Scissors.Frame","l":"close()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"color"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"color"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"color"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"color"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"color"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"colorAtOpacity(int, float)","u":"colorAtOpacity(int,float)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"coloredRect(DrawContext, int, int, int, int, int)","u":"coloredRect(net.minecraft.client.gui.DrawContext,int,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"configurator"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"configured"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"coordToValueRatio"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"CottonClientScreen(GuiDescription)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"CottonClientScreen(Text, GuiDescription)","u":"%3Cinit%3E(net.minecraft.text.Text,io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud","l":"CottonHud()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"CottonInventoryScreen(T, PlayerEntity)","u":"%3Cinit%3E(T,net.minecraft.entity.player.PlayerEntity)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"CottonInventoryScreen(T, PlayerEntity, Text)","u":"%3Cinit%3E(T,net.minecraft.entity.player.PlayerEntity,net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"CottonInventoryScreen(T, PlayerInventory)","u":"%3Cinit%3E(T,net.minecraft.entity.player.PlayerInventory)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"CottonInventoryScreen(T, PlayerInventory, Text)","u":"%3Cinit%3E(T,net.minecraft.entity.player.PlayerInventory,net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"BackgroundPainter","l":"createColorful(int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"BackgroundPainter","l":"createColorful(int, float)","u":"createColorful(int,float)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlayerInvPanel","l":"createInventoryLabel(PlayerInventory)","u":"createInventoryLabel(net.minecraft.entity.player.PlayerInventory)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"BackgroundPainter","l":"createLightDarkVariants(BackgroundPainter, BackgroundPainter)","u":"createLightDarkVariants(io.github.cottonmc.cotton.gui.client.BackgroundPainter,io.github.cottonmc.cotton.gui.client.BackgroundPainter)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"BackgroundPainter","l":"createNinePatch(Identifier)","u":"createNinePatch(net.minecraft.util.Identifier)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"BackgroundPainter","l":"createNinePatch(Texture, Consumer>)","u":"createNinePatch(io.github.cottonmc.cotton.gui.widget.data.Texture,java.util.function.Consumer)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"createPlayerInventoryPanel()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"createPlayerInventoryPanel(boolean)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"createPlayerInventoryPanel(WWidget)","u":"createPlayerInventoryPanel(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"createSlotPeer(Inventory, int, int, int)","u":"createSlotPeer(net.minecraft.inventory.Inventory,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"currentFrame"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"currentFrameTime"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"CURSOR_HEIGHT"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"CURSOR_PADDING_Y"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"CYAN_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"DARK_TEXTURE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"darkmodeColor"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"darkmodeColor"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"darkmodeColor"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"darkmodeColor"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"darkmodeColor"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"darkmodeTitleColor"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"darkTitleColor"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"data"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"DEFAULT_DARKMODE_TEXT_COLOR"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"DEFAULT_DARKMODE_TEXT_COLOR"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"DEFAULT_FOCUS_IMAGE"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"DEFAULT_ITEM_FILTER"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"DEFAULT_OFF_IMAGE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"DEFAULT_ON_IMAGE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"DEFAULT_TEXT_COLOR"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"DEFAULT_TEXT_COLOR"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"description"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"description"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"direction"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"direction"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"disableDarkmode()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"disableDarkmode()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"disableDarkmode()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider.Direction","l":"DOWN"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar.Direction","l":"DOWN"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"dragging"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"drawBackground(DrawContext, float, int, int)","u":"drawBackground(net.minecraft.client.gui.DrawContext,float,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawBeveledPanel(DrawContext, int, int)","u":"drawBeveledPanel(net.minecraft.client.gui.DrawContext,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawBeveledPanel(DrawContext, int, int, int, int)","u":"drawBeveledPanel(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawBeveledPanel(DrawContext, int, int, int, int, int, int, int)","u":"drawBeveledPanel(net.minecraft.client.gui.DrawContext,int,int,int,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"drawForeground(DrawContext, int, int)","u":"drawForeground(net.minecraft.client.gui.DrawContext,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawGuiPanel(DrawContext, int, int, int, int)","u":"drawGuiPanel(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawGuiPanel(DrawContext, int, int, int, int, int)","u":"drawGuiPanel(net.minecraft.client.gui.DrawContext,int,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawGuiPanel(DrawContext, int, int, int, int, int, int, int, int)","u":"drawGuiPanel(net.minecraft.client.gui.DrawContext,int,int,int,int,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawString(DrawContext, OrderedText, HorizontalAlignment, int, int, int, int)","u":"drawString(net.minecraft.client.gui.DrawContext,net.minecraft.text.OrderedText,io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawString(DrawContext, OrderedText, int, int, int)","u":"drawString(net.minecraft.client.gui.DrawContext,net.minecraft.text.OrderedText,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawString(DrawContext, String, HorizontalAlignment, int, int, int, int)","u":"drawString(net.minecraft.client.gui.DrawContext,java.lang.String,io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawString(DrawContext, String, int, int, int)","u":"drawString(net.minecraft.client.gui.DrawContext,java.lang.String,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawStringWithShadow(DrawContext, OrderedText, HorizontalAlignment, int, int, int, int)","u":"drawStringWithShadow(net.minecraft.client.gui.DrawContext,net.minecraft.text.OrderedText,io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawStringWithShadow(DrawContext, String, HorizontalAlignment, int, int, int, int)","u":"drawStringWithShadow(net.minecraft.client.gui.DrawContext,java.lang.String,io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawTextHover(DrawContext, Style, int, int)","u":"drawTextHover(net.minecraft.client.gui.DrawContext,net.minecraft.text.Style,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"DYE_COLORS"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"empty()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Rect2i","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Vec2i","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"Focus","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"expandToFit(WWidget)","u":"expandToFit(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"expandToFit(WWidget, Insets)","u":"expandToFit(io.github.cottonmc.cotton.gui.widget.WWidget,io.github.cottonmc.cotton.gui.widget.data.Insets)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"field"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableView","l":"find()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"fixedHeight"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"FocusModel","l":"foci()"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel","l":"foci()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"focus"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"focus"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"Focus","l":"Focus(K, Rect2i)","u":"%3Cinit%3E(K,io.github.cottonmc.cotton.gui.widget.data.Rect2i)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"focusImage"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"frames"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"frameTime"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"fullscreen"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"fullscreen"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"get()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableView","l":"get()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getA()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getAbsoluteX()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getAbsoluteY()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"getAlignment()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider.Direction","l":"getAxis()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"getAxis()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"getAxis()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getB()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getBackgroundPainter()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"getBackgroundPainter()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"getBackgroundPainter()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getBlockInventory(ScreenHandlerContext)","u":"getBlockInventory(net.minecraft.screen.ScreenHandlerContext)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getBlockInventory(ScreenHandlerContext, int)","u":"getBlockInventory(net.minecraft.screen.ScreenHandlerContext,int)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getBlockPropertyDelegate(ScreenHandlerContext)","u":"getBlockPropertyDelegate(net.minecraft.screen.ScreenHandlerContext)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getBlockPropertyDelegate(ScreenHandlerContext, int)","u":"getBlockPropertyDelegate(net.minecraft.screen.ScreenHandlerContext,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"getBottomPadding()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"getCardCount()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"getCaretPosition(int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.LCH","l":"getChroma()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getChroma()"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"TextureIcon","l":"getColor()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"getColor()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"getColor()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"getCursor()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"getDarkmodeColor()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"getDarkmodeColor()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"getDescription()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"getDescription()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"getDirection()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"getDraggingFinishedListener()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"getDuration()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"getFilter()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getFilter()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"getFocus()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"getFocus()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getFocus()"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel","l":"getFocusedKey()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getFocusedSlot()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"getFocusImage()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getFocusModel()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getFocusModel()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getG()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"getHandlePosition()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"getHandleSize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getHeight()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getHeight()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"getHorizontalAlignment()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"getHorizontalAlignment()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"getHorizontalAlignment()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getHost()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getHSLSaturation()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getHSVSaturation()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.HSL","l":"getHue()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.LCH","l":"getHue()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getHue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"getIcon()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getIcon()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab","l":"getIcon()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"getIconSize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanelWithInsets","l":"getInsets()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"getInventoryIndex()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"getItems()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"getLabel()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"getLabel()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"getLabel()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"getLabelAlignment()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"getLabelUpdater()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"getLastResponder()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"getLastResponder()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"getLeftPadding()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getLightness()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.HSL","l":"getLuma()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.LCH","l":"getLuma()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getLuma()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"getMaxLength()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"getMaxScrollValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"getMaxValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"getMaxValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"getMinValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"getMovableDistance()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"getName()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getNarrationName()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getNetworkSide()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"getOffImage()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"getOnClick()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"getOnImage()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"getOnToggle()"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"TextureIcon","l":"getOpacity()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableView","l":"getOrNull()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getPacketSender()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getParent()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"getProperties()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"getPropertyDelegate()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"getPropertyDelegate()"},{"p":"io.github.cottonmc.cotton.gui","c":"PropertyDelegateHolder","l":"getPropertyDelegate()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getPropertyDelegate()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getR()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"getRightPadding()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"getRootPanel()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"getRootPanel()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getRootPanel()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.HSL","l":"getSaturation()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"getScrollBar()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"getSelectedCard()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"getSelectedIndex()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"getSelectedIndex()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"getSelectedTab()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"getSelection()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"getSpacing()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"getStack()"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"getStack(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"getSuggestion()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"getTabCount()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"getText()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"getText()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"getText()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"getTextStyleAt(int, int)","u":"getTextStyleAt(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"getTextStyleAt(int, int)","u":"getTextStyleAt(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"getThumbWidth()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"getThumbWidth()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"getThumbWidth()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"getTileHeight()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"getTileWidth()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab","l":"getTitle()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"getTitleAlignment()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"getTitleAlignment()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getTitleAlignment()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"getTitleColor()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"getTitleColor()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getTitleColor()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"getTitlePos()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"getTitlePos()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getTitlePos()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"getToggle()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"getTopPadding()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"getValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"getValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"getValueChangeListener()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"getVerticalAlignment()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"getVerticalAlignment()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"getVerticalAlignment()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab","l":"getWidget()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getWidth()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getWidth()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"getWindow()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getX()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getY()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"GRAY_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"GREEN"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"GREEN_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"grid"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"handledScreenTick()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"hashCode()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Rect2i","l":"hashCode()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"hashCode()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Vec2i","l":"hashCode()"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"Focus","l":"hashCode()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"hasValue()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableView","l":"hasValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"height"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Rect2i","l":"height()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"hit(int, int)","u":"hit(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"hit(int, int)","u":"hit(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Axis","l":"HORIZONTAL"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"horizontalAlignment"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"horizontalAlignment"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"horizontalAlignment"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"horizontalGap"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud.Positioner","l":"horizontallyCentered(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"horizontalScrollBar"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"host"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"hoveredProperty()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.HSL","l":"HSL(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.HSL","l":"HSL(int)","u":"%3Cinit%3E(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab.Builder","l":"icon(Icon)","u":"icon(io.github.cottonmc.cotton.gui.widget.icon.Icon)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"iconSize"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"InputResult","l":"IGNORED"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"image()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"init()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"init()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanelWithInsets","l":"insets"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"Insets(int)","u":"%3Cinit%3E(int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"Insets(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"Insets(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"INSTANCE"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"interpolate(Color.RGB, double)","u":"interpolate(io.github.cottonmc.cotton.gui.widget.data.Color.RGB,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"isActivationKey(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"isBigSlot()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LibGui","l":"isDarkMode()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"isDarkMode()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"isDecreasingKey(int, WAbstractSlider.Direction)","u":"isDecreasingKey(int,io.github.cottonmc.cotton.gui.widget.WAbstractSlider.Direction)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"isDragging()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"isEditable()"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"isEmpty()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"isEnabled()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"isEnabled()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"isFocused()"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"FocusModel","l":"isFocused(Focus)","u":"isFocused(io.github.cottonmc.cotton.gui.widget.focus.Focus)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel","l":"isFocused(Focus)","u":"isFocused(io.github.cottonmc.cotton.gui.widget.focus.Focus)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"isFocused(WWidget)","u":"isFocused(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"isFocused(WWidget)","u":"isFocused(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"isFocused(WWidget)","u":"isFocused(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"isFullscreen()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"isFullscreen()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"isFullscreen()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"isHovered()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"isIncreasingKey(int, WAbstractSlider.Direction)","u":"isIncreasingKey(int,io.github.cottonmc.cotton.gui.widget.WAbstractSlider.Direction)"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"isInsertingAllowed()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"isInsertingAllowed()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider.Direction","l":"isInverted()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"isModifiable()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"isMouseInsideBounds(int, int)","u":"isMouseInsideBounds(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"isMouseInsideBounds(int, int)","u":"isMouseInsideBounds(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"isMouseInsideBounds(int, int)","u":"isMouseInsideBounds(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"isNarratable()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"isOn"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"isScrollingHorizontally()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"isScrollingVertically()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"isTakingAllowed()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"isTakingAllowed()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"isTitleVisible()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"isTitleVisible()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"isTitleVisible()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"isVisible()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"isWithinBounds(int, int)","u":"isWithinBounds(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"ItemIcon","l":"ItemIcon(Item)","u":"%3Cinit%3E(net.minecraft.item.Item)"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"ItemIcon","l":"ItemIcon(ItemStack)","u":"%3Cinit%3E(net.minecraft.item.ItemStack)"},{"p":"io.github.cottonmc.cotton.gui","c":"ItemSyncedGuiDescription","l":"ItemSyncedGuiDescription(ScreenHandlerType>, int, PlayerInventory, StackReference)","u":"%3Cinit%3E(net.minecraft.screen.ScreenHandlerType,int,net.minecraft.entity.player.PlayerInventory,net.minecraft.inventory.StackReference)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"Focus","l":"key()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"keyPressed(int, int, int)","u":"keyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"keyPressed(int, int, int)","u":"keyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"keyReleased(int, int, int)","u":"keyReleased(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"keyReleased(int, int, int)","u":"keyReleased(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"label"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"lastFrame"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"lastResponder"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"lastResponder"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"layout()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"layout()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"layout()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"layout()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"layout()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.LCH","l":"LCH(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"left"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"HorizontalAlignment","l":"LEFT"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider.Direction","l":"LEFT"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar.Direction","l":"LEFT"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"left()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"LIGHT_BLUE_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"LIGHT_GRAY_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"LIGHT_TEXTURE"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"LightweightGuiDescription()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"LIME_DYE"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"listeners"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"MAGENTA_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"margin"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"markDirty()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"markDirty()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"max"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"max"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"maxValue"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"maxValue"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"min"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"mouseClicked(double, double, int)","u":"mouseClicked(double,double,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"mouseClicked(double, double, int)","u":"mouseClicked(double,double,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"mouseDragged(double, double, int, double, double)","u":"mouseDragged(double,double,int,double,double)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"mouseDragged(double, double, int, double, double)","u":"mouseDragged(double,double,int,double,double)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"mouseMoved(double, double)","u":"mouseMoved(double,double)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"mouseMoved(double, double)","u":"mouseMoved(double,double)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"mouseReleased(double, double, int)","u":"mouseReleased(double,double,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"mouseReleased(double, double, int)","u":"mouseReleased(double,double,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"mouseScrolled(double, double, double)","u":"mouseScrolled(double,double,double)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"mouseScrolled(double, double, double)","u":"mouseScrolled(double,double,double)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"multiplyColor(int, float)","u":"multiplyColor(int,float)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty.Builder","l":"name(String)","u":"name(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"NinePatchBackgroundPainter(NinePatch)","u":"%3Cinit%3E(juuxel.libninepatch.NinePatch)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"NONE"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty.Builder","l":"nonnull()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"InputResult","l":"of(boolean)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud.Positioner","l":"of(int, int)","u":"of(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"of(Inventory, int)","u":"of(net.minecraft.inventory.Inventory,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"of(Inventory, int, int, int)","u":"of(net.minecraft.inventory.Inventory,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"Focus","l":"of(Rect2i)","u":"of(io.github.cottonmc.cotton.gui.widget.data.Rect2i)"},{"p":"io.github.cottonmc.cotton.gui.networking","c":"ScreenNetworking","l":"of(SyncedGuiDescription, NetworkSide)","u":"of(io.github.cottonmc.cotton.gui.SyncedGuiDescription,io.github.cottonmc.cotton.gui.networking.NetworkSide)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"of(T)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"offImage"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"ofPlayerStorage(Inventory)","u":"ofPlayerStorage(net.minecraft.inventory.Inventory)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"onCharTyped(char)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onCharTyped(char)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"onClick(int, int, int)","u":"onClick(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"onClick(int, int, int)","u":"onClick(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"onClick(int, int, int)","u":"onClick(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"onClick(int, int, int)","u":"onClick(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"onClick(int, int, int)","u":"onClick(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"onClick(int, int, int)","u":"onClick(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onClick(int, int, int)","u":"onClick(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"onClosed(PlayerEntity)","u":"onClosed(net.minecraft.entity.player.PlayerEntity)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"onDirectionalKey(int, int)","u":"onDirectionalKey(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"onFocusGained()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onFocusGained()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"onFocusLost()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onFocusLost()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"onHidden()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"onHidden()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onHidden()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"onImage"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"onKeyPressed(int, int, int)","u":"onKeyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"onKeyPressed(int, int, int)","u":"onKeyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"onKeyPressed(int, int, int)","u":"onKeyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"onKeyPressed(int, int, int)","u":"onKeyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"onKeyPressed(int, int, int)","u":"onKeyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"onKeyPressed(int, int, int)","u":"onKeyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onKeyPressed(int, int, int)","u":"onKeyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"onKeyReleased(int, int, int)","u":"onKeyReleased(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onKeyReleased(int, int, int)","u":"onKeyReleased(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.networking","c":"ScreenNetworking.MessageReceiver","l":"onMessage(PacketByteBuf)","u":"onMessage(net.minecraft.network.PacketByteBuf)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"onMouseDown(int, int, int)","u":"onMouseDown(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"onMouseDown(int, int, int)","u":"onMouseDown(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onMouseDown(int, int, int)","u":"onMouseDown(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"onMouseDrag(int, int, int, double, double)","u":"onMouseDrag(int,int,int,double,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"onMouseDrag(int, int, int, double, double)","u":"onMouseDrag(int,int,int,double,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onMouseDrag(int, int, int, double, double)","u":"onMouseDrag(int,int,int,double,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"onMouseMove(int, int)","u":"onMouseMove(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onMouseMove(int, int)","u":"onMouseMove(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"onMouseScroll(int, int, double)","u":"onMouseScroll(int,int,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"onMouseScroll(int, int, double)","u":"onMouseScroll(int,int,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"onMouseScroll(int, int, double)","u":"onMouseScroll(int,int,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"onMouseScroll(int, int, double)","u":"onMouseScroll(int,int,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onMouseScroll(int, int, double)","u":"onMouseScroll(int,int,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"onMouseUp(int, int, int)","u":"onMouseUp(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"onMouseUp(int, int, int)","u":"onMouseUp(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onMouseUp(int, int, int)","u":"onMouseUp(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableView.ChangeListener","l":"onPropertyChange(ObservableView extends T>, T, T)","u":"onPropertyChange(io.github.cottonmc.cotton.gui.widget.data.ObservableView,T,T)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"onShown()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"onShown()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onShown()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot.ChangeListener","l":"onStackChanged(WItemSlot, Inventory, int, ItemStack)","u":"onStackChanged(io.github.cottonmc.cotton.gui.widget.WItemSlot,net.minecraft.inventory.Inventory,int,net.minecraft.item.ItemStack)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"onToggle"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"onToggle(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"onValueChanged(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"onValueChanged(int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"opaqueRgb(int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"ORANGE_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"outputOf(Inventory, int)","u":"outputOf(net.minecraft.inventory.Inventory,int)"},{"p":"io.github.cottonmc.cotton.gui","c":"ItemSyncedGuiDescription","l":"owner"},{"p":"io.github.cottonmc.cotton.gui","c":"ItemSyncedGuiDescription","l":"ownerStack"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"Icon","l":"paint(DrawContext, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"ItemIcon","l":"paint(DrawContext, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"TextureIcon","l":"paint(DrawContext, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WClippedPanel","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"BackgroundPainter","l":"paintBackground(DrawContext, int, int, WWidget)","u":"paintBackground(net.minecraft.client.gui.DrawContext,int,int,io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"paintBackground(DrawContext, int, int, WWidget)","u":"paintBackground(net.minecraft.client.gui.DrawContext,int,int,io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"paintFrame(DrawContext, int, int, Texture)","u":"paintFrame(net.minecraft.client.gui.DrawContext,int,int,io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"paintFrame(DrawContext, int, int, Texture)","u":"paintFrame(net.minecraft.client.gui.DrawContext,int,int,io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"parent"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"PINK_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"pixelsToValues(int)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"playerInventory"},{"p":"io.github.cottonmc.cotton.gui.client","c":"Scissors","l":"pop()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"InputResult","l":"PROCESSED"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"properties"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"propertyDelegate"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"propertyDelegate"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"PURPLE_DYE"},{"p":"io.github.cottonmc.cotton.gui.client","c":"Scissors","l":"push(int, int, int, int)","u":"push(int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"quickMove(PlayerEntity, int)","u":"quickMove(net.minecraft.entity.player.PlayerEntity,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"readOnly()"},{"p":"io.github.cottonmc.cotton.gui.networking","c":"ScreenNetworking","l":"receive(Identifier, ScreenNetworking.MessageReceiver)","u":"receive(net.minecraft.util.Identifier,io.github.cottonmc.cotton.gui.networking.ScreenNetworking.MessageReceiver)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Rect2i","l":"Rect2i(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"RED"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"RED_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"releaseFocus()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"releaseFocus(WWidget)","u":"releaseFocus(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"releaseFocus(WWidget)","u":"releaseFocus(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"releaseFocus(WWidget)","u":"releaseFocus(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud","l":"remove(WWidget)","u":"remove(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"remove(WWidget)","u":"remove(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"removed()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"removed()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"removeListener(ObservableView.ChangeListener super T>)","u":"removeListener(io.github.cottonmc.cotton.gui.widget.data.ObservableView.ChangeListener)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableView","l":"removeListener(ObservableView.ChangeListener super T>)","u":"removeListener(io.github.cottonmc.cotton.gui.widget.data.ObservableView.ChangeListener)"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"removeStack(int)"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"removeStack(int, int)","u":"removeStack(int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"render(DrawContext, int, int, float)","u":"render(net.minecraft.client.gui.DrawContext,int,int,float)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"render(DrawContext, int, int, float)","u":"render(net.minecraft.client.gui.DrawContext,int,int,float)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"renderBox(DrawContext, int, int)","u":"renderBox(net.minecraft.client.gui.DrawContext,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"renderCursor(DrawContext, int, int, String)","u":"renderCursor(net.minecraft.client.gui.DrawContext,int,int,java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"renderSelection(DrawContext, int, int, String)","u":"renderSelection(net.minecraft.client.gui.DrawContext,int,int,java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"renderSuggestion(DrawContext, int, int)","u":"renderSuggestion(net.minecraft.client.gui.DrawContext,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"renderText(DrawContext, int, int, String)","u":"renderText(net.minecraft.client.gui.DrawContext,int,int,java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"renderTextField(DrawContext, int, int)","u":"renderTextField(net.minecraft.client.gui.DrawContext,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"renderTooltip(DrawContext, int, int, int, int)","u":"renderTooltip(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"reposition(int, int)","u":"reposition(int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"reposition(int, int)","u":"reposition(int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud.Positioner","l":"reposition(WWidget, int, int)","u":"reposition(io.github.cottonmc.cotton.gui.widget.WWidget,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"requestFocus()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"requestFocus(WWidget)","u":"requestFocus(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"requestFocus(WWidget)","u":"requestFocus(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"requestFocus(WWidget)","u":"requestFocus(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"rgb(int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"RGB(int)","u":"%3Cinit%3E(int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"RGB(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"rgb(int, int, int, int)","u":"rgb(int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"RGB(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"HorizontalAlignment","l":"RIGHT"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider.Direction","l":"RIGHT"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar.Direction","l":"RIGHT"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"right()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"ROOT_PANEL"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"rootPanel"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"rootPanel"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"scrollBar"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"scrollCursorIntoView()"},{"p":"io.github.cottonmc.cotton.gui.networking","c":"ScreenNetworking","l":"send(Identifier, Consumer)","u":"send(net.minecraft.util.Identifier,java.util.function.Consumer)"},{"p":"io.github.cottonmc.cotton.gui.networking","c":"NetworkSide","l":"SERVER"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"set(T)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"setAlignment(HorizontalAlignment)","u":"setAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"setAlignment(HorizontalAlignment)","u":"setAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"setAxis(Axis)","u":"setAxis(io.github.cottonmc.cotton.gui.widget.data.Axis)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"setBackgroundPainter(BackgroundPainter)","u":"setBackgroundPainter(io.github.cottonmc.cotton.gui.client.BackgroundPainter)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"setBackgroundPainter(BackgroundPainter)","u":"setBackgroundPainter(io.github.cottonmc.cotton.gui.client.BackgroundPainter)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"setBackgroundPainter(BackgroundPainter)","u":"setBackgroundPainter(io.github.cottonmc.cotton.gui.client.BackgroundPainter)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlayerInvPanel","l":"setBackgroundPainter(BackgroundPainter)","u":"setBackgroundPainter(io.github.cottonmc.cotton.gui.client.BackgroundPainter)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setBackgroundPainter(BackgroundPainter)","u":"setBackgroundPainter(io.github.cottonmc.cotton.gui.client.BackgroundPainter)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"setBottomPadding(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setChangedListener(Consumer)","u":"setChangedListener(java.util.function.Consumer)"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"TextureIcon","l":"setColor(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"setColor(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"setColor(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"setColor(int, int)","u":"setColor(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"setColor(int, int)","u":"setColor(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"setColor(int, int)","u":"setColor(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"setColor(int, int)","u":"setColor(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setCursorPos(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"setDarkmodeColor(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"setDarkmodeColor(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"setDarkmodeColor(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"setDirection(WAbstractSlider.Direction)","u":"setDirection(io.github.cottonmc.cotton.gui.widget.WAbstractSlider.Direction)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setDisabledColor(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"setDraggingFinishedListener(IntConsumer)","u":"setDraggingFinishedListener(java.util.function.IntConsumer)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"setDuration(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setEditable(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"setEnabled(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setEnabledColor(int)"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"setFilter(Predicate)","u":"setFilter(java.util.function.Predicate)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"setFilter(Predicate)","u":"setFilter(java.util.function.Predicate)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"FocusModel","l":"setFocused(Focus)","u":"setFocused(io.github.cottonmc.cotton.gui.widget.focus.Focus)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel","l":"setFocused(Focus)","u":"setFocused(io.github.cottonmc.cotton.gui.widget.focus.Focus)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"setFocusImage(Texture)","u":"setFocusImage(io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"setFrames(Identifier...)","u":"setFrames(net.minecraft.util.Identifier...)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"setFrames(Texture...)","u":"setFrames(io.github.cottonmc.cotton.gui.widget.data.Texture...)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"setFullscreen(boolean)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"setFullscreen(boolean)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"setFullscreen(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"setGaps(int, int)","u":"setGaps(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"setHorizontalAlignment(HorizontalAlignment)","u":"setHorizontalAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"setHorizontalAlignment(HorizontalAlignment)","u":"setHorizontalAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"setHorizontalAlignment(HorizontalAlignment)","u":"setHorizontalAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"setHost(GuiDescription)","u":"setHost(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"setHost(GuiDescription)","u":"setHost(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"setHost(GuiDescription)","u":"setHost(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"setHovered(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"setIcon(Icon)","u":"setIcon(io.github.cottonmc.cotton.gui.widget.icon.Icon)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"setIcon(Icon)","u":"setIcon(io.github.cottonmc.cotton.gui.widget.icon.Icon)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"setIconSize(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"setImage(Identifier)","u":"setImage(net.minecraft.util.Identifier)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"setImage(Texture)","u":"setImage(io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"setInsertingAllowed(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"setInsertingAllowed(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"setInsets(Insets)","u":"setInsets(io.github.cottonmc.cotton.gui.widget.data.Insets)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"setInsets(Insets)","u":"setInsets(io.github.cottonmc.cotton.gui.widget.data.Insets)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanelWithInsets","l":"setInsets(Insets)","u":"setInsets(io.github.cottonmc.cotton.gui.widget.data.Insets)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlainPanel","l":"setInsets(Insets)","u":"setInsets(io.github.cottonmc.cotton.gui.widget.data.Insets)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"setItems(List)","u":"setItems(java.util.List)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"setLabel(Text)","u":"setLabel(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"setLabel(Text)","u":"setLabel(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"setLabel(Text)","u":"setLabel(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"setLabelAlignment(HorizontalAlignment)","u":"setLabelAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"setLabelUpdater(WLabeledSlider.LabelUpdater)","u":"setLabelUpdater(io.github.cottonmc.cotton.gui.widget.WLabeledSlider.LabelUpdater)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"setLastResponder(WWidget)","u":"setLastResponder(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"setLastResponder(WWidget)","u":"setLastResponder(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"setLeftPadding(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"setListItemHeight(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"setLocation(int, int)","u":"setLocation(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setMaxLength(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"setMaxValue(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"setMaxValue(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"setMinValue(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"setModifiable(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"setOffImage(Texture)","u":"setOffImage(io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"setOnClick(Runnable)","u":"setOnClick(java.lang.Runnable)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"setOnImage(Texture)","u":"setOnImage(io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"setOnToggle(Consumer)","u":"setOnToggle(java.util.function.Consumer)"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"TextureIcon","l":"setOpacity(float)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"setOpaqueTint(int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"setPadding(int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"setPadding(int, int)","u":"setPadding(int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"setPadding(int, int, int, int)","u":"setPadding(int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"setParent(WPanel)","u":"setParent(io.github.cottonmc.cotton.gui.widget.WPanel)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud","l":"setPositioner(WWidget, CottonHud.Positioner)","u":"setPositioner(io.github.cottonmc.cotton.gui.widget.WWidget,io.github.cottonmc.cotton.gui.client.CottonHud.Positioner)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"setProperties(PropertyDelegate)","u":"setProperties(net.minecraft.screen.PropertyDelegate)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"setPropertyDelegate(PropertyDelegate)","u":"setPropertyDelegate(net.minecraft.screen.PropertyDelegate)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"setPropertyDelegate(PropertyDelegate)","u":"setPropertyDelegate(net.minecraft.screen.PropertyDelegate)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"setPropertyDelegate(PropertyDelegate)","u":"setPropertyDelegate(net.minecraft.screen.PropertyDelegate)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"setRightPadding(int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"setRootPanel(WPanel)","u":"setRootPanel(io.github.cottonmc.cotton.gui.widget.WPanel)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"setRootPanel(WPanel)","u":"setRootPanel(io.github.cottonmc.cotton.gui.widget.WPanel)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"setRootPanel(WPanel)","u":"setRootPanel(io.github.cottonmc.cotton.gui.widget.WPanel)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"setScrollingHorizontally(TriState)","u":"setScrollingHorizontally(net.fabricmc.fabric.api.util.TriState)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"setScrollingVertically(TriState)","u":"setScrollingVertically(net.fabricmc.fabric.api.util.TriState)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"setSelectedCard(WWidget)","u":"setSelectedCard(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"setSelectedIndex(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"setSelectedIndex(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"setSelectedTab(WTabPanel.Tab)","u":"setSelectedTab(io.github.cottonmc.cotton.gui.widget.WTabPanel.Tab)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"setSpacing(int)"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"setStack(int, ItemStack)","u":"setStack(int,net.minecraft.item.ItemStack)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setSuggestion(Text)","u":"setSuggestion(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setSuggestionColor(int)"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"setTakingAllowed(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"setTakingAllowed(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setText(String)","u":"setText(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"setText(Supplier)","u":"setText(java.util.function.Supplier)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"setText(Text)","u":"setText(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"setText(Text)","u":"setText(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setTextPredicate(Predicate)","u":"setTextPredicate(java.util.function.Predicate)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"setTileHeight(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"setTileSize(int, int)","u":"setTileSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"setTileWidth(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"setTint(int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"setTitleAlignment(HorizontalAlignment)","u":"setTitleAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"setTitleAlignment(HorizontalAlignment)","u":"setTitleAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"setTitleAlignment(HorizontalAlignment)","u":"setTitleAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"setTitleColor(int)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"setTitleColor(int)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"setTitleColor(int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"setTitleColor(int, int)","u":"setTitleColor(int,int)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"setTitleColor(int, int)","u":"setTitleColor(int,int)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"setTitleColor(int, int)","u":"setTitleColor(int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"setTitlePos(Vec2i)","u":"setTitlePos(io.github.cottonmc.cotton.gui.widget.data.Vec2i)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"setTitlePos(Vec2i)","u":"setTitlePos(io.github.cottonmc.cotton.gui.widget.data.Vec2i)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"setTitlePos(Vec2i)","u":"setTitlePos(io.github.cottonmc.cotton.gui.widget.data.Vec2i)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"setTitleVisible(boolean)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"setTitleVisible(boolean)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"setTitleVisible(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"setToggle(boolean)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"setTopPadding(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"setUv(float, float, float, float)","u":"setUv(float,float,float,float)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"setValue(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"setValue(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"setValue(int, boolean)","u":"setValue(int,boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"setValueChangeListener(IntConsumer)","u":"setValueChangeListener(java.util.function.IntConsumer)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"setVerticalAlignment(VerticalAlignment)","u":"setVerticalAlignment(io.github.cottonmc.cotton.gui.widget.data.VerticalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"setVerticalAlignment(VerticalAlignment)","u":"setVerticalAlignment(io.github.cottonmc.cotton.gui.widget.data.VerticalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"setVerticalAlignment(VerticalAlignment)","u":"setVerticalAlignment(io.github.cottonmc.cotton.gui.widget.data.VerticalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"setWindow(int)"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"setVisible(boolean)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"shouldPause()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"shouldRenderInDarkMode()"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"FocusModel","l":"simple(WWidget)","u":"simple(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel","l":"SimpleKeyedFocusModel(List>)","u":"%3Cinit%3E(java.util.List)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"singleImage"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"size()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"sliding"},{"p":"io.github.cottonmc.cotton.gui.client","c":"BackgroundPainter","l":"SLOT"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"SLOT_TEXTURE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"spacing"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"streamChildren()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"supplier"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"SyncedGuiDescription(ScreenHandlerType>, int, PlayerInventory)","u":"%3Cinit%3E(net.minecraft.screen.ScreenHandlerType,int,net.minecraft.entity.player.PlayerInventory)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"SyncedGuiDescription(ScreenHandlerType>, int, PlayerInventory, Inventory, PropertyDelegate)","u":"%3Cinit%3E(net.minecraft.screen.ScreenHandlerType,int,net.minecraft.entity.player.PlayerInventory,net.minecraft.inventory.Inventory,net.minecraft.screen.PropertyDelegate)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"text"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"text"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"text"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"TEXT_PADDING_X"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"TEXT_PADDING_Y"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"Texture(Identifier)","u":"%3Cinit%3E(net.minecraft.util.Identifier)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"Texture(Identifier, float, float, float, float)","u":"%3Cinit%3E(net.minecraft.util.Identifier,float,float,float,float)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"texturedGuiRect(DrawContext, int, int, int, int, Identifier, int)","u":"texturedGuiRect(net.minecraft.client.gui.DrawContext,int,int,int,int,net.minecraft.util.Identifier,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"texturedGuiRect(DrawContext, int, int, int, int, Identifier, int, int, int)","u":"texturedGuiRect(net.minecraft.client.gui.DrawContext,int,int,int,int,net.minecraft.util.Identifier,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"texturedRect(DrawContext, int, int, int, int, Identifier, float, float, float, float, int)","u":"texturedRect(net.minecraft.client.gui.DrawContext,int,int,int,int,net.minecraft.util.Identifier,float,float,float,float,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"texturedRect(DrawContext, int, int, int, int, Identifier, float, float, float, float, int, float)","u":"texturedRect(net.minecraft.client.gui.DrawContext,int,int,int,int,net.minecraft.util.Identifier,float,float,float,float,int,float)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"texturedRect(DrawContext, int, int, int, int, Identifier, int)","u":"texturedRect(net.minecraft.client.gui.DrawContext,int,int,int,int,net.minecraft.util.Identifier,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"texturedRect(DrawContext, int, int, int, int, Identifier, int, float)","u":"texturedRect(net.minecraft.client.gui.DrawContext,int,int,int,int,net.minecraft.util.Identifier,int,float)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"texturedRect(DrawContext, int, int, int, int, Texture, int)","u":"texturedRect(net.minecraft.client.gui.DrawContext,int,int,int,int,io.github.cottonmc.cotton.gui.widget.data.Texture,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"texturedRect(DrawContext, int, int, int, int, Texture, int, float)","u":"texturedRect(net.minecraft.client.gui.DrawContext,int,int,int,int,io.github.cottonmc.cotton.gui.widget.data.Texture,int,float)"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"TextureIcon","l":"TextureIcon(Identifier)","u":"%3Cinit%3E(net.minecraft.util.Identifier)"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"TextureIcon","l":"TextureIcon(Texture)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"THUMB_SIZE"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"tick()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"tick()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"tick()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"tick()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"tick()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"tick()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"tint"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab.Builder","l":"title(Text)","u":"title(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"titleAlignment"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"titleAlignment"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"titleColor"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"titleColor"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"titleVisible"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"titleVisible"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"titleX"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"titleY"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab.Builder","l":"tooltip(Collection extends Text>)","u":"tooltip(java.util.Collection)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab.Builder","l":"tooltip(Text...)","u":"tooltip(net.minecraft.text.Text...)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"TooltipBuilder","l":"TooltipBuilder()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"tooltipLabel"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"tooltipTextComponent"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"top"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"VerticalAlignment","l":"TOP"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"top()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.HSL","l":"toRgb()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.LCH","l":"toRgb()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"toRgb()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"toRgb()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"Scissors.Frame","l":"toString()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"toString()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Rect2i","l":"toString()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"toString()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Vec2i","l":"toString()"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"Focus","l":"toString()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"toString()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"TRACK_WIDTH"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"u1()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"u2()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"unconfigured"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider.Direction","l":"UP"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar.Direction","l":"UP"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider.LabelUpdater","l":"updateLabel(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"updateValueCoordRatios()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"v1()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"v2()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"WAbstractSlider(int, int, Axis)","u":"%3Cinit%3E(int,int,io.github.cottonmc.cotton.gui.widget.data.Axis)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"validate(GuiDescription)","u":"validate(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"validate(GuiDescription)","u":"validate(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"validate(GuiDescription)","u":"validate(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"validate(GuiDescription)","u":"validate(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"validate(GuiDescription)","u":"validate(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlayerInvPanel","l":"validate(GuiDescription)","u":"validate(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"validate(GuiDescription)","u":"validate(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"validate(GuiDescription)","u":"validate(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"ValidatedSlot(Inventory, int, int, int)","u":"%3Cinit%3E(net.minecraft.inventory.Inventory,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"value"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"value"},{"p":"io.github.cottonmc.cotton.gui.networking","c":"NetworkSide","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Axis","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"HorizontalAlignment","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"InputResult","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"VerticalAlignment","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider.Direction","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar.Direction","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.networking","c":"NetworkSide","l":"values()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Axis","l":"values()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"HorizontalAlignment","l":"values()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"InputResult","l":"values()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"VerticalAlignment","l":"values()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider.Direction","l":"values()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar.Direction","l":"values()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"valueToCoordRatio"},{"p":"io.github.cottonmc.cotton.gui.client","c":"BackgroundPainter","l":"VANILLA"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"WBar(Identifier, Identifier, int, int)","u":"%3Cinit%3E(net.minecraft.util.Identifier,net.minecraft.util.Identifier,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"WBar(Identifier, Identifier, int, int, WBar.Direction)","u":"%3Cinit%3E(net.minecraft.util.Identifier,net.minecraft.util.Identifier,int,int,io.github.cottonmc.cotton.gui.widget.WBar.Direction)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"WBar(Texture, Texture, int, int)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.data.Texture,io.github.cottonmc.cotton.gui.widget.data.Texture,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"WBar(Texture, Texture, int, int, WBar.Direction)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.data.Texture,io.github.cottonmc.cotton.gui.widget.data.Texture,int,int,io.github.cottonmc.cotton.gui.widget.WBar.Direction)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"WBox(Axis)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.data.Axis)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"WButton()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"WButton(Icon)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.icon.Icon)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"WButton(Icon, Text)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.icon.Icon,net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"WButton(Text)","u":"%3Cinit%3E(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"WCardPanel()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WClippedPanel","l":"WClippedPanel()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"WDynamicLabel(Supplier)","u":"%3Cinit%3E(java.util.function.Supplier)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"WDynamicLabel(Supplier, int)","u":"%3Cinit%3E(java.util.function.Supplier,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Vec2i","l":"Vec2i(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Axis","l":"VERTICAL"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"verticalAlignment"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"verticalAlignment"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"verticalAlignment"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"verticalGap"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"verticalScrollBar"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"WGridPanel()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"WGridPanel(int)","u":"%3Cinit%3E(int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"WHITE"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"WHITE_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"width"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Rect2i","l":"width()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"window"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"WItem(ItemStack)","u":"%3Cinit%3E(net.minecraft.item.ItemStack)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"WItem(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"WItem(TagKey extends ItemConvertible>)","u":"%3Cinit%3E(net.minecraft.registry.tag.TagKey)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"WItemSlot(Inventory, int, int, int, boolean)","u":"%3Cinit%3E(net.minecraft.inventory.Inventory,int,int,int,boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"withConstantMaximum(Identifier, Identifier, int, int, WBar.Direction)","u":"withConstantMaximum(net.minecraft.util.Identifier,net.minecraft.util.Identifier,int,int,io.github.cottonmc.cotton.gui.widget.WBar.Direction)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"withConstantMaximum(Texture, Texture, int, int, WBar.Direction)","u":"withConstantMaximum(io.github.cottonmc.cotton.gui.widget.data.Texture,io.github.cottonmc.cotton.gui.widget.data.Texture,int,int,io.github.cottonmc.cotton.gui.widget.WBar.Direction)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"withTooltip(String)","u":"withTooltip(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"withTooltip(Text)","u":"withTooltip(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"withUv(float, float, float, float)","u":"withUv(float,float,float,float)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"WLabel(Text)","u":"%3Cinit%3E(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"WLabel(Text, int)","u":"%3Cinit%3E(net.minecraft.text.Text,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"WLabeledSlider(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"WLabeledSlider(int, int, Axis)","u":"%3Cinit%3E(int,int,io.github.cottonmc.cotton.gui.widget.data.Axis)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"WLabeledSlider(int, int, Axis, Text)","u":"%3Cinit%3E(int,int,io.github.cottonmc.cotton.gui.widget.data.Axis,net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"WLabeledSlider(int, int, Text)","u":"%3Cinit%3E(int,int,net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"WListPanel(List, Supplier, BiConsumer)","u":"%3Cinit%3E(java.util.List,java.util.function.Supplier,java.util.function.BiConsumer)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"world"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"WPanel()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanelWithInsets","l":"WPanelWithInsets()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlainPanel","l":"WPlainPanel()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlayerInvPanel","l":"WPlayerInvPanel(PlayerInventory)","u":"%3Cinit%3E(net.minecraft.entity.player.PlayerInventory)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlayerInvPanel","l":"WPlayerInvPanel(PlayerInventory, boolean)","u":"%3Cinit%3E(net.minecraft.entity.player.PlayerInventory,boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlayerInvPanel","l":"WPlayerInvPanel(PlayerInventory, WWidget)","u":"%3Cinit%3E(net.minecraft.entity.player.PlayerInventory,io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"WScrollBar()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"WScrollBar(Axis)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.data.Axis)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"WScrollPanel(WWidget)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"WSlider(int, int, Axis)","u":"%3Cinit%3E(int,int,io.github.cottonmc.cotton.gui.widget.data.Axis)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"WSprite(Identifier)","u":"%3Cinit%3E(net.minecraft.util.Identifier)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"WSprite(Identifier, float, float, float, float)","u":"%3Cinit%3E(net.minecraft.util.Identifier,float,float,float,float)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"WSprite(int, Identifier...)","u":"%3Cinit%3E(int,net.minecraft.util.Identifier...)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"WSprite(int, Texture...)","u":"%3Cinit%3E(int,io.github.cottonmc.cotton.gui.widget.data.Texture...)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"WSprite(Texture)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"WTabPanel()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"WText(Text)","u":"%3Cinit%3E(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"WText(Text, int)","u":"%3Cinit%3E(net.minecraft.text.Text,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"WTextField()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"WTextField(Text)","u":"%3Cinit%3E(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"WTiledSprite(int, int, Identifier)","u":"%3Cinit%3E(int,int,net.minecraft.util.Identifier)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"WTiledSprite(int, int, int, Identifier...)","u":"%3Cinit%3E(int,int,int,net.minecraft.util.Identifier...)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"WTiledSprite(int, int, int, Texture...)","u":"%3Cinit%3E(int,int,int,io.github.cottonmc.cotton.gui.widget.data.Texture...)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"WTiledSprite(int, int, Texture)","u":"%3Cinit%3E(int,int,io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"WToggleButton()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"WToggleButton(Identifier, Identifier)","u":"%3Cinit%3E(net.minecraft.util.Identifier,net.minecraft.util.Identifier)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"WToggleButton(Identifier, Identifier, Text)","u":"%3Cinit%3E(net.minecraft.util.Identifier,net.minecraft.util.Identifier,net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"WToggleButton(Text)","u":"%3Cinit%3E(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"WToggleButton(Texture, Texture)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.data.Texture,io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"WToggleButton(Texture, Texture, Text)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.data.Texture,io.github.cottonmc.cotton.gui.widget.data.Texture,net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"WWidget()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"x"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Rect2i","l":"x()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Vec2i","l":"x()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"y"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Rect2i","l":"y()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Vec2i","l":"y()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"YELLOW_DYE"}];updateSearchResults();
\ No newline at end of file
+memberSearchIndex = [{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel.Builder","l":"add(Focus)","u":"add(io.github.cottonmc.cotton.gui.widget.focus.Focus)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"add(int, WWidget)","u":"add(int,io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"add(int, WWidget, int, int)","u":"add(int,io.github.cottonmc.cotton.gui.widget.WWidget,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel.Builder","l":"add(K, Rect2i)","u":"add(K,io.github.cottonmc.cotton.gui.widget.data.Rect2i)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"TooltipBuilder","l":"add(OrderedText...)","u":"add(net.minecraft.text.OrderedText...)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"TooltipBuilder","l":"add(Text...)","u":"add(net.minecraft.text.Text...)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"add(WTabPanel.Tab)","u":"add(io.github.cottonmc.cotton.gui.widget.WTabPanel.Tab)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud","l":"add(WWidget)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"add(WWidget)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"add(WWidget)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"add(WWidget, Consumer)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,java.util.function.Consumer)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud","l":"add(WWidget, CottonHud.Positioner)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,io.github.cottonmc.cotton.gui.client.CottonHud.Positioner)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud","l":"add(WWidget, CottonHud.Positioner, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,io.github.cottonmc.cotton.gui.client.CottonHud.Positioner,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud","l":"add(WWidget, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"add(WWidget, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"add(WWidget, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"add(WWidget, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlainPanel","l":"add(WWidget, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud","l":"add(WWidget, int, int, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"add(WWidget, int, int, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlainPanel","l":"add(WWidget, int, int, int, int)","u":"add(io.github.cottonmc.cotton.gui.widget.WWidget,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel.Builder","l":"addAll(Collection>)","u":"addAll(java.util.Collection)"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"addChangeListener(WItemSlot, WItemSlot.ChangeListener)","u":"addChangeListener(io.github.cottonmc.cotton.gui.widget.WItemSlot,io.github.cottonmc.cotton.gui.widget.WItemSlot.ChangeListener)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"addChangeListener(WItemSlot.ChangeListener)","u":"addChangeListener(io.github.cottonmc.cotton.gui.widget.WItemSlot.ChangeListener)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"addElementNarrations(NarrationMessageBuilder)","u":"addElementNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"addElementNarrations(NarrationMessageBuilder)","u":"addElementNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"addListener(ObservableView.ChangeListener super T>)","u":"addListener(io.github.cottonmc.cotton.gui.widget.data.ObservableView.ChangeListener)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableView","l":"addListener(ObservableView.ChangeListener super T>)","u":"addListener(io.github.cottonmc.cotton.gui.widget.data.ObservableView.ChangeListener)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"addNarrations(NarrationMessageBuilder)","u":"addNarrations(net.minecraft.client.gui.screen.narration.NarrationMessageBuilder)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"addPainters()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"addPainters()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"addPainters()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"addPainters()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"addPainters()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"addPainters()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"addPainters()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"addPainters()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"addSlotPeer(ValidatedSlot)","u":"addSlotPeer(io.github.cottonmc.cotton.gui.ValidatedSlot)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"addSlotPeer(ValidatedSlot)","u":"addSlotPeer(io.github.cottonmc.cotton.gui.ValidatedSlot)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"addSlotPeer(ValidatedSlot)","u":"addSlotPeer(io.github.cottonmc.cotton.gui.ValidatedSlot)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"addTooltip(TooltipBuilder)","u":"addTooltip(io.github.cottonmc.cotton.gui.widget.TooltipBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab","l":"addTooltip(TooltipBuilder)","u":"addTooltip(io.github.cottonmc.cotton.gui.widget.TooltipBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"addTooltip(TooltipBuilder)","u":"addTooltip(io.github.cottonmc.cotton.gui.widget.TooltipBuilder)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"adjustSlider(int, int)","u":"adjustSlider(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"alignment"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"alignment"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"anchor"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"anchorValue"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"Focus","l":"area()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"axis"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"axis"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"axis"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"bar"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"bg"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"BLACK"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"BLACK_DYE"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"blockInventory"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"BLUE"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"BLUE_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"VerticalAlignment","l":"BOTTOM"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"bottom()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"BROWN_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty.Builder","l":"build()"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel.Builder","l":"build()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab.Builder","l":"build()"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel","l":"builder()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab.Builder","l":"Builder(WWidget)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"canFocus()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"canFocus()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"canFocus()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"canFocus()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"canFocus()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"canFocus()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"canFocus()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"canHover()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"canInsert(ItemStack)","u":"canInsert(net.minecraft.item.ItemStack)"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"canPlayerUse(PlayerEntity)","u":"canPlayerUse(net.minecraft.entity.player.PlayerEntity)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlayerInvPanel","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"canResize()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"canTakeItems(PlayerEntity)","u":"canTakeItems(net.minecraft.entity.player.PlayerEntity)"},{"p":"io.github.cottonmc.cotton.gui","c":"ItemSyncedGuiDescription","l":"canUse(PlayerEntity)","u":"canUse(net.minecraft.entity.player.PlayerEntity)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"canUse(PlayerEntity)","u":"canUse(net.minecraft.entity.player.PlayerEntity)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"cellHeight"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"HorizontalAlignment","l":"CENTER"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"VerticalAlignment","l":"CENTER"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"charTyped(char, int)","u":"charTyped(char,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"charTyped(char, int)","u":"charTyped(char,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"checkValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"children"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Axis","l":"choose(T, T)","u":"choose(T,T)"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"clear()"},{"p":"io.github.cottonmc.cotton.gui.networking","c":"NetworkSide","l":"CLIENT"},{"p":"io.github.cottonmc.cotton.gui.client","c":"Scissors.Frame","l":"close()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"color"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"color"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"color"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"color"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"color"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"colorAtOpacity(int, float)","u":"colorAtOpacity(int,float)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"coloredRect(DrawContext, int, int, int, int, int)","u":"coloredRect(net.minecraft.client.gui.DrawContext,int,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"configurator"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"configured"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"coordToValueRatio"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"CottonClientScreen(GuiDescription)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"CottonClientScreen(Text, GuiDescription)","u":"%3Cinit%3E(net.minecraft.text.Text,io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud","l":"CottonHud()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"CottonInventoryScreen(T, PlayerEntity)","u":"%3Cinit%3E(T,net.minecraft.entity.player.PlayerEntity)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"CottonInventoryScreen(T, PlayerEntity, Text)","u":"%3Cinit%3E(T,net.minecraft.entity.player.PlayerEntity,net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"CottonInventoryScreen(T, PlayerInventory)","u":"%3Cinit%3E(T,net.minecraft.entity.player.PlayerInventory)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"CottonInventoryScreen(T, PlayerInventory, Text)","u":"%3Cinit%3E(T,net.minecraft.entity.player.PlayerInventory,net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"BackgroundPainter","l":"createColorful(int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"BackgroundPainter","l":"createColorful(int, float)","u":"createColorful(int,float)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlayerInvPanel","l":"createInventoryLabel(PlayerInventory)","u":"createInventoryLabel(net.minecraft.entity.player.PlayerInventory)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"BackgroundPainter","l":"createLightDarkVariants(BackgroundPainter, BackgroundPainter)","u":"createLightDarkVariants(io.github.cottonmc.cotton.gui.client.BackgroundPainter,io.github.cottonmc.cotton.gui.client.BackgroundPainter)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"BackgroundPainter","l":"createNinePatch(Identifier)","u":"createNinePatch(net.minecraft.util.Identifier)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"BackgroundPainter","l":"createNinePatch(Texture, Consumer>)","u":"createNinePatch(io.github.cottonmc.cotton.gui.widget.data.Texture,java.util.function.Consumer)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"createPlayerInventoryPanel()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"createPlayerInventoryPanel(boolean)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"createPlayerInventoryPanel(WWidget)","u":"createPlayerInventoryPanel(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"createSlotPeer(Inventory, int, int, int)","u":"createSlotPeer(net.minecraft.inventory.Inventory,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"currentFrame"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"currentFrameTime"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"CURSOR_HEIGHT"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"CURSOR_PADDING_Y"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"CYAN_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"DARK_TEXTURE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"darkmodeColor"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"darkmodeColor"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"darkmodeColor"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"darkmodeColor"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"darkmodeColor"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"darkmodeTitleColor"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"darkTitleColor"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"data"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"DEFAULT_DARKMODE_TEXT_COLOR"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"DEFAULT_DARKMODE_TEXT_COLOR"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"DEFAULT_FOCUS_IMAGE"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"DEFAULT_ITEM_FILTER"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"DEFAULT_OFF_IMAGE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"DEFAULT_ON_IMAGE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"DEFAULT_TEXT_COLOR"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"DEFAULT_TEXT_COLOR"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"description"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"description"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"direction"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"direction"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"disableDarkmode()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"disableDarkmode()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"disableDarkmode()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider.Direction","l":"DOWN"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar.Direction","l":"DOWN"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"dragging"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"drawBackground(DrawContext, float, int, int)","u":"drawBackground(net.minecraft.client.gui.DrawContext,float,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawBeveledPanel(DrawContext, int, int)","u":"drawBeveledPanel(net.minecraft.client.gui.DrawContext,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawBeveledPanel(DrawContext, int, int, int, int)","u":"drawBeveledPanel(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawBeveledPanel(DrawContext, int, int, int, int, int, int, int)","u":"drawBeveledPanel(net.minecraft.client.gui.DrawContext,int,int,int,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"drawForeground(DrawContext, int, int)","u":"drawForeground(net.minecraft.client.gui.DrawContext,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawGuiPanel(DrawContext, int, int, int, int)","u":"drawGuiPanel(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawGuiPanel(DrawContext, int, int, int, int, int)","u":"drawGuiPanel(net.minecraft.client.gui.DrawContext,int,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawGuiPanel(DrawContext, int, int, int, int, int, int, int, int)","u":"drawGuiPanel(net.minecraft.client.gui.DrawContext,int,int,int,int,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawString(DrawContext, OrderedText, HorizontalAlignment, int, int, int, int)","u":"drawString(net.minecraft.client.gui.DrawContext,net.minecraft.text.OrderedText,io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawString(DrawContext, OrderedText, int, int, int)","u":"drawString(net.minecraft.client.gui.DrawContext,net.minecraft.text.OrderedText,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawString(DrawContext, String, HorizontalAlignment, int, int, int, int)","u":"drawString(net.minecraft.client.gui.DrawContext,java.lang.String,io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawString(DrawContext, String, int, int, int)","u":"drawString(net.minecraft.client.gui.DrawContext,java.lang.String,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawStringWithShadow(DrawContext, OrderedText, HorizontalAlignment, int, int, int, int)","u":"drawStringWithShadow(net.minecraft.client.gui.DrawContext,net.minecraft.text.OrderedText,io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawStringWithShadow(DrawContext, String, HorizontalAlignment, int, int, int, int)","u":"drawStringWithShadow(net.minecraft.client.gui.DrawContext,java.lang.String,io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"drawTextHover(DrawContext, Style, int, int)","u":"drawTextHover(net.minecraft.client.gui.DrawContext,net.minecraft.text.Style,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"DYE_COLORS"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"empty()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Rect2i","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Vec2i","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"Focus","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"expandToFit(WWidget)","u":"expandToFit(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanelWithInsets","l":"expandToFit(WWidget)","u":"expandToFit(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"expandToFit(WWidget, Insets)","u":"expandToFit(io.github.cottonmc.cotton.gui.widget.WWidget,io.github.cottonmc.cotton.gui.widget.data.Insets)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"field"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableView","l":"find()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"fixedHeight"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"FocusModel","l":"foci()"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel","l":"foci()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"focus"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"focus"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"Focus","l":"Focus(K, Rect2i)","u":"%3Cinit%3E(K,io.github.cottonmc.cotton.gui.widget.data.Rect2i)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"focusImage"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"frames"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"frameTime"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"fullscreen"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"fullscreen"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"get()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableView","l":"get()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getA()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getAbsoluteX()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getAbsoluteY()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"getAlignment()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider.Direction","l":"getAxis()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"getAxis()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"getAxis()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getB()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getBackgroundPainter()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"getBackgroundPainter()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"getBackgroundPainter()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getBlockInventory(ScreenHandlerContext)","u":"getBlockInventory(net.minecraft.screen.ScreenHandlerContext)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getBlockInventory(ScreenHandlerContext, int)","u":"getBlockInventory(net.minecraft.screen.ScreenHandlerContext,int)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getBlockPropertyDelegate(ScreenHandlerContext)","u":"getBlockPropertyDelegate(net.minecraft.screen.ScreenHandlerContext)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getBlockPropertyDelegate(ScreenHandlerContext, int)","u":"getBlockPropertyDelegate(net.minecraft.screen.ScreenHandlerContext,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"getBottomPadding()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"getCardCount()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"getCaretPosition(int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.LCH","l":"getChroma()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getChroma()"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"TextureIcon","l":"getColor()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"getColor()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"getColor()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"getCursor()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"getDarkmodeColor()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"getDarkmodeColor()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"getDescription()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"getDescription()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"getDirection()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"getDraggingFinishedListener()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"getDuration()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"getFilter()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getFilter()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"getFocus()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"getFocus()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getFocus()"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel","l":"getFocusedKey()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getFocusedSlot()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"getFocusImage()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getFocusModel()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getFocusModel()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getG()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"getHandlePosition()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"getHandleSize()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getHeight()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getHeight()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"getHorizontalAlignment()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"getHorizontalAlignment()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"getHorizontalAlignment()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getHost()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getHSLSaturation()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getHSVSaturation()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.HSL","l":"getHue()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.LCH","l":"getHue()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getHue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"getIcon()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getIcon()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab","l":"getIcon()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"getIconSize()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"getInputFilter()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getInputFilter()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanelWithInsets","l":"getInsets()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"getInventoryIndex()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"getItems()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"getLabel()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"getLabel()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"getLabel()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"getLabelAlignment()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"getLabelUpdater()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"getLastResponder()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"getLastResponder()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"getLeftPadding()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getLightness()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.HSL","l":"getLuma()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.LCH","l":"getLuma()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getLuma()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"getMaxLength()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"getMaxScrollValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"getMaxValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"getMaxValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"getMinValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"getMovableDistance()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"getName()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getNarrationName()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getNetworkSide()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"getOffImage()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"getOnClick()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"getOnImage()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"getOnToggle()"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"TextureIcon","l":"getOpacity()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableView","l":"getOrNull()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"getOutputFilter()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getOutputFilter()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getPacketSender()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getParent()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"getProperties()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"getPropertyDelegate()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"getPropertyDelegate()"},{"p":"io.github.cottonmc.cotton.gui","c":"PropertyDelegateHolder","l":"getPropertyDelegate()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getPropertyDelegate()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getR()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"getRightPadding()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"getRootPanel()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"getRootPanel()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getRootPanel()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.HSL","l":"getSaturation()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"getScrollBar()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"getSelectedCard()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"getSelectedIndex()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"getSelectedIndex()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"getSelectedTab()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"getSelection()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"getSpacing()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"getStack()"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"getStack(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"getSuggestion()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"getTabCount()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"getText()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"getText()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"getText()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"getTextStyleAt(int, int)","u":"getTextStyleAt(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"getTextStyleAt(int, int)","u":"getTextStyleAt(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"getThumbWidth()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"getThumbWidth()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"getThumbWidth()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"getTileHeight()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"getTileWidth()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab","l":"getTitle()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"getTitleAlignment()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"getTitleAlignment()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getTitleAlignment()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"getTitleColor()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"getTitleColor()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getTitleColor()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"getTitlePos()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"getTitlePos()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"getTitlePos()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"getToggle()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"getTopPadding()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"getValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"getValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"getValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"getValueChangeListener()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"getVerticalAlignment()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"getVerticalAlignment()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"getVerticalAlignment()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab","l":"getWidget()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"getWidth()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getWidth()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"getWindow()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getX()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"getY()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"GRAY_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"GREEN"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"GREEN_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"grid"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"handledScreenTick()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"hashCode()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Rect2i","l":"hashCode()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"hashCode()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Vec2i","l":"hashCode()"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"Focus","l":"hashCode()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"hasValue()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableView","l":"hasValue()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"height"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Rect2i","l":"height()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"hit(int, int)","u":"hit(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"hit(int, int)","u":"hit(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Axis","l":"HORIZONTAL"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"horizontalAlignment"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"horizontalAlignment"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"horizontalAlignment"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"horizontalGap"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud.Positioner","l":"horizontallyCentered(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"horizontalScrollBar"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"host"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlayerInvPanel","l":"hotbar"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"hoveredProperty()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.HSL","l":"HSL(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.HSL","l":"HSL(int)","u":"%3Cinit%3E(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab.Builder","l":"icon(Icon)","u":"icon(io.github.cottonmc.cotton.gui.widget.icon.Icon)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"iconSize"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"InputResult","l":"IGNORED"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"image()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"init()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"init()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanelWithInsets","l":"insets"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"Insets(int)","u":"%3Cinit%3E(int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"Insets(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"Insets(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"INSTANCE"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"interpolate(Color.RGB, double)","u":"interpolate(io.github.cottonmc.cotton.gui.widget.data.Color.RGB,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlayerInvPanel","l":"inventory"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"isActivationKey(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"isBigSlot()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LibGui","l":"isDarkMode()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"isDarkMode()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"isDecreasingKey(int, WAbstractSlider.Direction)","u":"isDecreasingKey(int,io.github.cottonmc.cotton.gui.widget.WAbstractSlider.Direction)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"isDragging()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"isEditable()"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"isEmpty()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"isEnabled()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"isEnabled()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"isFocused()"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"FocusModel","l":"isFocused(Focus)","u":"isFocused(io.github.cottonmc.cotton.gui.widget.focus.Focus)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel","l":"isFocused(Focus)","u":"isFocused(io.github.cottonmc.cotton.gui.widget.focus.Focus)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"isFocused(WWidget)","u":"isFocused(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"isFocused(WWidget)","u":"isFocused(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"isFocused(WWidget)","u":"isFocused(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"isFullscreen()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"isFullscreen()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"isFullscreen()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"isHovered()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"isIncreasingKey(int, WAbstractSlider.Direction)","u":"isIncreasingKey(int,io.github.cottonmc.cotton.gui.widget.WAbstractSlider.Direction)"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"isInsertingAllowed()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"isInsertingAllowed()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider.Direction","l":"isInverted()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"isModifiable()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"isMouseInsideBounds(int, int)","u":"isMouseInsideBounds(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"isMouseInsideBounds(int, int)","u":"isMouseInsideBounds(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"isMouseInsideBounds(int, int)","u":"isMouseInsideBounds(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"isNarratable()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"isOn"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"isScrollingHorizontally()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"isScrollingVertically()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"isTakingAllowed()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"isTakingAllowed()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"isTitleVisible()"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"isTitleVisible()"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"isTitleVisible()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"isVisible()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"isWithinBounds(int, int)","u":"isWithinBounds(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"ItemIcon","l":"ItemIcon(Item)","u":"%3Cinit%3E(net.minecraft.item.Item)"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"ItemIcon","l":"ItemIcon(ItemStack)","u":"%3Cinit%3E(net.minecraft.item.ItemStack)"},{"p":"io.github.cottonmc.cotton.gui","c":"ItemSyncedGuiDescription","l":"ItemSyncedGuiDescription(ScreenHandlerType>, int, PlayerInventory, StackReference)","u":"%3Cinit%3E(net.minecraft.screen.ScreenHandlerType,int,net.minecraft.entity.player.PlayerInventory,net.minecraft.inventory.StackReference)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"Focus","l":"key()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"keyPressed(int, int, int)","u":"keyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"keyPressed(int, int, int)","u":"keyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"keyReleased(int, int, int)","u":"keyReleased(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"keyReleased(int, int, int)","u":"keyReleased(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlayerInvPanel","l":"label"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"label"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"lastFrame"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"lastResponder"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"lastResponder"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"layout()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"layout()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"layout()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"layout()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"layout()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.LCH","l":"LCH(float, float, float)","u":"%3Cinit%3E(float,float,float)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"left"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"HorizontalAlignment","l":"LEFT"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider.Direction","l":"LEFT"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar.Direction","l":"LEFT"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"left()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"LIGHT_BLUE_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"LIGHT_GRAY_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"LIGHT_TEXTURE"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"LightweightGuiDescription()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"LIME_DYE"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"listeners"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"MAGENTA_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"margin"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"markDirty()"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"markDirty()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"max"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"max"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"maxValue"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"maxValue"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"min"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"mouseClicked(double, double, int)","u":"mouseClicked(double,double,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"mouseClicked(double, double, int)","u":"mouseClicked(double,double,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"mouseDragged(double, double, int, double, double)","u":"mouseDragged(double,double,int,double,double)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"mouseDragged(double, double, int, double, double)","u":"mouseDragged(double,double,int,double,double)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"mouseMoved(double, double)","u":"mouseMoved(double,double)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"mouseMoved(double, double)","u":"mouseMoved(double,double)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"mouseReleased(double, double, int)","u":"mouseReleased(double,double,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"mouseReleased(double, double, int)","u":"mouseReleased(double,double,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"mouseScrolled(double, double, double)","u":"mouseScrolled(double,double,double)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"mouseScrolled(double, double, double)","u":"mouseScrolled(double,double,double)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"multiplyColor(int, float)","u":"multiplyColor(int,float)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty.Builder","l":"name(String)","u":"name(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"NinePatchBackgroundPainter(NinePatch)","u":"%3Cinit%3E(juuxel.libninepatch.NinePatch)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"NONE"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty.Builder","l":"nonnull()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"InputResult","l":"of(boolean)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud.Positioner","l":"of(int, int)","u":"of(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"of(Inventory, int)","u":"of(net.minecraft.inventory.Inventory,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"of(Inventory, int, int, int)","u":"of(net.minecraft.inventory.Inventory,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"Focus","l":"of(Rect2i)","u":"of(io.github.cottonmc.cotton.gui.widget.data.Rect2i)"},{"p":"io.github.cottonmc.cotton.gui.networking","c":"ScreenNetworking","l":"of(SyncedGuiDescription, NetworkSide)","u":"of(io.github.cottonmc.cotton.gui.SyncedGuiDescription,io.github.cottonmc.cotton.gui.networking.NetworkSide)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"of(T)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"offImage"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"ofPlayerStorage(Inventory)","u":"ofPlayerStorage(net.minecraft.inventory.Inventory)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"onCharTyped(char)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onCharTyped(char)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"onClick(int, int, int)","u":"onClick(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"onClick(int, int, int)","u":"onClick(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"onClick(int, int, int)","u":"onClick(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"onClick(int, int, int)","u":"onClick(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"onClick(int, int, int)","u":"onClick(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"onClick(int, int, int)","u":"onClick(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onClick(int, int, int)","u":"onClick(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"onClosed(PlayerEntity)","u":"onClosed(net.minecraft.entity.player.PlayerEntity)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"onDirectionalKey(int, int)","u":"onDirectionalKey(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"onFocusGained()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onFocusGained()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"onFocusLost()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onFocusLost()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"onHidden()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"onHidden()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onHidden()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"onImage"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"onKeyPressed(int, int, int)","u":"onKeyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"onKeyPressed(int, int, int)","u":"onKeyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"onKeyPressed(int, int, int)","u":"onKeyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"onKeyPressed(int, int, int)","u":"onKeyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"onKeyPressed(int, int, int)","u":"onKeyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"onKeyPressed(int, int, int)","u":"onKeyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onKeyPressed(int, int, int)","u":"onKeyPressed(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"onKeyReleased(int, int, int)","u":"onKeyReleased(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onKeyReleased(int, int, int)","u":"onKeyReleased(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.networking","c":"ScreenNetworking.MessageReceiver","l":"onMessage(PacketByteBuf)","u":"onMessage(net.minecraft.network.PacketByteBuf)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"onMouseDown(int, int, int)","u":"onMouseDown(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"onMouseDown(int, int, int)","u":"onMouseDown(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onMouseDown(int, int, int)","u":"onMouseDown(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"onMouseDrag(int, int, int, double, double)","u":"onMouseDrag(int,int,int,double,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"onMouseDrag(int, int, int, double, double)","u":"onMouseDrag(int,int,int,double,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onMouseDrag(int, int, int, double, double)","u":"onMouseDrag(int,int,int,double,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"onMouseMove(int, int)","u":"onMouseMove(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onMouseMove(int, int)","u":"onMouseMove(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"onMouseScroll(int, int, double)","u":"onMouseScroll(int,int,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"onMouseScroll(int, int, double)","u":"onMouseScroll(int,int,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"onMouseScroll(int, int, double)","u":"onMouseScroll(int,int,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"onMouseScroll(int, int, double)","u":"onMouseScroll(int,int,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onMouseScroll(int, int, double)","u":"onMouseScroll(int,int,double)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"onMouseUp(int, int, int)","u":"onMouseUp(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"onMouseUp(int, int, int)","u":"onMouseUp(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onMouseUp(int, int, int)","u":"onMouseUp(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableView.ChangeListener","l":"onPropertyChange(ObservableView extends T>, T, T)","u":"onPropertyChange(io.github.cottonmc.cotton.gui.widget.data.ObservableView,T,T)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"onShown()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"onShown()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"onShown()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot.ChangeListener","l":"onStackChanged(WItemSlot, Inventory, int, ItemStack)","u":"onStackChanged(io.github.cottonmc.cotton.gui.widget.WItemSlot,net.minecraft.inventory.Inventory,int,net.minecraft.item.ItemStack)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"onToggle"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"onToggle(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"onValueChanged(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"onValueChanged(int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"opaqueRgb(int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"ORANGE_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"outputOf(Inventory, int)","u":"outputOf(net.minecraft.inventory.Inventory,int)"},{"p":"io.github.cottonmc.cotton.gui","c":"ItemSyncedGuiDescription","l":"owner"},{"p":"io.github.cottonmc.cotton.gui","c":"ItemSyncedGuiDescription","l":"ownerStack"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"Icon","l":"paint(DrawContext, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"ItemIcon","l":"paint(DrawContext, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"TextureIcon","l":"paint(DrawContext, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WClippedPanel","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"paint(DrawContext, int, int, int, int)","u":"paint(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"BackgroundPainter","l":"paintBackground(DrawContext, int, int, WWidget)","u":"paintBackground(net.minecraft.client.gui.DrawContext,int,int,io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"paintBackground(DrawContext, int, int, WWidget)","u":"paintBackground(net.minecraft.client.gui.DrawContext,int,int,io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"paintFrame(DrawContext, int, int, Texture)","u":"paintFrame(net.minecraft.client.gui.DrawContext,int,int,io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"paintFrame(DrawContext, int, int, Texture)","u":"paintFrame(net.minecraft.client.gui.DrawContext,int,int,io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"parent"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"PINK_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"pixelsToValues(int)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"playerInventory"},{"p":"io.github.cottonmc.cotton.gui.client","c":"Scissors","l":"pop()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"InputResult","l":"PROCESSED"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"properties"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"propertyDelegate"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"propertyDelegate"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"PURPLE_DYE"},{"p":"io.github.cottonmc.cotton.gui.client","c":"Scissors","l":"push(int, int, int, int)","u":"push(int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"quickMove(PlayerEntity, int)","u":"quickMove(net.minecraft.entity.player.PlayerEntity,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"readOnly()"},{"p":"io.github.cottonmc.cotton.gui.networking","c":"ScreenNetworking","l":"receive(Identifier, ScreenNetworking.MessageReceiver)","u":"receive(net.minecraft.util.Identifier,io.github.cottonmc.cotton.gui.networking.ScreenNetworking.MessageReceiver)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Rect2i","l":"Rect2i(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"RED"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"RED_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"releaseFocus()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"releaseFocus(WWidget)","u":"releaseFocus(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"releaseFocus(WWidget)","u":"releaseFocus(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"releaseFocus(WWidget)","u":"releaseFocus(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud","l":"remove(WWidget)","u":"remove(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"remove(WWidget)","u":"remove(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"removed()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"removed()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"removeListener(ObservableView.ChangeListener super T>)","u":"removeListener(io.github.cottonmc.cotton.gui.widget.data.ObservableView.ChangeListener)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableView","l":"removeListener(ObservableView.ChangeListener super T>)","u":"removeListener(io.github.cottonmc.cotton.gui.widget.data.ObservableView.ChangeListener)"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"removeStack(int)"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"removeStack(int, int)","u":"removeStack(int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"render(DrawContext, int, int, float)","u":"render(net.minecraft.client.gui.DrawContext,int,int,float)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"render(DrawContext, int, int, float)","u":"render(net.minecraft.client.gui.DrawContext,int,int,float)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"renderBox(DrawContext, int, int)","u":"renderBox(net.minecraft.client.gui.DrawContext,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"renderCursor(DrawContext, int, int, String)","u":"renderCursor(net.minecraft.client.gui.DrawContext,int,int,java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"renderSelection(DrawContext, int, int, String)","u":"renderSelection(net.minecraft.client.gui.DrawContext,int,int,java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"renderSuggestion(DrawContext, int, int)","u":"renderSuggestion(net.minecraft.client.gui.DrawContext,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"renderText(DrawContext, int, int, String)","u":"renderText(net.minecraft.client.gui.DrawContext,int,int,java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"renderTextField(DrawContext, int, int)","u":"renderTextField(net.minecraft.client.gui.DrawContext,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"renderTooltip(DrawContext, int, int, int, int)","u":"renderTooltip(net.minecraft.client.gui.DrawContext,int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"reposition(int, int)","u":"reposition(int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"reposition(int, int)","u":"reposition(int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud.Positioner","l":"reposition(WWidget, int, int)","u":"reposition(io.github.cottonmc.cotton.gui.widget.WWidget,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"requestFocus()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"requestFocus(WWidget)","u":"requestFocus(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"requestFocus(WWidget)","u":"requestFocus(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"requestFocus(WWidget)","u":"requestFocus(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"rgb(int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"RGB(int)","u":"%3Cinit%3E(int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"RGB(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"rgb(int, int, int, int)","u":"rgb(int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"RGB(int, int, int, int)","u":"%3Cinit%3E(int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"HorizontalAlignment","l":"RIGHT"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider.Direction","l":"RIGHT"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar.Direction","l":"RIGHT"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"right()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"ROOT_PANEL"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"rootPanel"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"rootPanel"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"scrollBar"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"scrollCursorIntoView()"},{"p":"io.github.cottonmc.cotton.gui.networking","c":"ScreenNetworking","l":"send(Identifier, Consumer)","u":"send(net.minecraft.util.Identifier,java.util.function.Consumer)"},{"p":"io.github.cottonmc.cotton.gui.networking","c":"NetworkSide","l":"SERVER"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"ObservableProperty","l":"set(T)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"setAlignment(HorizontalAlignment)","u":"setAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"setAlignment(HorizontalAlignment)","u":"setAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"setAxis(Axis)","u":"setAxis(io.github.cottonmc.cotton.gui.widget.data.Axis)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"setBackgroundPainter(BackgroundPainter)","u":"setBackgroundPainter(io.github.cottonmc.cotton.gui.client.BackgroundPainter)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"setBackgroundPainter(BackgroundPainter)","u":"setBackgroundPainter(io.github.cottonmc.cotton.gui.client.BackgroundPainter)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"setBackgroundPainter(BackgroundPainter)","u":"setBackgroundPainter(io.github.cottonmc.cotton.gui.client.BackgroundPainter)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlayerInvPanel","l":"setBackgroundPainter(BackgroundPainter)","u":"setBackgroundPainter(io.github.cottonmc.cotton.gui.client.BackgroundPainter)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setBackgroundPainter(BackgroundPainter)","u":"setBackgroundPainter(io.github.cottonmc.cotton.gui.client.BackgroundPainter)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"setBottomPadding(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setChangedListener(Consumer)","u":"setChangedListener(java.util.function.Consumer)"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"TextureIcon","l":"setColor(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"setColor(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"setColor(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"setColor(int, int)","u":"setColor(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"setColor(int, int)","u":"setColor(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"setColor(int, int)","u":"setColor(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"setColor(int, int)","u":"setColor(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setCursorPos(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"setDarkmodeColor(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"setDarkmodeColor(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"setDarkmodeColor(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"setDirection(WAbstractSlider.Direction)","u":"setDirection(io.github.cottonmc.cotton.gui.widget.WAbstractSlider.Direction)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setDisabledColor(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"setDraggingFinishedListener(IntConsumer)","u":"setDraggingFinishedListener(java.util.function.IntConsumer)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"setDuration(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setEditable(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"setEnabled(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setEnabledColor(int)"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"setFilter(Predicate)","u":"setFilter(java.util.function.Predicate)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"setFilter(Predicate)","u":"setFilter(java.util.function.Predicate)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"FocusModel","l":"setFocused(Focus)","u":"setFocused(io.github.cottonmc.cotton.gui.widget.focus.Focus)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel","l":"setFocused(Focus)","u":"setFocused(io.github.cottonmc.cotton.gui.widget.focus.Focus)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"setFocusImage(Texture)","u":"setFocusImage(io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"setFrames(Identifier...)","u":"setFrames(net.minecraft.util.Identifier...)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"setFrames(Texture...)","u":"setFrames(io.github.cottonmc.cotton.gui.widget.data.Texture...)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"setFullscreen(boolean)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"setFullscreen(boolean)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"setFullscreen(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"setGaps(int, int)","u":"setGaps(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"setHorizontalAlignment(HorizontalAlignment)","u":"setHorizontalAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"setHorizontalAlignment(HorizontalAlignment)","u":"setHorizontalAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"setHorizontalAlignment(HorizontalAlignment)","u":"setHorizontalAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"setHost(GuiDescription)","u":"setHost(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"setHost(GuiDescription)","u":"setHost(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"setHost(GuiDescription)","u":"setHost(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"setHovered(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"setIcon(Icon)","u":"setIcon(io.github.cottonmc.cotton.gui.widget.icon.Icon)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"setIcon(Icon)","u":"setIcon(io.github.cottonmc.cotton.gui.widget.icon.Icon)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"setIconSize(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"setImage(Identifier)","u":"setImage(net.minecraft.util.Identifier)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"setImage(Texture)","u":"setImage(io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"setInputFilter(Predicate)","u":"setInputFilter(java.util.function.Predicate)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"setInputFilter(Predicate)","u":"setInputFilter(java.util.function.Predicate)"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"setInsertingAllowed(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"setInsertingAllowed(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"setInsets(Insets)","u":"setInsets(io.github.cottonmc.cotton.gui.widget.data.Insets)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"setInsets(Insets)","u":"setInsets(io.github.cottonmc.cotton.gui.widget.data.Insets)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanelWithInsets","l":"setInsets(Insets)","u":"setInsets(io.github.cottonmc.cotton.gui.widget.data.Insets)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlainPanel","l":"setInsets(Insets)","u":"setInsets(io.github.cottonmc.cotton.gui.widget.data.Insets)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"setItems(List)","u":"setItems(java.util.List)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"setLabel(Text)","u":"setLabel(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"setLabel(Text)","u":"setLabel(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"setLabel(Text)","u":"setLabel(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"setLabelAlignment(HorizontalAlignment)","u":"setLabelAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"setLabelUpdater(WLabeledSlider.LabelUpdater)","u":"setLabelUpdater(io.github.cottonmc.cotton.gui.widget.WLabeledSlider.LabelUpdater)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"setLastResponder(WWidget)","u":"setLastResponder(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"setLastResponder(WWidget)","u":"setLastResponder(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"setLeftPadding(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"setListItemHeight(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"setLocation(int, int)","u":"setLocation(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setMaxLength(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"setMaxValue(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"setMaxValue(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"setMinValue(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"setModifiable(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"setOffImage(Texture)","u":"setOffImage(io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"setOnClick(Runnable)","u":"setOnClick(java.lang.Runnable)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"setOnImage(Texture)","u":"setOnImage(io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"setOnToggle(Consumer)","u":"setOnToggle(java.util.function.Consumer)"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"TextureIcon","l":"setOpacity(float)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"setOpaqueTint(int)"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"setOutputFilter(Predicate)","u":"setOutputFilter(java.util.function.Predicate)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"setOutputFilter(Predicate)","u":"setOutputFilter(java.util.function.Predicate)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"setPadding(int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"setPadding(int, int)","u":"setPadding(int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"setPadding(int, int, int, int)","u":"setPadding(int,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"setParent(WPanel)","u":"setParent(io.github.cottonmc.cotton.gui.widget.WPanel)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonHud","l":"setPositioner(WWidget, CottonHud.Positioner)","u":"setPositioner(io.github.cottonmc.cotton.gui.widget.WWidget,io.github.cottonmc.cotton.gui.client.CottonHud.Positioner)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"setProperties(PropertyDelegate)","u":"setProperties(net.minecraft.screen.PropertyDelegate)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"setPropertyDelegate(PropertyDelegate)","u":"setPropertyDelegate(net.minecraft.screen.PropertyDelegate)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"setPropertyDelegate(PropertyDelegate)","u":"setPropertyDelegate(net.minecraft.screen.PropertyDelegate)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"setPropertyDelegate(PropertyDelegate)","u":"setPropertyDelegate(net.minecraft.screen.PropertyDelegate)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"setRightPadding(int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"setRootPanel(WPanel)","u":"setRootPanel(io.github.cottonmc.cotton.gui.widget.WPanel)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"setRootPanel(WPanel)","u":"setRootPanel(io.github.cottonmc.cotton.gui.widget.WPanel)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"setRootPanel(WPanel)","u":"setRootPanel(io.github.cottonmc.cotton.gui.widget.WPanel)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"setScrollingHorizontally(TriState)","u":"setScrollingHorizontally(net.fabricmc.fabric.api.util.TriState)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"setScrollingVertically(TriState)","u":"setScrollingVertically(net.fabricmc.fabric.api.util.TriState)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"setSelectedCard(WWidget)","u":"setSelectedCard(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"setSelectedIndex(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"setSelectedIndex(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"setSelectedTab(WTabPanel.Tab)","u":"setSelectedTab(io.github.cottonmc.cotton.gui.widget.WTabPanel.Tab)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"setSpacing(int)"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"setStack(int, ItemStack)","u":"setStack(int,net.minecraft.item.ItemStack)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setSuggestion(Text)","u":"setSuggestion(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setSuggestionColor(int)"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"setTakingAllowed(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"setTakingAllowed(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setText(String)","u":"setText(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"setText(Supplier)","u":"setText(java.util.function.Supplier)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"setText(Text)","u":"setText(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"setText(Text)","u":"setText(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"setTextPredicate(Predicate)","u":"setTextPredicate(java.util.function.Predicate)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"setTileHeight(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"setTileSize(int, int)","u":"setTileSize(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"setTileWidth(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"setTint(int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"setTitleAlignment(HorizontalAlignment)","u":"setTitleAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"setTitleAlignment(HorizontalAlignment)","u":"setTitleAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"setTitleAlignment(HorizontalAlignment)","u":"setTitleAlignment(io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"setTitleColor(int)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"setTitleColor(int)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"setTitleColor(int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"setTitleColor(int, int)","u":"setTitleColor(int,int)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"setTitleColor(int, int)","u":"setTitleColor(int,int)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"setTitleColor(int, int)","u":"setTitleColor(int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"setTitlePos(Vec2i)","u":"setTitlePos(io.github.cottonmc.cotton.gui.widget.data.Vec2i)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"setTitlePos(Vec2i)","u":"setTitlePos(io.github.cottonmc.cotton.gui.widget.data.Vec2i)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"setTitlePos(Vec2i)","u":"setTitlePos(io.github.cottonmc.cotton.gui.widget.data.Vec2i)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"setTitleVisible(boolean)"},{"p":"io.github.cottonmc.cotton.gui","c":"GuiDescription","l":"setTitleVisible(boolean)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"setTitleVisible(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"setToggle(boolean)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"NinePatchBackgroundPainter","l":"setTopPadding(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"setUv(float, float, float, float)","u":"setUv(float,float,float,float)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"setValue(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"setValue(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"setValue(int, boolean)","u":"setValue(int,boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"setValueChangeListener(IntConsumer)","u":"setValueChangeListener(java.util.function.IntConsumer)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"setVerticalAlignment(VerticalAlignment)","u":"setVerticalAlignment(io.github.cottonmc.cotton.gui.widget.data.VerticalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"setVerticalAlignment(VerticalAlignment)","u":"setVerticalAlignment(io.github.cottonmc.cotton.gui.widget.data.VerticalAlignment)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"setVerticalAlignment(VerticalAlignment)","u":"setVerticalAlignment(io.github.cottonmc.cotton.gui.widget.data.VerticalAlignment)"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"setVisible(boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"setWindow(int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonInventoryScreen","l":"shouldPause()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"shouldRenderInDarkMode()"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"FocusModel","l":"simple(WWidget)","u":"simple(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"SimpleKeyedFocusModel","l":"SimpleKeyedFocusModel(List>)","u":"%3Cinit%3E(java.util.List)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"singleImage"},{"p":"io.github.cottonmc.cotton.gui","c":"EmptyInventory","l":"size()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"sliding"},{"p":"io.github.cottonmc.cotton.gui.client","c":"BackgroundPainter","l":"SLOT"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"SLOT_TEXTURE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"spacing"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"streamChildren()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"supplier"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"SyncedGuiDescription(ScreenHandlerType>, int, PlayerInventory)","u":"%3Cinit%3E(net.minecraft.screen.ScreenHandlerType,int,net.minecraft.entity.player.PlayerInventory)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"SyncedGuiDescription(ScreenHandlerType>, int, PlayerInventory, Inventory, PropertyDelegate)","u":"%3Cinit%3E(net.minecraft.screen.ScreenHandlerType,int,net.minecraft.entity.player.PlayerInventory,net.minecraft.inventory.Inventory,net.minecraft.screen.PropertyDelegate)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"text"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"text"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"text"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"TEXT_PADDING_X"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"TEXT_PADDING_Y"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"Texture(Identifier)","u":"%3Cinit%3E(net.minecraft.util.Identifier)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"Texture(Identifier, float, float, float, float)","u":"%3Cinit%3E(net.minecraft.util.Identifier,float,float,float,float)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"texturedGuiRect(DrawContext, int, int, int, int, Identifier, int)","u":"texturedGuiRect(net.minecraft.client.gui.DrawContext,int,int,int,int,net.minecraft.util.Identifier,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"texturedGuiRect(DrawContext, int, int, int, int, Identifier, int, int, int)","u":"texturedGuiRect(net.minecraft.client.gui.DrawContext,int,int,int,int,net.minecraft.util.Identifier,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"texturedRect(DrawContext, int, int, int, int, Identifier, float, float, float, float, int)","u":"texturedRect(net.minecraft.client.gui.DrawContext,int,int,int,int,net.minecraft.util.Identifier,float,float,float,float,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"texturedRect(DrawContext, int, int, int, int, Identifier, float, float, float, float, int, float)","u":"texturedRect(net.minecraft.client.gui.DrawContext,int,int,int,int,net.minecraft.util.Identifier,float,float,float,float,int,float)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"texturedRect(DrawContext, int, int, int, int, Identifier, int)","u":"texturedRect(net.minecraft.client.gui.DrawContext,int,int,int,int,net.minecraft.util.Identifier,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"texturedRect(DrawContext, int, int, int, int, Identifier, int, float)","u":"texturedRect(net.minecraft.client.gui.DrawContext,int,int,int,int,net.minecraft.util.Identifier,int,float)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"texturedRect(DrawContext, int, int, int, int, Texture, int)","u":"texturedRect(net.minecraft.client.gui.DrawContext,int,int,int,int,io.github.cottonmc.cotton.gui.widget.data.Texture,int)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"ScreenDrawing","l":"texturedRect(DrawContext, int, int, int, int, Texture, int, float)","u":"texturedRect(net.minecraft.client.gui.DrawContext,int,int,int,int,io.github.cottonmc.cotton.gui.widget.data.Texture,int,float)"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"TextureIcon","l":"TextureIcon(Identifier)","u":"%3Cinit%3E(net.minecraft.util.Identifier)"},{"p":"io.github.cottonmc.cotton.gui.widget.icon","c":"TextureIcon","l":"TextureIcon(Texture)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"THUMB_SIZE"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"tick()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"tick()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"tick()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"tick()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"tick()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"tick()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"tint"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab.Builder","l":"title(Text)","u":"title(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"titleAlignment"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"titleAlignment"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"titleColor"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"titleColor"},{"p":"io.github.cottonmc.cotton.gui.client","c":"LightweightGuiDescription","l":"titleVisible"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"titleVisible"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"titleX"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"titleY"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab.Builder","l":"tooltip(Collection extends Text>)","u":"tooltip(java.util.Collection)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel.Tab.Builder","l":"tooltip(Text...)","u":"tooltip(net.minecraft.text.Text...)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"TooltipBuilder","l":"TooltipBuilder()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"tooltipLabel"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"tooltipTextComponent"},{"p":"io.github.cottonmc.cotton.gui.client","c":"CottonClientScreen","l":"top"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"VerticalAlignment","l":"TOP"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"top()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.HSL","l":"toRgb()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.LCH","l":"toRgb()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color.RGB","l":"toRgb()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"toRgb()"},{"p":"io.github.cottonmc.cotton.gui.client","c":"Scissors.Frame","l":"toString()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Insets","l":"toString()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Rect2i","l":"toString()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"toString()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Vec2i","l":"toString()"},{"p":"io.github.cottonmc.cotton.gui.widget.focus","c":"Focus","l":"toString()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"toString()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"TRACK_WIDTH"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"u1()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"u2()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"unconfigured"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider.Direction","l":"UP"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar.Direction","l":"UP"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider.LabelUpdater","l":"updateLabel(int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"updateValueCoordRatios()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"v1()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"v2()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"validate(GuiDescription)","u":"validate(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"validate(GuiDescription)","u":"validate(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"validate(GuiDescription)","u":"validate(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"validate(GuiDescription)","u":"validate(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"validate(GuiDescription)","u":"validate(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlayerInvPanel","l":"validate(GuiDescription)","u":"validate(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"validate(GuiDescription)","u":"validate(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"validate(GuiDescription)","u":"validate(io.github.cottonmc.cotton.gui.GuiDescription)"},{"p":"io.github.cottonmc.cotton.gui","c":"ValidatedSlot","l":"ValidatedSlot(Inventory, int, int, int)","u":"%3Cinit%3E(net.minecraft.inventory.Inventory,int,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"value"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"value"},{"p":"io.github.cottonmc.cotton.gui.networking","c":"NetworkSide","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Axis","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"HorizontalAlignment","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"InputResult","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"VerticalAlignment","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider.Direction","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar.Direction","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.networking","c":"NetworkSide","l":"values()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Axis","l":"values()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"HorizontalAlignment","l":"values()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"InputResult","l":"values()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"VerticalAlignment","l":"values()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider.Direction","l":"values()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar.Direction","l":"values()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"valueToCoordRatio"},{"p":"io.github.cottonmc.cotton.gui.client","c":"BackgroundPainter","l":"VANILLA"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Vec2i","l":"Vec2i(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Axis","l":"VERTICAL"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"verticalAlignment"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"verticalAlignment"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"verticalAlignment"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"verticalGap"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"verticalScrollBar"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WAbstractSlider","l":"WAbstractSlider(int, int, Axis)","u":"%3Cinit%3E(int,int,io.github.cottonmc.cotton.gui.widget.data.Axis)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"WBar(Identifier, Identifier, int, int)","u":"%3Cinit%3E(net.minecraft.util.Identifier,net.minecraft.util.Identifier,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"WBar(Identifier, Identifier, int, int, WBar.Direction)","u":"%3Cinit%3E(net.minecraft.util.Identifier,net.minecraft.util.Identifier,int,int,io.github.cottonmc.cotton.gui.widget.WBar.Direction)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"WBar(Texture, Texture, int, int)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.data.Texture,io.github.cottonmc.cotton.gui.widget.data.Texture,int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"WBar(Texture, Texture, int, int, WBar.Direction)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.data.Texture,io.github.cottonmc.cotton.gui.widget.data.Texture,int,int,io.github.cottonmc.cotton.gui.widget.WBar.Direction)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBox","l":"WBox(Axis)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.data.Axis)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"WButton()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"WButton(Icon)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.icon.Icon)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"WButton(Icon, Text)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.icon.Icon,net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WButton","l":"WButton(Text)","u":"%3Cinit%3E(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WCardPanel","l":"WCardPanel()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WClippedPanel","l":"WClippedPanel()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"WDynamicLabel(Supplier)","u":"%3Cinit%3E(java.util.function.Supplier)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WDynamicLabel","l":"WDynamicLabel(Supplier, int)","u":"%3Cinit%3E(java.util.function.Supplier,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"WGridPanel()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WGridPanel","l":"WGridPanel(int)","u":"%3Cinit%3E(int)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"WHITE"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"WHITE_DYE"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"width"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Rect2i","l":"width()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"window"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"WItem(ItemStack)","u":"%3Cinit%3E(net.minecraft.item.ItemStack)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"WItem(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItem","l":"WItem(TagKey extends ItemConvertible>)","u":"%3Cinit%3E(net.minecraft.registry.tag.TagKey)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WItemSlot","l":"WItemSlot(Inventory, int, int, int, boolean)","u":"%3Cinit%3E(net.minecraft.inventory.Inventory,int,int,int,boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"withConstantMaximum(Identifier, Identifier, int, int, WBar.Direction)","u":"withConstantMaximum(net.minecraft.util.Identifier,net.minecraft.util.Identifier,int,int,io.github.cottonmc.cotton.gui.widget.WBar.Direction)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"withConstantMaximum(Texture, Texture, int, int, WBar.Direction)","u":"withConstantMaximum(io.github.cottonmc.cotton.gui.widget.data.Texture,io.github.cottonmc.cotton.gui.widget.data.Texture,int,int,io.github.cottonmc.cotton.gui.widget.WBar.Direction)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"withTooltip(String)","u":"withTooltip(java.lang.String)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WBar","l":"withTooltip(Text)","u":"withTooltip(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Texture","l":"withUv(float, float, float, float)","u":"withUv(float,float,float,float)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"WLabel(Text)","u":"%3Cinit%3E(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabel","l":"WLabel(Text, int)","u":"%3Cinit%3E(net.minecraft.text.Text,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"WLabeledSlider(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"WLabeledSlider(int, int, Axis)","u":"%3Cinit%3E(int,int,io.github.cottonmc.cotton.gui.widget.data.Axis)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"WLabeledSlider(int, int, Axis, Text)","u":"%3Cinit%3E(int,int,io.github.cottonmc.cotton.gui.widget.data.Axis,net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WLabeledSlider","l":"WLabeledSlider(int, int, Text)","u":"%3Cinit%3E(int,int,net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WListPanel","l":"WListPanel(List, Supplier, BiConsumer)","u":"%3Cinit%3E(java.util.List,java.util.function.Supplier,java.util.function.BiConsumer)"},{"p":"io.github.cottonmc.cotton.gui","c":"SyncedGuiDescription","l":"world"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanel","l":"WPanel()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPanelWithInsets","l":"WPanelWithInsets()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlainPanel","l":"WPlainPanel()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlayerInvPanel","l":"WPlayerInvPanel(PlayerInventory)","u":"%3Cinit%3E(net.minecraft.entity.player.PlayerInventory)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlayerInvPanel","l":"WPlayerInvPanel(PlayerInventory, boolean)","u":"%3Cinit%3E(net.minecraft.entity.player.PlayerInventory,boolean)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WPlayerInvPanel","l":"WPlayerInvPanel(PlayerInventory, WWidget)","u":"%3Cinit%3E(net.minecraft.entity.player.PlayerInventory,io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"WScrollBar()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollBar","l":"WScrollBar(Axis)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.data.Axis)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WScrollPanel","l":"WScrollPanel(WWidget)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.WWidget)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSlider","l":"WSlider(int, int, Axis)","u":"%3Cinit%3E(int,int,io.github.cottonmc.cotton.gui.widget.data.Axis)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"WSprite(Identifier)","u":"%3Cinit%3E(net.minecraft.util.Identifier)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"WSprite(Identifier, float, float, float, float)","u":"%3Cinit%3E(net.minecraft.util.Identifier,float,float,float,float)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"WSprite(int, Identifier...)","u":"%3Cinit%3E(int,net.minecraft.util.Identifier...)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"WSprite(int, Texture...)","u":"%3Cinit%3E(int,io.github.cottonmc.cotton.gui.widget.data.Texture...)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WSprite","l":"WSprite(Texture)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTabPanel","l":"WTabPanel()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"WText(Text)","u":"%3Cinit%3E(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WText","l":"WText(Text, int)","u":"%3Cinit%3E(net.minecraft.text.Text,int)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"WTextField()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTextField","l":"WTextField(Text)","u":"%3Cinit%3E(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"WTiledSprite(int, int, Identifier)","u":"%3Cinit%3E(int,int,net.minecraft.util.Identifier)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"WTiledSprite(int, int, int, Identifier...)","u":"%3Cinit%3E(int,int,int,net.minecraft.util.Identifier...)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"WTiledSprite(int, int, int, Texture...)","u":"%3Cinit%3E(int,int,int,io.github.cottonmc.cotton.gui.widget.data.Texture...)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WTiledSprite","l":"WTiledSprite(int, int, Texture)","u":"%3Cinit%3E(int,int,io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"WToggleButton()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"WToggleButton(Identifier, Identifier)","u":"%3Cinit%3E(net.minecraft.util.Identifier,net.minecraft.util.Identifier)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"WToggleButton(Identifier, Identifier, Text)","u":"%3Cinit%3E(net.minecraft.util.Identifier,net.minecraft.util.Identifier,net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"WToggleButton(Text)","u":"%3Cinit%3E(net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"WToggleButton(Texture, Texture)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.data.Texture,io.github.cottonmc.cotton.gui.widget.data.Texture)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WToggleButton","l":"WToggleButton(Texture, Texture, Text)","u":"%3Cinit%3E(io.github.cottonmc.cotton.gui.widget.data.Texture,io.github.cottonmc.cotton.gui.widget.data.Texture,net.minecraft.text.Text)"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"WWidget()","u":"%3Cinit%3E()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"x"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Rect2i","l":"x()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Vec2i","l":"x()"},{"p":"io.github.cottonmc.cotton.gui.widget","c":"WWidget","l":"y"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Rect2i","l":"y()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Vec2i","l":"y()"},{"p":"io.github.cottonmc.cotton.gui.widget.data","c":"Color","l":"YELLOW_DYE"}];updateSearchResults();
\ No newline at end of file
diff --git a/libgui/overview-summary.html b/libgui/overview-summary.html
index c334e1e..1e8bbd2 100644
--- a/libgui/overview-summary.html
+++ b/libgui/overview-summary.html
@@ -1,25 +1,25 @@
-
-
-
-
-LibGui 8.0.0+1.20 API
-
-
-
-
-
-
-
-
-
-
-
-
-
").text(i.label)).appendTo(e)},_move:function(t,e){return this.menu.element.is(":visible")?this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),this.menu.blur(),void 0):(this.menu[t](e),void 0):(this.search(null,e),void 0)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){(!this.isMultiLine||this.menu.element.is(":visible"))&&(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),t.extend(t.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(e,i){var s=RegExp(t.ui.autocomplete.escapeRegex(i),"i");return t.grep(e,function(t){return s.test(t.label||t.value||t)})}}),t.widget("ui.autocomplete",t.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(t>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(e){var i;this._superApply(arguments),this.options.disabled||this.cancelSearch||(i=e&&e.length?this.options.messages.results(e.length):this.options.messages.noResults,this.liveRegion.children().hide(),t("
").text(i).appendTo(this.liveRegion))}}),t.ui.autocomplete});
\ No newline at end of file
+!function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(x){"use strict";x.ui=x.ui||{};x.ui.version="1.13.1";var n,i=0,l=Array.prototype.hasOwnProperty,a=Array.prototype.slice;x.cleanData=(n=x.cleanData,function(t){for(var e,i,s=0;null!=(i=t[s]);s++)(e=x._data(i,"events"))&&e.remove&&x(i).triggerHandler("remove");n(t)}),x.widget=function(t,i,e){var s,n,o,l={},a=t.split(".")[0],r=a+"-"+(t=t.split(".")[1]);return e||(e=i,i=x.Widget),Array.isArray(e)&&(e=x.extend.apply(null,[{}].concat(e))),x.expr.pseudos[r.toLowerCase()]=function(t){return!!x.data(t,r)},x[a]=x[a]||{},s=x[a][t],n=x[a][t]=function(t,e){if(!this||!this._createWidget)return new n(t,e);arguments.length&&this._createWidget(t,e)},x.extend(n,s,{version:e.version,_proto:x.extend({},e),_childConstructors:[]}),(o=new i).options=x.widget.extend({},o.options),x.each(e,function(e,s){function n(){return i.prototype[e].apply(this,arguments)}function o(t){return i.prototype[e].apply(this,t)}l[e]="function"==typeof s?function(){var t,e=this._super,i=this._superApply;return this._super=n,this._superApply=o,t=s.apply(this,arguments),this._super=e,this._superApply=i,t}:s}),n.prototype=x.widget.extend(o,{widgetEventPrefix:s&&o.widgetEventPrefix||t},l,{constructor:n,namespace:a,widgetName:t,widgetFullName:r}),s?(x.each(s._childConstructors,function(t,e){var i=e.prototype;x.widget(i.namespace+"."+i.widgetName,n,e._proto)}),delete s._childConstructors):i._childConstructors.push(n),x.widget.bridge(t,n),n},x.widget.extend=function(t){for(var e,i,s=a.call(arguments,1),n=0,o=s.length;n",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete});
\ No newline at end of file
diff --git a/libgui/script-dir/jquery-ui.structure.min.css b/libgui/script-dir/jquery-ui.structure.min.css
deleted file mode 100644
index e880892..0000000
--- a/libgui/script-dir/jquery-ui.structure.min.css
+++ /dev/null
@@ -1,5 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2018-12-06
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed MIT */
-
-.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}
\ No newline at end of file
diff --git a/libgui/script.js b/libgui/script.js
index ccac782..864989c 100644
--- a/libgui/script.js
+++ b/libgui/script.js
@@ -1,132 +1,132 @@
-/*
- * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved.
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * This code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation. Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the LICENSE file that accompanied this code.
- *
- * This code is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- * version 2 for more details (a copy is included in the LICENSE file that
- * accompanied this code).
- *
- * You should have received a copy of the GNU General Public License version
- * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
- * or visit www.oracle.com if you need additional information or have any
- * questions.
- */
-
-var moduleSearchIndex;
-var packageSearchIndex;
-var typeSearchIndex;
-var memberSearchIndex;
-var tagSearchIndex;
-function loadScripts(doc, tag) {
- createElem(doc, tag, 'search.js');
-
- createElem(doc, tag, 'module-search-index.js');
- createElem(doc, tag, 'package-search-index.js');
- createElem(doc, tag, 'type-search-index.js');
- createElem(doc, tag, 'member-search-index.js');
- createElem(doc, tag, 'tag-search-index.js');
-}
-
-function createElem(doc, tag, path) {
- var script = doc.createElement(tag);
- var scriptElement = doc.getElementsByTagName(tag)[0];
- script.src = pathtoroot + path;
- scriptElement.parentNode.insertBefore(script, scriptElement);
-}
-
-function show(tableId, selected, columns) {
- if (tableId !== selected) {
- document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')')
- .forEach(function(elem) {
- elem.style.display = 'none';
- });
- }
- document.querySelectorAll('div.' + selected)
- .forEach(function(elem, index) {
- elem.style.display = '';
- var isEvenRow = index % (columns * 2) < columns;
- elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor);
- elem.classList.add(isEvenRow ? evenRowColor : oddRowColor);
- });
- updateTabs(tableId, selected);
-}
-
-function updateTabs(tableId, selected) {
- document.querySelector('div#' + tableId +' .summary-table')
- .setAttribute('aria-labelledby', selected);
- document.querySelectorAll('button[id^="' + tableId + '"]')
- .forEach(function(tab, index) {
- if (selected === tab.id || (tableId === selected && index === 0)) {
- tab.className = activeTableTab;
- tab.setAttribute('aria-selected', true);
- tab.setAttribute('tabindex',0);
- } else {
- tab.className = tableTab;
- tab.setAttribute('aria-selected', false);
- tab.setAttribute('tabindex',-1);
- }
- });
-}
-
-function switchTab(e) {
- var selected = document.querySelector('[aria-selected=true]');
- if (selected) {
- if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) {
- // left or up arrow key pressed: move focus to previous tab
- selected.previousSibling.click();
- selected.previousSibling.focus();
- e.preventDefault();
- } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) {
- // right or down arrow key pressed: move focus to next tab
- selected.nextSibling.click();
- selected.nextSibling.focus();
- e.preventDefault();
- }
- }
-}
-
-var updateSearchResults = function() {};
-
-function indexFilesLoaded() {
- return moduleSearchIndex
- && packageSearchIndex
- && typeSearchIndex
- && memberSearchIndex
- && tagSearchIndex;
-}
-
-// Workaround for scroll position not being included in browser history (8249133)
-document.addEventListener("DOMContentLoaded", function(e) {
- var contentDiv = document.querySelector("div.flex-content");
- window.addEventListener("popstate", function(e) {
- if (e.state !== null) {
- contentDiv.scrollTop = e.state;
- }
- });
- window.addEventListener("hashchange", function(e) {
- history.replaceState(contentDiv.scrollTop, document.title);
- });
- contentDiv.addEventListener("scroll", function(e) {
- var timeoutID;
- if (!timeoutID) {
- timeoutID = setTimeout(function() {
- history.replaceState(contentDiv.scrollTop, document.title);
- timeoutID = null;
- }, 100);
- }
- });
- if (!location.hash) {
- history.replaceState(contentDiv.scrollTop, document.title);
- }
-});
+/*
+ * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
+ *
+ * This code is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ */
+
+var moduleSearchIndex;
+var packageSearchIndex;
+var typeSearchIndex;
+var memberSearchIndex;
+var tagSearchIndex;
+function loadScripts(doc, tag) {
+ createElem(doc, tag, 'search.js');
+
+ createElem(doc, tag, 'module-search-index.js');
+ createElem(doc, tag, 'package-search-index.js');
+ createElem(doc, tag, 'type-search-index.js');
+ createElem(doc, tag, 'member-search-index.js');
+ createElem(doc, tag, 'tag-search-index.js');
+}
+
+function createElem(doc, tag, path) {
+ var script = doc.createElement(tag);
+ var scriptElement = doc.getElementsByTagName(tag)[0];
+ script.src = pathtoroot + path;
+ scriptElement.parentNode.insertBefore(script, scriptElement);
+}
+
+function show(tableId, selected, columns) {
+ if (tableId !== selected) {
+ document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')')
+ .forEach(function(elem) {
+ elem.style.display = 'none';
+ });
+ }
+ document.querySelectorAll('div.' + selected)
+ .forEach(function(elem, index) {
+ elem.style.display = '';
+ var isEvenRow = index % (columns * 2) < columns;
+ elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor);
+ elem.classList.add(isEvenRow ? evenRowColor : oddRowColor);
+ });
+ updateTabs(tableId, selected);
+}
+
+function updateTabs(tableId, selected) {
+ document.querySelector('div#' + tableId +' .summary-table')
+ .setAttribute('aria-labelledby', selected);
+ document.querySelectorAll('button[id^="' + tableId + '"]')
+ .forEach(function(tab, index) {
+ if (selected === tab.id || (tableId === selected && index === 0)) {
+ tab.className = activeTableTab;
+ tab.setAttribute('aria-selected', true);
+ tab.setAttribute('tabindex',0);
+ } else {
+ tab.className = tableTab;
+ tab.setAttribute('aria-selected', false);
+ tab.setAttribute('tabindex',-1);
+ }
+ });
+}
+
+function switchTab(e) {
+ var selected = document.querySelector('[aria-selected=true]');
+ if (selected) {
+ if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) {
+ // left or up arrow key pressed: move focus to previous tab
+ selected.previousSibling.click();
+ selected.previousSibling.focus();
+ e.preventDefault();
+ } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) {
+ // right or down arrow key pressed: move focus to next tab
+ selected.nextSibling.click();
+ selected.nextSibling.focus();
+ e.preventDefault();
+ }
+ }
+}
+
+var updateSearchResults = function() {};
+
+function indexFilesLoaded() {
+ return moduleSearchIndex
+ && packageSearchIndex
+ && typeSearchIndex
+ && memberSearchIndex
+ && tagSearchIndex;
+}
+
+// Workaround for scroll position not being included in browser history (8249133)
+document.addEventListener("DOMContentLoaded", function(e) {
+ var contentDiv = document.querySelector("div.flex-content");
+ window.addEventListener("popstate", function(e) {
+ if (e.state !== null) {
+ contentDiv.scrollTop = e.state;
+ }
+ });
+ window.addEventListener("hashchange", function(e) {
+ history.replaceState(contentDiv.scrollTop, document.title);
+ });
+ contentDiv.addEventListener("scroll", function(e) {
+ var timeoutID;
+ if (!timeoutID) {
+ timeoutID = setTimeout(function() {
+ history.replaceState(contentDiv.scrollTop, document.title);
+ timeoutID = null;
+ }, 100);
+ }
+ });
+ if (!location.hash) {
+ history.replaceState(contentDiv.scrollTop, document.title);
+ }
+});
diff --git a/libgui/search.js b/libgui/search.js
index 3f826c7..db3b2f4 100644
--- a/libgui/search.js
+++ b/libgui/search.js
@@ -1,354 +1,354 @@
-/*
- * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * This code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation. Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the LICENSE file that accompanied this code.
- *
- * This code is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- * version 2 for more details (a copy is included in the LICENSE file that
- * accompanied this code).
- *
- * You should have received a copy of the GNU General Public License version
- * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
- * or visit www.oracle.com if you need additional information or have any
- * questions.
- */
-
-var noResult = {l: "No results found"};
-var loading = {l: "Loading search index..."};
-var catModules = "Modules";
-var catPackages = "Packages";
-var catTypes = "Classes and Interfaces";
-var catMembers = "Members";
-var catSearchTags = "Search Tags";
-var highlight = "$&";
-var searchPattern = "";
-var fallbackPattern = "";
-var RANKING_THRESHOLD = 2;
-var NO_MATCH = 0xffff;
-var MIN_RESULTS = 3;
-var MAX_RESULTS = 500;
-var UNNAMED = "";
-function escapeHtml(str) {
- return str.replace(//g, ">");
-}
-function getHighlightedText(item, matcher, fallbackMatcher) {
- var escapedItem = escapeHtml(item);
- var highlighted = escapedItem.replace(matcher, highlight);
- if (highlighted === escapedItem) {
- highlighted = escapedItem.replace(fallbackMatcher, highlight)
- }
- return highlighted;
-}
-function getURLPrefix(ui) {
- var urlPrefix="";
- var slash = "/";
- if (ui.item.category === catModules) {
- return ui.item.l + slash;
- } else if (ui.item.category === catPackages && ui.item.m) {
- return ui.item.m + slash;
- } else if (ui.item.category === catTypes || ui.item.category === catMembers) {
- if (ui.item.m) {
- urlPrefix = ui.item.m + slash;
- } else {
- $.each(packageSearchIndex, function(index, item) {
- if (item.m && ui.item.p === item.l) {
- urlPrefix = item.m + slash;
- }
- });
- }
- }
- return urlPrefix;
-}
-function createSearchPattern(term) {
- var pattern = "";
- var isWordToken = false;
- term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) {
- if (index > 0) {
- // whitespace between identifiers is significant
- pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*";
- }
- var tokens = w.split(/(?=[A-Z,.()<>[\/])/);
- for (var i = 0; i < tokens.length; i++) {
- var s = tokens[i];
- if (s === "") {
- continue;
- }
- pattern += $.ui.autocomplete.escapeRegex(s);
- isWordToken = /\w$/.test(s);
- if (isWordToken) {
- pattern += "([a-z0-9_$<>\\[\\]]*?)";
- }
- }
- });
- return pattern;
-}
-function createMatcher(pattern, flags) {
- var isCamelCase = /[A-Z]/.test(pattern);
- return new RegExp(pattern, flags + (isCamelCase ? "" : "i"));
-}
-var watermark = 'Search';
-$(function() {
- var search = $("#search-input");
- var reset = $("#reset-button");
- search.val('');
- search.prop("disabled", false);
- reset.prop("disabled", false);
- search.val(watermark).addClass('watermark');
- search.blur(function() {
- if ($(this).val().length === 0) {
- $(this).val(watermark).addClass('watermark');
- }
- });
- search.on('click keydown paste', function() {
- if ($(this).val() === watermark) {
- $(this).val('').removeClass('watermark');
- }
- });
- reset.click(function() {
- search.val('').focus();
- });
- search.focus()[0].setSelectionRange(0, 0);
-});
-$.widget("custom.catcomplete", $.ui.autocomplete, {
- _create: function() {
- this._super();
- this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)");
- },
- _renderMenu: function(ul, items) {
- var rMenu = this;
- var currentCategory = "";
- rMenu.menu.bindings = $();
- $.each(items, function(index, item) {
- var li;
- if (item.category && item.category !== currentCategory) {
- ul.append("
" + item.category + "
");
- currentCategory = item.category;
- }
- li = rMenu._renderItemData(ul, item);
- if (item.category) {
- li.attr("aria-label", item.category + " : " + item.l);
- li.attr("class", "result-item");
- } else {
- li.attr("aria-label", item.l);
- li.attr("class", "result-item");
- }
- });
- },
- _renderItem: function(ul, item) {
- var label = "";
- var matcher = createMatcher(escapeHtml(searchPattern), "g");
- var fallbackMatcher = new RegExp(fallbackPattern, "gi")
- if (item.category === catModules) {
- label = getHighlightedText(item.l, matcher, fallbackMatcher);
- } else if (item.category === catPackages) {
- label = getHighlightedText(item.l, matcher, fallbackMatcher);
- } else if (item.category === catTypes) {
- label = (item.p && item.p !== UNNAMED)
- ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher)
- : getHighlightedText(item.l, matcher, fallbackMatcher);
- } else if (item.category === catMembers) {
- label = (item.p && item.p !== UNNAMED)
- ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher)
- : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher);
- } else if (item.category === catSearchTags) {
- label = getHighlightedText(item.l, matcher, fallbackMatcher);
- } else {
- label = item.l;
- }
- var li = $("").appendTo(ul);
- var div = $("").appendTo(li);
- if (item.category === catSearchTags && item.h) {
- if (item.d) {
- div.html(label + " (" + item.h + ") "
- + item.d + " ");
- } else {
- div.html(label + " (" + item.h + ")");
- }
- } else {
- if (item.m) {
- div.html(item.m + "/" + label);
- } else {
- div.html(label);
- }
- }
- return li;
- }
-});
-function rankMatch(match, category) {
- if (!match) {
- return NO_MATCH;
- }
- var index = match.index;
- var input = match.input;
- var leftBoundaryMatch = 2;
- var periferalMatch = 0;
- // make sure match is anchored on a left word boundary
- if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) {
- leftBoundaryMatch = 0;
- } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) {
- leftBoundaryMatch = 1;
- }
- var matchEnd = index + match[0].length;
- var leftParen = input.indexOf("(");
- var endOfName = leftParen > -1 ? leftParen : input.length;
- // exclude peripheral matches
- if (category !== catModules && category !== catSearchTags) {
- var delim = category === catPackages ? "/" : ".";
- if (leftParen > -1 && leftParen < index) {
- periferalMatch += 2;
- } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) {
- periferalMatch += 2;
- }
- }
- var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match
- for (var i = 1; i < match.length; i++) {
- // lower ranking if parts of the name are missing
- if (match[i])
- delta += match[i].length;
- }
- if (category === catTypes) {
- // lower ranking if a type name contains unmatched camel-case parts
- if (/[A-Z]/.test(input.substring(matchEnd)))
- delta += 5;
- if (/[A-Z]/.test(input.substring(0, index)))
- delta += 5;
- }
- return leftBoundaryMatch + periferalMatch + (delta / 200);
-
-}
-function doSearch(request, response) {
- var result = [];
- searchPattern = createSearchPattern(request.term);
- fallbackPattern = createSearchPattern(request.term.toLowerCase());
- if (searchPattern === "") {
- return this.close();
- }
- var camelCaseMatcher = createMatcher(searchPattern, "");
- var fallbackMatcher = new RegExp(fallbackPattern, "i");
-
- function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) {
- if (indexArray) {
- var newResults = [];
- $.each(indexArray, function (i, item) {
- item.category = category;
- var ranking = rankMatch(matcher.exec(nameFunc(item)), category);
- if (ranking < RANKING_THRESHOLD) {
- newResults.push({ranking: ranking, item: item});
- }
- return newResults.length <= MAX_RESULTS;
- });
- return newResults.sort(function(e1, e2) {
- return e1.ranking - e2.ranking;
- }).map(function(e) {
- return e.item;
- });
- }
- return [];
- }
- function searchIndex(indexArray, category, nameFunc) {
- var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc);
- result = result.concat(primaryResults);
- if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) {
- var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc);
- result = result.concat(secondaryResults.filter(function (item) {
- return primaryResults.indexOf(item) === -1;
- }));
- }
- }
-
- searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; });
- searchIndex(packageSearchIndex, catPackages, function(item) {
- return (item.m && request.term.indexOf("/") > -1)
- ? (item.m + "/" + item.l) : item.l;
- });
- searchIndex(typeSearchIndex, catTypes, function(item) {
- return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l;
- });
- searchIndex(memberSearchIndex, catMembers, function(item) {
- return request.term.indexOf(".") > -1
- ? item.p + "." + item.c + "." + item.l : item.l;
- });
- searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; });
-
- if (!indexFilesLoaded()) {
- updateSearchResults = function() {
- doSearch(request, response);
- }
- result.unshift(loading);
- } else {
- updateSearchResults = function() {};
- }
- response(result);
-}
-$(function() {
- $("#search-input").catcomplete({
- minLength: 1,
- delay: 300,
- source: doSearch,
- response: function(event, ui) {
- if (!ui.content.length) {
- ui.content.push(noResult);
- } else {
- $("#search-input").empty();
- }
- },
- autoFocus: true,
- focus: function(event, ui) {
- return false;
- },
- position: {
- collision: "flip"
- },
- select: function(event, ui) {
- if (ui.item.category) {
- var url = getURLPrefix(ui);
- if (ui.item.category === catModules) {
- url += "module-summary.html";
- } else if (ui.item.category === catPackages) {
- if (ui.item.u) {
- url = ui.item.u;
- } else {
- url += ui.item.l.replace(/\./g, '/') + "/package-summary.html";
- }
- } else if (ui.item.category === catTypes) {
- if (ui.item.u) {
- url = ui.item.u;
- } else if (ui.item.p === UNNAMED) {
- url += ui.item.l + ".html";
- } else {
- url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html";
- }
- } else if (ui.item.category === catMembers) {
- if (ui.item.p === UNNAMED) {
- url += ui.item.c + ".html" + "#";
- } else {
- url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#";
- }
- if (ui.item.u) {
- url += ui.item.u;
- } else {
- url += ui.item.l;
- }
- } else if (ui.item.category === catSearchTags) {
- url += ui.item.u;
- }
- if (top !== window) {
- parent.classFrame.location = pathtoroot + url;
- } else {
- window.location.href = pathtoroot + url;
- }
- $("#search-input").focus();
- }
- }
- });
-});
+/*
+ * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
+ *
+ * This code is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ */
+
+var noResult = {l: "No results found"};
+var loading = {l: "Loading search index..."};
+var catModules = "Modules";
+var catPackages = "Packages";
+var catTypes = "Classes and Interfaces";
+var catMembers = "Members";
+var catSearchTags = "Search Tags";
+var highlight = "$&";
+var searchPattern = "";
+var fallbackPattern = "";
+var RANKING_THRESHOLD = 2;
+var NO_MATCH = 0xffff;
+var MIN_RESULTS = 3;
+var MAX_RESULTS = 500;
+var UNNAMED = "";
+function escapeHtml(str) {
+ return str.replace(//g, ">");
+}
+function getHighlightedText(item, matcher, fallbackMatcher) {
+ var escapedItem = escapeHtml(item);
+ var highlighted = escapedItem.replace(matcher, highlight);
+ if (highlighted === escapedItem) {
+ highlighted = escapedItem.replace(fallbackMatcher, highlight)
+ }
+ return highlighted;
+}
+function getURLPrefix(ui) {
+ var urlPrefix="";
+ var slash = "/";
+ if (ui.item.category === catModules) {
+ return ui.item.l + slash;
+ } else if (ui.item.category === catPackages && ui.item.m) {
+ return ui.item.m + slash;
+ } else if (ui.item.category === catTypes || ui.item.category === catMembers) {
+ if (ui.item.m) {
+ urlPrefix = ui.item.m + slash;
+ } else {
+ $.each(packageSearchIndex, function(index, item) {
+ if (item.m && ui.item.p === item.l) {
+ urlPrefix = item.m + slash;
+ }
+ });
+ }
+ }
+ return urlPrefix;
+}
+function createSearchPattern(term) {
+ var pattern = "";
+ var isWordToken = false;
+ term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) {
+ if (index > 0) {
+ // whitespace between identifiers is significant
+ pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*";
+ }
+ var tokens = w.split(/(?=[A-Z,.()<>[\/])/);
+ for (var i = 0; i < tokens.length; i++) {
+ var s = tokens[i];
+ if (s === "") {
+ continue;
+ }
+ pattern += $.ui.autocomplete.escapeRegex(s);
+ isWordToken = /\w$/.test(s);
+ if (isWordToken) {
+ pattern += "([a-z0-9_$<>\\[\\]]*?)";
+ }
+ }
+ });
+ return pattern;
+}
+function createMatcher(pattern, flags) {
+ var isCamelCase = /[A-Z]/.test(pattern);
+ return new RegExp(pattern, flags + (isCamelCase ? "" : "i"));
+}
+var watermark = 'Search';
+$(function() {
+ var search = $("#search-input");
+ var reset = $("#reset-button");
+ search.val('');
+ search.prop("disabled", false);
+ reset.prop("disabled", false);
+ search.val(watermark).addClass('watermark');
+ search.blur(function() {
+ if ($(this).val().length === 0) {
+ $(this).val(watermark).addClass('watermark');
+ }
+ });
+ search.on('click keydown paste', function() {
+ if ($(this).val() === watermark) {
+ $(this).val('').removeClass('watermark');
+ }
+ });
+ reset.click(function() {
+ search.val('').focus();
+ });
+ search.focus()[0].setSelectionRange(0, 0);
+});
+$.widget("custom.catcomplete", $.ui.autocomplete, {
+ _create: function() {
+ this._super();
+ this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)");
+ },
+ _renderMenu: function(ul, items) {
+ var rMenu = this;
+ var currentCategory = "";
+ rMenu.menu.bindings = $();
+ $.each(items, function(index, item) {
+ var li;
+ if (item.category && item.category !== currentCategory) {
+ ul.append("
ValidatedSlot.getInputFilter()