diff --git a/libgui/allclasses-index.html b/libgui/allclasses-index.html index a81cda0..127a32a 100644 --- a/libgui/allclasses-index.html +++ b/libgui/allclasses-index.html @@ -1,25 +1,20 @@
SyncedGuiDescription
ScreenNetworking
FocusModel
List
SimpleKeyedFocusModel
PropertyDelegate
ValidatedSlot.getInputFilter()
ValidatedSlot.setInputFilter(Predicate)
WItemSlot.getInputFilter()
WItemSlot.setInputFilter(Predicate)
insets
gap
Help:
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:
You can search for definitions of modules, packages, types, fields, methods, system properties and other terms defined in the API. These items can be searched using part or all of the name, optionally using "camelCase" abbreviations, or multiple search terms separated by whitespace. Some examples:
j.l.obj
InpStr
HM.cK
"j.l.obj"
"InpStr"
"math exact long"
Refer to the Javadoc Search Specification for a full description of search features.
WBar.properties
Optional.empty()
type
Text
Summary:
Detail:
Inventory
Clearable
field_42619, MAX_COUNT_PER_STACK
DEFAULT_MAX_INTERACTION_RANGE
boolean
canPlayerUse(PlayerEntity player)
void
clear()
ItemStack
getStack(int slot)
markDirty()
removeStack(int slot)
removeStack(int slot, int count)
setStack(int slot, - ItemStack stack)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canTransferTo, containsAny, containsAny, count, getMaxCountPerStack, isValid, onClose, onOpen
canTransferTo, containsAny, containsAny, count, getMaxCount, getMaxCountPerStack, isValid, onClose, onOpen
clear
size
isEmpty
getStack
removeStack
setStack
markDirty
canPlayerUse
LightweightGuiDescription
@Nullable PropertyDelegate
getPropertyDelegate()
GuiDescription
setPropertyDelegate(PropertyDelegate delegate)
The owning item is represented with a StackReference, which can be +
StackReference
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. @@ -110,12 +124,12 @@
protected final StackReference
owner
protected final ItemStack
ownerStack
blockInventory, darkTitleColor, focus, fullscreen, playerInventory, propertyDelegate, rootPanel, titleAlignment, titleColor, titleVisible, world
EMPTY_SPACE_SLOT_INDEX, field_30731, field_30732, field_30733, field_30734, field_30735, field_30736, field_30737, slots, syncId
ItemSyncedGuiDescription(ScreenHandlerType<?> type, +ItemSyncedGuiDescription(ScreenHandlerType<?> type, int syncId, - PlayerInventory playerInventory, - StackReference owner) + PlayerInventory playerInventory, + StackReference owner)
ItemSyncedGuiDescription(ScreenHandlerType<?> type, int syncId, - PlayerInventory playerInventory, - StackReference owner)
ItemSyncedGuiDescription
canUse(PlayerEntity entity)
addPainters, addSlotPeer, createPlayerInventoryPanel, createPlayerInventoryPanel, createPlayerInventoryPanel, getBlockInventory, getBlockInventory, getBlockPropertyDelegate, getBlockPropertyDelegate, getFocus, getNetworkSide, getPacketSender, getPropertyDelegate, getRootPanel, getTitleAlignment, getTitleColor, getTitlePos, isFocused, isFullscreen, isTitleVisible, onClosed, quickMove, releaseFocus, requestFocus, setFullscreen, setPropertyDelegate, setRootPanel, setTitleAlignment, setTitleColor, setTitleColor, setTitlePos, setTitleVisible
addPainters, addSlotPeer, createPlayerInventoryPanel, createPlayerInventoryPanel, createPlayerInventoryPanel, getBlockInventory, getBlockInventory, getBlockPropertyDelegate, getBlockPropertyDelegate, getFocus, getNetworkSide, getPacketSender, getPropertyDelegate, getRootPanel, getTitleAlignment, getTitleColor, getTitlePos, getWorld, isFocused, isFullscreen, isTitleVisible, onClosed, quickMove, releaseFocus, requestFocus, setFullscreen, setPropertyDelegate, setRootPanel, setTitleAlignment, setTitleColor, setTitleColor, setTitlePos, setTitleVisible
addListener, addProperties, addProperty, addSlot, calculateComparatorOutput, calculateComparatorOutput, calculateStackSize, canInsertIntoSlot, canInsertIntoSlot, canInsertItemIntoSlot, canUse, checkDataCount, checkSize, copySharedSlots, disableSyncing, dropInventory, enableSyncing, endQuickCraft, getCursorStack, getRevision, getSlot, getSlotIndex, getStacks, getType, insertItem, isValid, nextRevision, onButtonClick, onContentChanged, onSlotClick, packQuickCraftData, removeListener, sendContentUpdates, setCursorStack, setPreviousCursorStack, setPreviousTrackedSlot, setPreviousTrackedSlotMutable, setProperty, setStackInSlot, shouldQuickCraftContinue, syncState, unpackQuickCraftButton, unpackQuickCraftStage, updateSlotStacks, updateSyncHandler, updateToClient
isDarkMode
The default implementation for ItemSyncedGuiDescription returns true if and only if - the current owning item stack is fully equal + the current owning item stack is fully equal to the original owner.
true
If the item NBT is intended to change, subclasses should override this method to only check diff --git a/libgui/io/github/cottonmc/cotton/gui/PropertyDelegateHolder.html b/libgui/io/github/cottonmc/cotton/gui/PropertyDelegateHolder.html index f701fb3..e967780 100644 --- a/libgui/io/github/cottonmc/cotton/gui/PropertyDelegateHolder.html +++ b/libgui/io/github/cottonmc/cotton/gui/PropertyDelegateHolder.html @@ -1,25 +1,20 @@
SyncedGuiDescription.getBlockPropertyDelegate(net.minecraft.screen.ScreenHandlerContext)
On the client, the returned property delegate must have a working implementation of - PropertyDelegate.set(int, int).
PropertyDelegate.set(int, int)
protected Inventory
blockInventory
protected int
protected boolean
fullscreen
protected PlayerInventory
playerInventory
protected PropertyDelegate
propertyDelegate
protected WPanel
titleVisible
protected World
world
SyncedGuiDescription(ScreenHandlerType<?> type, +SyncedGuiDescription(ScreenHandlerType<?> type, int syncId, - PlayerInventory playerInventory) + PlayerInventory playerInventory)
SyncedGuiDescription(ScreenHandlerType<?> type, int syncId, - PlayerInventory playerInventory)
SyncedGuiDescription(ScreenHandlerType<?> type, +SyncedGuiDescription(ScreenHandlerType<?> type, int syncId, - PlayerInventory playerInventory, - @Nullable Inventory blockInventory, - @Nullable PropertyDelegate propertyDelegate) + PlayerInventory playerInventory, + @Nullable Inventory blockInventory, + @Nullable PropertyDelegate propertyDelegate)
SyncedGuiDescription(ScreenHandlerType<?> type, int syncId, - PlayerInventory playerInventory, - @Nullable Inventory blockInventory, - @Nullable PropertyDelegate propertyDelegate)
WPlayerInvPanel
createPlayerInventoryPanel()
static Inventory
getBlockInventory(ScreenHandlerContext ctx)
getBlockInventory(ScreenHandlerContext ctx, +static Inventory +getBlockInventory(ScreenHandlerContext ctx, int size) Gets the block inventory at the context. -static PropertyDelegate -getBlockPropertyDelegate(ScreenHandlerContext ctx) +static PropertyDelegate +getBlockPropertyDelegate(ScreenHandlerContext ctx) Gets the property delegate at the context. -static PropertyDelegate -getBlockPropertyDelegate(ScreenHandlerContext ctx, +static PropertyDelegate +getBlockPropertyDelegate(ScreenHandlerContext ctx, int size) Gets the property delegate at the context. @@ -242,7 +256,7 @@ Method Summary Gets the packet sender corresponding to this GUI's network side. -@Nullable PropertyDelegate +@Nullable PropertyDelegate getPropertyDelegate() Gets the object which manages the integer properties used by WBars and such. @@ -263,86 +277,91 @@ Method Summary Gets the position of the screen title. -boolean -isFocused(WWidget widget) +World +getWorld() -Tests whether the widget is the currently-focused one. +Returns the world of this GUI description's player. boolean -isFullscreen() +isFocused(WWidget widget) -Gets whether this GUI is fullscreen. +Tests whether the widget is the currently-focused one. boolean -isTitleVisible() +isFullscreen() -Gets whether the title of this GUI should be rendered by the screen. +Gets whether this GUI is fullscreen. -void -onClosed(PlayerEntity player) - -ItemStack -quickMove(PlayerEntity player, - int index) - -void -releaseFocus(WWidget widget) +boolean +isTitleVisible() -Notifies this gui that the widget wants to give up its hold over focus. +Gets whether the title of this GUI should be rendered by the screen. void -requestFocus(WWidget widget) +onClosed(PlayerEntity player) + +ItemStack +quickMove(PlayerEntity player, + int index) + +void +releaseFocus(WWidget widget) -Notifies this gui that the widget wants to acquire focus. +Notifies this gui that the widget wants to give up its hold over focus. void -setFullscreen(boolean fullscreen) +requestFocus(WWidget widget) -Sets whether this GUI is fullscreen. - -GuiDescription -setPropertyDelegate(PropertyDelegate delegate) - -Sets the object which manages the integer properties used by WBars +Notifies this gui that the widget wants to acquire focus. -SyncedGuiDescription -setRootPanel(WPanel panel) - void -setTitleAlignment(HorizontalAlignment titleAlignment) +setFullscreen(boolean fullscreen) -Sets the horizontal alignment of the GUI title. +Sets whether this GUI is fullscreen. -SyncedGuiDescription -setTitleColor(int color) +GuiDescription +setPropertyDelegate(PropertyDelegate delegate) -Sets the title color of this GUI. +Sets the object which manages the integer properties used by WBars SyncedGuiDescription -setTitleColor(int lightColor, - int darkColor) +setRootPanel(WPanel panel) + +void +setTitleAlignment(HorizontalAlignment titleAlignment) + +Sets the horizontal alignment of the GUI title. + +SyncedGuiDescription +setTitleColor(int color) -Sets the light and dark title colors of this GUI. +Sets the title color of this GUI. -void -setTitlePos(Vec2i titlePos) +SyncedGuiDescription +setTitleColor(int lightColor, + int darkColor) -Sets the position of the screen title. +Sets the light and dark title colors of this GUI. void -setTitleVisible(boolean titleVisible) +setTitlePos(Vec2i titlePos) +Sets the position of the screen title. + +void +setTitleVisible(boolean titleVisible) + Sets whether the title of this GUI should be rendered by the screen. -Methods inherited from class net.minecraft.screen.ScreenHandler -addListener, addProperties, addProperty, addSlot, calculateComparatorOutput, calculateComparatorOutput, calculateStackSize, canInsertIntoSlot, canInsertIntoSlot, canInsertItemIntoSlot, canUse, checkDataCount, checkSize, copySharedSlots, disableSyncing, dropInventory, enableSyncing, endQuickCraft, getCursorStack, getRevision, getSlot, getSlotIndex, getStacks, getType, insertItem, isValid, nextRevision, onButtonClick, onContentChanged, onSlotClick, packQuickCraftData, removeListener, sendContentUpdates, setCursorStack, setPreviousCursorStack, setPreviousTrackedSlot, setPreviousTrackedSlotMutable, setProperty, setStackInSlot, shouldQuickCraftContinue, syncState, unpackQuickCraftButton, unpackQuickCraftStage, updateSlotStacks, updateSyncHandler, updateToClient +Methods inherited from class net.minecraft.screen.ScreenHandler +addListener, addProperties, addProperty, addSlot, calculateComparatorOutput, calculateComparatorOutput, calculateStackSize, canInsertIntoSlot, canInsertIntoSlot, canInsertItemIntoSlot, canUse, checkDataCount, checkSize, copySharedSlots, disableSyncing, dropInventory, enableSyncing, endQuickCraft, getCursorStack, getRevision, getSlot, getSlotIndex, getStacks, getType, insertItem, isValid, nextRevision, onButtonClick, onContentChanged, onSlotClick, packQuickCraftData, removeListener, sendContentUpdates, setCursorStack, setPreviousCursorStack, setPreviousTrackedSlot, setPreviousTrackedSlotMutable, setProperty, setStackInSlot, shouldQuickCraftContinue, syncState, unpackQuickCraftButton, unpackQuickCraftStage, updateSlotStacks, updateSyncHandler, updateToClient
getBlockInventory(ScreenHandlerContext ctx, int size)
static PropertyDelegate
getBlockPropertyDelegate(ScreenHandlerContext ctx)
getBlockPropertyDelegate(ScreenHandlerContext ctx, +static PropertyDelegate +getBlockPropertyDelegate(ScreenHandlerContext ctx, int size) Gets the property delegate at the context. @@ -242,7 +256,7 @@ Method Summary Gets the packet sender corresponding to this GUI's network side. -@Nullable PropertyDelegate +@Nullable PropertyDelegate getPropertyDelegate() Gets the object which manages the integer properties used by WBars and such. @@ -263,86 +277,91 @@ Method Summary Gets the position of the screen title. -boolean -isFocused(WWidget widget) +World +getWorld() -Tests whether the widget is the currently-focused one. +Returns the world of this GUI description's player. boolean -isFullscreen() +isFocused(WWidget widget) -Gets whether this GUI is fullscreen. +Tests whether the widget is the currently-focused one. boolean -isTitleVisible() +isFullscreen() -Gets whether the title of this GUI should be rendered by the screen. +Gets whether this GUI is fullscreen. -void -onClosed(PlayerEntity player) - -ItemStack -quickMove(PlayerEntity player, - int index) - -void -releaseFocus(WWidget widget) +boolean +isTitleVisible() -Notifies this gui that the widget wants to give up its hold over focus. +Gets whether the title of this GUI should be rendered by the screen. void -requestFocus(WWidget widget) +onClosed(PlayerEntity player) + +ItemStack +quickMove(PlayerEntity player, + int index) + +void +releaseFocus(WWidget widget) -Notifies this gui that the widget wants to acquire focus. +Notifies this gui that the widget wants to give up its hold over focus. void -setFullscreen(boolean fullscreen) +requestFocus(WWidget widget) -Sets whether this GUI is fullscreen. - -GuiDescription -setPropertyDelegate(PropertyDelegate delegate) - -Sets the object which manages the integer properties used by WBars +Notifies this gui that the widget wants to acquire focus. -SyncedGuiDescription -setRootPanel(WPanel panel) - void -setTitleAlignment(HorizontalAlignment titleAlignment) +setFullscreen(boolean fullscreen) -Sets the horizontal alignment of the GUI title. +Sets whether this GUI is fullscreen. -SyncedGuiDescription -setTitleColor(int color) +GuiDescription +setPropertyDelegate(PropertyDelegate delegate) -Sets the title color of this GUI. +Sets the object which manages the integer properties used by WBars SyncedGuiDescription -setTitleColor(int lightColor, - int darkColor) +setRootPanel(WPanel panel) + +void +setTitleAlignment(HorizontalAlignment titleAlignment) + +Sets the horizontal alignment of the GUI title. + +SyncedGuiDescription +setTitleColor(int color) -Sets the light and dark title colors of this GUI. +Sets the title color of this GUI. -void -setTitlePos(Vec2i titlePos) +SyncedGuiDescription +setTitleColor(int lightColor, + int darkColor) -Sets the position of the screen title. +Sets the light and dark title colors of this GUI. void -setTitleVisible(boolean titleVisible) +setTitlePos(Vec2i titlePos) +Sets the position of the screen title. + +void +setTitleVisible(boolean titleVisible) + Sets whether the title of this GUI should be rendered by the screen.
getBlockPropertyDelegate(ScreenHandlerContext ctx, int size)
isFocused(WWidget widget)
World
getWorld()
isFullscreen()
isTitleVisible()
onClosed(PlayerEntity player)
quickMove(PlayerEntity player, - int index)
releaseFocus(WWidget widget)
requestFocus(WWidget widget)
quickMove(PlayerEntity player, + int index)
setFullscreen(boolean fullscreen)
setRootPanel(WPanel panel)
setTitleAlignment(HorizontalAlignment titleAlignment)
setTitleColor(int color)
setTitleColor(int lightColor, - int darkColor)
setTitlePos(Vec2i titlePos)
setTitleColor(int lightColor, + int darkColor)
setTitleVisible(boolean titleVisible)
ScreenHandlerType
syncId
The dark-mode title color will also be set by this method. @@ -531,7 +550,7 @@
quickMove
ScreenHandler
If no inventory is found, returns EmptyInventory.INSTANCE. @@ -671,7 +690,7 @@
EmptyInventory.INSTANCE
If no property delegate is found, returns an empty property delegate with no properties. @@ -715,7 +734,7 @@
canUse
onClosed
Fullscreen GUIs have no default background painter and @@ -823,7 +842,7 @@
Modders can disable this to render the title themselves with a widget.
static final Predicate<ItemStack>
DEFAULT_ITEM_FILTER
protected final com.google.common.collect.Multimap<WItemSlot,WItemSlot.ChangeListener>
listeners
id, inventory, x, y
ValidatedSlot(Inventory inventory, +ValidatedSlot(Inventory inventory, int index, int x, int y) @@ -140,19 +154,19 @@ Method Summary Adds a change listener to this slot.
ValidatedSlot(Inventory inventory, int index, int x, int y)
canInsert(ItemStack stack)
canTakeItems(PlayerEntity player)
Predicate<ItemStack>
getFilter()
getInputFilter()
getOutputFilter()
getStack()
setFilter(Predicate<ItemStack> filter)
setInputFilter(Predicate)
setInputFilter(Predicate<ItemStack> inputFilter)
setOutputFilter(Predicate<ItemStack> outputFilter)
canBeHighlighted, canTakePartial, getBackgroundSprite, getIndex, getMaxItemCount, getMaxItemCount, hasStack, insertStack, insertStack, onCrafted, onCrafted, onQuickTransfer, onTake, onTakeItem, setStack, setStack, setStackNoCallbacks, takeStack, takeStackRange, tryTakeStackRange
canBeHighlighted, canTakePartial, disablesDynamicDisplay, getBackgroundSprite, getIndex, getMaxItemCount, getMaxItemCount, hasStack, insertStack, insertStack, onCrafted, onCrafted, onQuickTransfer, onTake, onTakeItem, setStack, setStack, setStackNoCallbacks, takeStack, takeStackRange, tryTakeStackRange
canInsert
Slot
canTakeItems
listener
NullPointerException
isEnabled
static BackgroundPainter
createGuiSprite(Identifier texture)
static NinePatchBackgroundPainter
createNinePatch(Texture texture, - Consumer<juuxel.libninepatch.NinePatch.Builder<Identifier>> configurator)
createNinePatch(Identifier texture)
paintBackground(DrawContext context, +paintBackground(DrawContext context, int left, int top, WWidget panel) @@ -214,7 +228,7 @@ Method Details paintBackground -void paintBackground(DrawContext context, +void paintBackground(DrawContext context, int left, int top, WWidget panel) @@ -240,7 +254,7 @@ createColorful a colorful gui panel painter See Also: - + ScreenDrawing.drawGuiPanel(DrawContext, int, int, int, int, int) @@ -265,7 +279,7 @@ createColorful createNinePatch -static NinePatchBackgroundPainter createNinePatch(Identifier texture) +static NinePatchBackgroundPainter createNinePatch(Identifier texture) Creates a new nine-patch background painter. The resulting painter has a corner size of 4 px and a corner UV of 0.25. @@ -278,7 +292,7 @@ createNinePatch 1.5.0 See Also: - + NinePatchBackgroundPainter @@ -289,7 +303,7 @@ createNinePatch createNinePatch static NinePatchBackgroundPainter createNinePatch(Texture texture, - Consumer<juuxel.libninepatch.NinePatch.Builder<Identifier>> configurator) + Consumer<juuxel.libninepatch.NinePatch.Builder<Identifier>> configurator) Creates a new nine-patch background painter with a custom configuration. This method cannot be used for GUI sprites. Instead, you can use the @@ -301,12 +315,12 @@ createNinePatch Returns: the created nine-patch background painter Throws: -IllegalArgumentException - when the texture is not standalone +IllegalArgumentException - when the texture is not standalone Since: 4.0.0 See Also: - + NinePatch NinePatch.Builder NinePatchBackgroundPainter @@ -336,7 +350,7 @@ createLightDarkVariants createGuiSprite -static BackgroundPainter createGuiSprite(Identifier texture) +static BackgroundPainter createGuiSprite(Identifier texture) Creates a background painter that uses a texture from the GUI atlas. This method can be used to draw tiled or nine-slice GUI sprites from resource packs diff --git a/libgui/io/github/cottonmc/cotton/gui/client/CottonClientScreen.html b/libgui/io/github/cottonmc/cotton/gui/client/CottonClientScreen.html index f0e125a..759e89c 100644 --- a/libgui/io/github/cottonmc/cotton/gui/client/CottonClientScreen.html +++ b/libgui/io/github/cottonmc/cotton/gui/client/CottonClientScreen.html @@ -1,25 +1,20 @@ - -CottonClientScreen (LibGui 9.2.0+1.20.2 API) + +CottonClientScreen (LibGui 10.0.0+1.20.6 API) - - JavaScript is disabled on your browser. @@ -28,7 +23,7 @@ - + Skip navigation links Overview @@ -39,9 +34,28 @@ Index Help + + +Summary: + +Nested +Field +Constr +Method + + + +Detail: + +Field +Constr +Method + + + - + Summary: Nested | @@ -56,9 +70,9 @@ Method -SEARCH: - - +SEARCH + + @@ -71,9 +85,9 @@ Package io.github.cottonmc.cotton.gui.client Class CottonClientScreen -java.lang.Object -net.minecraft.client.gui.AbstractParentElement -net.minecraft.client.gui.screen.Screen +java.lang.Object +net.minecraft.client.gui.AbstractParentElement +net.minecraft.client.gui.screen.Screen io.github.cottonmc.cotton.gui.client.CottonClientScreen @@ -81,11 +95,11 @@ Class CottonClientScreen All Implemented Interfaces: -io.github.cottonmc.cotton.gui.impl.client.CottonScreenImpl, Drawable, Element, Navigable, ParentElement +io.github.cottonmc.cotton.gui.impl.client.CottonScreenImpl, Drawable, Element, Navigable, ParentElement public class CottonClientScreen -extends Screen +extends Screen implements io.github.cottonmc.cotton.gui.impl.client.CottonScreenImpl @@ -95,8 +109,8 @@ Class CottonClientScreen Nested Class Summary -Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen -Screen.SelectedElementNarrationData +Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen +Screen.SelectedElementNarrationData @@ -132,11 +146,11 @@ Field Summary -Fields inherited from class net.minecraft.client.gui.screen.Screen -client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, width +Fields inherited from class net.minecraft.client.gui.screen.Screen +client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, width -Fields inherited from interface net.minecraft.client.gui.Element -MAX_DOUBLE_CLICK_INTERVAL +Fields inherited from interface net.minecraft.client.gui.Element +MAX_DOUBLE_CLICK_INTERVAL @@ -149,7 +163,7 @@ Constructor Summary Description CottonClientScreen(GuiDescription description) -CottonClientScreen(Text title, +CottonClientScreen(Text title, GuiDescription description) @@ -167,7 +181,7 @@ Method Summary Method Description protected void -addElementNarrations(NarrationMessageBuilder builder) +addElementNarrations(NarrationMessageBuilder builder) boolean charTyped(char ch, @@ -223,7 +237,7 @@ Method Summary removed() void -render(DrawContext context, +render(DrawContext context, int mouseX, int mouseY, float partialTicks) @@ -244,20 +258,20 @@ Method Summary -Methods inherited from class net.minecraft.client.gui.screen.Screen -addDrawable, addDrawableChild, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, close, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderInGameBackground, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, updateNarrator, wrapScreenError +Methods inherited from class net.minecraft.client.gui.screen.Screen +addDrawable, addDrawableChild, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, clearTooltip, close, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getPanoramaTickDelta, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, updateNarrator, wrapScreenError -Methods inherited from class net.minecraft.client.gui.AbstractParentElement -getFocused, isDragging, setDragging, setFocused +Methods inherited from class net.minecraft.client.gui.AbstractParentElement +getFocused, isDragging, setDragging, setFocused -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait -Methods inherited from interface net.minecraft.client.gui.navigation.Navigable -getNavigationOrder +Methods inherited from interface net.minecraft.client.gui.navigation.Navigable +getNavigationOrder -Methods inherited from interface net.minecraft.client.gui.ParentElement -focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, setFocused +Methods inherited from interface net.minecraft.client.gui.ParentElement +getFocusedPath, getNavigationPath, hoveredElement, isFocused, setFocused
paintBackground(DrawContext context, int left, int top, WWidget panel)
ScreenDrawing.drawGuiPanel(DrawContext, int, int, int, int, int)
The resulting painter has a corner size of 4 px and a corner UV of 0.25.
NinePatchBackgroundPainter
This method cannot be used for GUI sprites. Instead, you can use the @@ -301,12 +315,12 @@
IllegalArgumentException
NinePatch
NinePatch.Builder
This method can be used to draw tiled or nine-slice GUI sprites from resource packs diff --git a/libgui/io/github/cottonmc/cotton/gui/client/CottonClientScreen.html b/libgui/io/github/cottonmc/cotton/gui/client/CottonClientScreen.html index f0e125a..759e89c 100644 --- a/libgui/io/github/cottonmc/cotton/gui/client/CottonClientScreen.html +++ b/libgui/io/github/cottonmc/cotton/gui/client/CottonClientScreen.html @@ -1,25 +1,20 @@
io.github.cottonmc.cotton.gui.impl.client.CottonScreenImpl
Drawable
Element
Navigable
ParentElement
Screen.SelectedElementNarrationData
client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, width
client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, width
MAX_DOUBLE_CLICK_INTERVAL
CottonClientScreen(GuiDescription description)
CottonClientScreen(Text title, +CottonClientScreen(Text title, GuiDescription description)
CottonClientScreen(Text title, GuiDescription description)
protected void
addElementNarrations(NarrationMessageBuilder builder)
charTyped(char ch, @@ -223,7 +237,7 @@ Method Summary removed() void -render(DrawContext context, +render(DrawContext context, int mouseX, int mouseY, float partialTicks) @@ -244,20 +258,20 @@ Method Summary
removed()
render(DrawContext context, +render(DrawContext context, int mouseX, int mouseY, float partialTicks) @@ -244,20 +258,20 @@ Method Summary
render(DrawContext context, int mouseX, int mouseY, float partialTicks)
addDrawable, addDrawableChild, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, close, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderInGameBackground, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, updateNarrator, wrapScreenError
addDrawable, addDrawableChild, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, clearTooltip, close, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getPanoramaTickDelta, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, updateNarrator, wrapScreenError
getFocused, isDragging, setDragging, setFocused
getNavigationOrder
focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, setFocused
getFocusedPath, getNavigationPath, hoveredElement, isFocused, setFocused
init
Screen
removed
render
tick
mouseClicked
mouseReleased
mouseDragged
mouseScrolled
mouseMoved
charTyped
keyPressed
keyReleased
addElementNarrations
CottonHud
y
documentation about the offsets
height
ScreenHandlerProvider<T>
BACKGROUND_TEXTURE, backgroundHeight, backgroundWidth, cursorDragging, cursorDragSlots, field_32322, focusedSlot, handler, playerInventoryTitle, playerInventoryTitleX, playerInventoryTitleY, titleX, titleY, x, y
CottonInventoryScreen(T description, - PlayerEntity player)
CottonInventoryScreen(T description, - PlayerEntity player, - Text title)
CottonInventoryScreen(T description, - PlayerInventory inventory)
CottonInventoryScreen(T description, - PlayerInventory inventory, - Text title)
charTyped(char ch, int keyCode)
drawBackground(DrawContext context, +drawBackground(DrawContext context, float partialTicks, int mouseX, int mouseY) protected void -drawForeground(DrawContext context, +drawForeground(DrawContext context, int mouseX, int mouseY) @@ -245,7 +259,7 @@ Method Summary double verticalAmount) void -paintDescription(DrawContext context, +paintDescription(DrawContext context, int mouseX, int mouseY, float delta) @@ -256,7 +270,7 @@ Method Summary removed() void -render(DrawContext context, +render(DrawContext context, int mouseX, int mouseY, float partialTicks) @@ -277,23 +291,23 @@ Method Summary -Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen -close, drawMouseoverTooltip, drawSlotHighlight, endTouchDrag, getScreenHandler, getTooltipFromItem, handleHotbarKeyPressed, isClickOutsideBounds, isPointWithinBounds, onMouseClick, renderBackground, tick +Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen +close, drawMouseoverTooltip, drawSlot, drawSlotHighlight, endTouchDrag, getScreenHandler, getTooltipFromItem, handleHotbarKeyPressed, isClickOutsideBounds, isPointWithinBounds, onMouseClick, onSlotChangedState, renderBackground, tick
drawBackground(DrawContext context, float partialTicks, int mouseX, int mouseY)
drawForeground(DrawContext context, +drawForeground(DrawContext context, int mouseX, int mouseY) @@ -245,7 +259,7 @@ Method Summary double verticalAmount)
drawForeground(DrawContext context, int mouseX, int mouseY)
paintDescription(DrawContext context, +paintDescription(DrawContext context, int mouseX, int mouseY, float delta) @@ -256,7 +270,7 @@ Method Summary removed() void -render(DrawContext context, +render(DrawContext context, int mouseX, int mouseY, float partialTicks) @@ -277,23 +291,23 @@ Method Summary
paintDescription(DrawContext context, int mouseX, int mouseY, float delta)
render(DrawContext context, +render(DrawContext context, int mouseX, int mouseY, float partialTicks) @@ -277,23 +291,23 @@ Method Summary
close, drawMouseoverTooltip, drawSlotHighlight, endTouchDrag, getScreenHandler, getTooltipFromItem, handleHotbarKeyPressed, isClickOutsideBounds, isPointWithinBounds, onMouseClick, renderBackground, tick
close, drawMouseoverTooltip, drawSlot, drawSlotHighlight, endTouchDrag, getScreenHandler, getTooltipFromItem, handleHotbarKeyPressed, isClickOutsideBounds, isPointWithinBounds, onMouseClick, onSlotChangedState, renderBackground, tick
addDrawable, addDrawableChild, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackgroundTexture, renderInGameBackground, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, switchFocus, updateNarrator, wrapScreenError
addDrawable, addDrawableChild, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, clearTooltip, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getPanoramaTickDelta, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, switchFocus, updateNarrator, wrapScreenError
HandledScreen<T extends SyncedGuiDescription>
shouldPause
drawBackground
drawForeground
handledScreenTick
The dark-mode title color will also be set by this method. @@ -393,7 +407,7 @@
Fullscreen GUIs have no default background painter and @@ -524,7 +538,7 @@
NinePatchBackgroundPainter(juuxel.libninepatch.NinePatch<Identifier> ninePatch)
getTopPadding()
paintBackground(DrawContext context, +paintBackground(DrawContext context, int left, int top, WWidget panel) @@ -184,8 +198,8 @@ Method Summary
BackgroundPainter
AutoCloseable
Scissors
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
close
IllegalStateException
Scissors.pop()
toString
Object
ScreenDrawing
static void
coloredRect(DrawContext context, +coloredRect(DrawContext context, int left, int top, int width, @@ -108,14 +122,14 @@ Method Summary Draws an untextured rectangle of the specified RGB color. static void -drawBeveledPanel(DrawContext context, +drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel static void -drawBeveledPanel(DrawContext context, +drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -124,7 +138,7 @@ Method Summary Draws a default-color recessed itemslot panel of variable size static void -drawBeveledPanel(DrawContext context, +drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -136,7 +150,7 @@ Method Summary Draws a generalized-case beveled panel. static void -drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -145,7 +159,7 @@ Method Summary Draws a beveled, round rectangle that is substantially similar to default Minecraft UI panels. static void -drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -155,7 +169,7 @@ Method Summary Draws a beveled, round, and colored rectangle that is substantially similar to default Minecraft UI panels. static void -drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -168,8 +182,8 @@ Method Summary Draws a beveled, round rectangle with custom edge colors that is substantially similar to default Minecraft UI panels. static void -drawString(DrawContext context, - String s, +drawString(DrawContext context, + String s, int x, int y, int color) @@ -177,8 +191,8 @@ Method Summary Draws a left-aligned string. static void -drawString(DrawContext context, - String s, +drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -188,8 +202,8 @@ Method Summary Draws a string with a custom alignment. static void -drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -197,8 +211,8 @@ Method Summary Draws a left-aligned text component. static void -drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -208,8 +222,8 @@ Method Summary Draws a text component with a custom alignment. static void -drawStringWithShadow(DrawContext context, - String s, +drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -219,8 +233,8 @@ Method Summary Draws a shadowed string. static void -drawStringWithShadow(DrawContext context, - OrderedText text, +drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -230,8 +244,8 @@ Method Summary Draws a shadowed text component. static void -drawTextHover(DrawContext context, - @Nullable Style textStyle, +drawTextHover(DrawContext context, + @Nullable Style textStyle, int x, int y) @@ -242,23 +256,23 @@ Method Summary float amount) static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -266,7 +280,7 @@ Method Summary Draws a textured rectangle with UV values based on the width and height. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -277,7 +291,7 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -289,12 +303,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -304,12 +318,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,12 +376,12 @@ Method Details texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. @@ -385,12 +399,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) Draws a textured rectangle. @@ -412,12 +426,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -443,7 +457,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -468,7 +482,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -495,12 +509,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -530,12 +544,12 @@ texturedRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -559,12 +573,12 @@ texturedGuiRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. @@ -584,7 +598,7 @@ texturedGuiRect coloredRect -public static void coloredRect(DrawContext context, +public static void coloredRect(DrawContext context, int left, int top, int width, @@ -596,7 +610,7 @@ coloredRect drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -615,7 +629,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -636,7 +650,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -663,7 +677,7 @@ drawGuiPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel @@ -672,7 +686,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -683,7 +697,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -708,8 +722,8 @@ drawBeveledPanel drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -731,8 +745,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -756,8 +770,8 @@ drawString drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - String s, +public static void drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -779,8 +793,8 @@ drawStringWithShadow drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - OrderedText text, +public static void drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -802,8 +816,8 @@ drawStringWithShadow drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, int x, int y, int color) @@ -821,8 +835,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -840,9 +854,9 @@ drawString drawTextHover -public static void drawTextHover(
coloredRect(DrawContext context, int left, int top, int width, @@ -108,14 +122,14 @@ Method Summary Draws an untextured rectangle of the specified RGB color.
drawBeveledPanel(DrawContext context, +drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel static void -drawBeveledPanel(DrawContext context, +drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -124,7 +138,7 @@ Method Summary Draws a default-color recessed itemslot panel of variable size static void -drawBeveledPanel(DrawContext context, +drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -136,7 +150,7 @@ Method Summary Draws a generalized-case beveled panel. static void -drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -145,7 +159,7 @@ Method Summary Draws a beveled, round rectangle that is substantially similar to default Minecraft UI panels. static void -drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -155,7 +169,7 @@ Method Summary Draws a beveled, round, and colored rectangle that is substantially similar to default Minecraft UI panels. static void -drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -168,8 +182,8 @@ Method Summary Draws a beveled, round rectangle with custom edge colors that is substantially similar to default Minecraft UI panels. static void -drawString(DrawContext context, - String s, +drawString(DrawContext context, + String s, int x, int y, int color) @@ -177,8 +191,8 @@ Method Summary Draws a left-aligned string. static void -drawString(DrawContext context, - String s, +drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -188,8 +202,8 @@ Method Summary Draws a string with a custom alignment. static void -drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -197,8 +211,8 @@ Method Summary Draws a left-aligned text component. static void -drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -208,8 +222,8 @@ Method Summary Draws a text component with a custom alignment. static void -drawStringWithShadow(DrawContext context, - String s, +drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -219,8 +233,8 @@ Method Summary Draws a shadowed string. static void -drawStringWithShadow(DrawContext context, - OrderedText text, +drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -230,8 +244,8 @@ Method Summary Draws a shadowed text component. static void -drawTextHover(DrawContext context, - @Nullable Style textStyle, +drawTextHover(DrawContext context, + @Nullable Style textStyle, int x, int y) @@ -242,23 +256,23 @@ Method Summary float amount) static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -266,7 +280,7 @@ Method Summary Draws a textured rectangle with UV values based on the width and height. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -277,7 +291,7 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -289,12 +303,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -304,12 +318,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,12 +376,12 @@ Method Details texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. @@ -385,12 +399,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) Draws a textured rectangle. @@ -412,12 +426,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -443,7 +457,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -468,7 +482,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -495,12 +509,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -530,12 +544,12 @@ texturedRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -559,12 +573,12 @@ texturedGuiRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. @@ -584,7 +598,7 @@ texturedGuiRect coloredRect -public static void coloredRect(DrawContext context, +public static void coloredRect(DrawContext context, int left, int top, int width, @@ -596,7 +610,7 @@ coloredRect drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -615,7 +629,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -636,7 +650,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -663,7 +677,7 @@ drawGuiPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel @@ -672,7 +686,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -683,7 +697,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -708,8 +722,8 @@ drawBeveledPanel drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -731,8 +745,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -756,8 +770,8 @@ drawString drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - String s, +public static void drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -779,8 +793,8 @@ drawStringWithShadow drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - OrderedText text, +public static void drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -802,8 +816,8 @@ drawStringWithShadow drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, int x, int y, int color) @@ -821,8 +835,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -840,9 +854,9 @@ drawString drawTextHover -public static void drawTextHover(
drawBeveledPanel(DrawContext context, int x, int y)
drawBeveledPanel(DrawContext context, +drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -124,7 +138,7 @@ Method Summary Draws a default-color recessed itemslot panel of variable size static void -drawBeveledPanel(DrawContext context, +drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -136,7 +150,7 @@ Method Summary Draws a generalized-case beveled panel. static void -drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -145,7 +159,7 @@ Method Summary Draws a beveled, round rectangle that is substantially similar to default Minecraft UI panels. static void -drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -155,7 +169,7 @@ Method Summary Draws a beveled, round, and colored rectangle that is substantially similar to default Minecraft UI panels. static void -drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -168,8 +182,8 @@ Method Summary Draws a beveled, round rectangle with custom edge colors that is substantially similar to default Minecraft UI panels. static void -drawString(DrawContext context, - String s, +drawString(DrawContext context, + String s, int x, int y, int color) @@ -177,8 +191,8 @@ Method Summary Draws a left-aligned string. static void -drawString(DrawContext context, - String s, +drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -188,8 +202,8 @@ Method Summary Draws a string with a custom alignment. static void -drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -197,8 +211,8 @@ Method Summary Draws a left-aligned text component. static void -drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -208,8 +222,8 @@ Method Summary Draws a text component with a custom alignment. static void -drawStringWithShadow(DrawContext context, - String s, +drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -219,8 +233,8 @@ Method Summary Draws a shadowed string. static void -drawStringWithShadow(DrawContext context, - OrderedText text, +drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -230,8 +244,8 @@ Method Summary Draws a shadowed text component. static void -drawTextHover(DrawContext context, - @Nullable Style textStyle, +drawTextHover(DrawContext context, + @Nullable Style textStyle, int x, int y) @@ -242,23 +256,23 @@ Method Summary float amount) static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -266,7 +280,7 @@ Method Summary Draws a textured rectangle with UV values based on the width and height. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -277,7 +291,7 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -289,12 +303,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -304,12 +318,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,12 +376,12 @@ Method Details texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. @@ -385,12 +399,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) Draws a textured rectangle. @@ -412,12 +426,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -443,7 +457,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -468,7 +482,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -495,12 +509,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -530,12 +544,12 @@ texturedRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -559,12 +573,12 @@ texturedGuiRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. @@ -584,7 +598,7 @@ texturedGuiRect coloredRect -public static void coloredRect(DrawContext context, +public static void coloredRect(DrawContext context, int left, int top, int width, @@ -596,7 +610,7 @@ coloredRect drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -615,7 +629,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -636,7 +650,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -663,7 +677,7 @@ drawGuiPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel @@ -672,7 +686,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -683,7 +697,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -708,8 +722,8 @@ drawBeveledPanel drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -731,8 +745,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -756,8 +770,8 @@ drawString drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - String s, +public static void drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -779,8 +793,8 @@ drawStringWithShadow drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - OrderedText text, +public static void drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -802,8 +816,8 @@ drawStringWithShadow drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, int x, int y, int color) @@ -821,8 +835,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -840,9 +854,9 @@ drawString drawTextHover -public static void drawTextHover(
drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -124,7 +138,7 @@ Method Summary Draws a default-color recessed itemslot panel of variable size
drawBeveledPanel(DrawContext context, +drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -136,7 +150,7 @@ Method Summary Draws a generalized-case beveled panel. static void -drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -145,7 +159,7 @@ Method Summary Draws a beveled, round rectangle that is substantially similar to default Minecraft UI panels. static void -drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -155,7 +169,7 @@ Method Summary Draws a beveled, round, and colored rectangle that is substantially similar to default Minecraft UI panels. static void -drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -168,8 +182,8 @@ Method Summary Draws a beveled, round rectangle with custom edge colors that is substantially similar to default Minecraft UI panels. static void -drawString(DrawContext context, - String s, +drawString(DrawContext context, + String s, int x, int y, int color) @@ -177,8 +191,8 @@ Method Summary Draws a left-aligned string. static void -drawString(DrawContext context, - String s, +drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -188,8 +202,8 @@ Method Summary Draws a string with a custom alignment. static void -drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -197,8 +211,8 @@ Method Summary Draws a left-aligned text component. static void -drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -208,8 +222,8 @@ Method Summary Draws a text component with a custom alignment. static void -drawStringWithShadow(DrawContext context, - String s, +drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -219,8 +233,8 @@ Method Summary Draws a shadowed string. static void -drawStringWithShadow(DrawContext context, - OrderedText text, +drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -230,8 +244,8 @@ Method Summary Draws a shadowed text component. static void -drawTextHover(DrawContext context, - @Nullable Style textStyle, +drawTextHover(DrawContext context, + @Nullable Style textStyle, int x, int y) @@ -242,23 +256,23 @@ Method Summary float amount) static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -266,7 +280,7 @@ Method Summary Draws a textured rectangle with UV values based on the width and height. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -277,7 +291,7 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -289,12 +303,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -304,12 +318,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,12 +376,12 @@ Method Details texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. @@ -385,12 +399,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) Draws a textured rectangle. @@ -412,12 +426,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -443,7 +457,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -468,7 +482,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -495,12 +509,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -530,12 +544,12 @@ texturedRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -559,12 +573,12 @@ texturedGuiRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. @@ -584,7 +598,7 @@ texturedGuiRect coloredRect -public static void coloredRect(DrawContext context, +public static void coloredRect(DrawContext context, int left, int top, int width, @@ -596,7 +610,7 @@ coloredRect drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -615,7 +629,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -636,7 +650,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -663,7 +677,7 @@ drawGuiPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel @@ -672,7 +686,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -683,7 +697,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -708,8 +722,8 @@ drawBeveledPanel drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -731,8 +745,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -756,8 +770,8 @@ drawString drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - String s, +public static void drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -779,8 +793,8 @@ drawStringWithShadow drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - OrderedText text, +public static void drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -802,8 +816,8 @@ drawStringWithShadow drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, int x, int y, int color) @@ -821,8 +835,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -840,9 +854,9 @@ drawString drawTextHover -public static void drawTextHover(
drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -136,7 +150,7 @@ Method Summary Draws a generalized-case beveled panel.
drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -145,7 +159,7 @@ Method Summary Draws a beveled, round rectangle that is substantially similar to default Minecraft UI panels. static void -drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -155,7 +169,7 @@ Method Summary Draws a beveled, round, and colored rectangle that is substantially similar to default Minecraft UI panels. static void -drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -168,8 +182,8 @@ Method Summary Draws a beveled, round rectangle with custom edge colors that is substantially similar to default Minecraft UI panels. static void -drawString(DrawContext context, - String s, +drawString(DrawContext context, + String s, int x, int y, int color) @@ -177,8 +191,8 @@ Method Summary Draws a left-aligned string. static void -drawString(DrawContext context, - String s, +drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -188,8 +202,8 @@ Method Summary Draws a string with a custom alignment. static void -drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -197,8 +211,8 @@ Method Summary Draws a left-aligned text component. static void -drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -208,8 +222,8 @@ Method Summary Draws a text component with a custom alignment. static void -drawStringWithShadow(DrawContext context, - String s, +drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -219,8 +233,8 @@ Method Summary Draws a shadowed string. static void -drawStringWithShadow(DrawContext context, - OrderedText text, +drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -230,8 +244,8 @@ Method Summary Draws a shadowed text component. static void -drawTextHover(DrawContext context, - @Nullable Style textStyle, +drawTextHover(DrawContext context, + @Nullable Style textStyle, int x, int y) @@ -242,23 +256,23 @@ Method Summary float amount) static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -266,7 +280,7 @@ Method Summary Draws a textured rectangle with UV values based on the width and height. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -277,7 +291,7 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -289,12 +303,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -304,12 +318,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,12 +376,12 @@ Method Details texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. @@ -385,12 +399,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) Draws a textured rectangle. @@ -412,12 +426,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -443,7 +457,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -468,7 +482,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -495,12 +509,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -530,12 +544,12 @@ texturedRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -559,12 +573,12 @@ texturedGuiRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. @@ -584,7 +598,7 @@ texturedGuiRect coloredRect -public static void coloredRect(DrawContext context, +public static void coloredRect(DrawContext context, int left, int top, int width, @@ -596,7 +610,7 @@ coloredRect drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -615,7 +629,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -636,7 +650,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -663,7 +677,7 @@ drawGuiPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel @@ -672,7 +686,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -683,7 +697,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -708,8 +722,8 @@ drawBeveledPanel drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -731,8 +745,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -756,8 +770,8 @@ drawString drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - String s, +public static void drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -779,8 +793,8 @@ drawStringWithShadow drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - OrderedText text, +public static void drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -802,8 +816,8 @@ drawStringWithShadow drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, int x, int y, int color) @@ -821,8 +835,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -840,9 +854,9 @@ drawString drawTextHover -public static void drawTextHover(
drawGuiPanel(DrawContext context, int x, int y, int width, @@ -145,7 +159,7 @@ Method Summary Draws a beveled, round rectangle that is substantially similar to default Minecraft UI panels.
drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -155,7 +169,7 @@ Method Summary Draws a beveled, round, and colored rectangle that is substantially similar to default Minecraft UI panels. static void -drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -168,8 +182,8 @@ Method Summary Draws a beveled, round rectangle with custom edge colors that is substantially similar to default Minecraft UI panels. static void -drawString(DrawContext context, - String s, +drawString(DrawContext context, + String s, int x, int y, int color) @@ -177,8 +191,8 @@ Method Summary Draws a left-aligned string. static void -drawString(DrawContext context, - String s, +drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -188,8 +202,8 @@ Method Summary Draws a string with a custom alignment. static void -drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -197,8 +211,8 @@ Method Summary Draws a left-aligned text component. static void -drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -208,8 +222,8 @@ Method Summary Draws a text component with a custom alignment. static void -drawStringWithShadow(DrawContext context, - String s, +drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -219,8 +233,8 @@ Method Summary Draws a shadowed string. static void -drawStringWithShadow(DrawContext context, - OrderedText text, +drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -230,8 +244,8 @@ Method Summary Draws a shadowed text component. static void -drawTextHover(DrawContext context, - @Nullable Style textStyle, +drawTextHover(DrawContext context, + @Nullable Style textStyle, int x, int y) @@ -242,23 +256,23 @@ Method Summary float amount) static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -266,7 +280,7 @@ Method Summary Draws a textured rectangle with UV values based on the width and height. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -277,7 +291,7 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -289,12 +303,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -304,12 +318,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,12 +376,12 @@ Method Details texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. @@ -385,12 +399,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) Draws a textured rectangle. @@ -412,12 +426,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -443,7 +457,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -468,7 +482,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -495,12 +509,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -530,12 +544,12 @@ texturedRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -559,12 +573,12 @@ texturedGuiRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. @@ -584,7 +598,7 @@ texturedGuiRect coloredRect -public static void coloredRect(DrawContext context, +public static void coloredRect(DrawContext context, int left, int top, int width, @@ -596,7 +610,7 @@ coloredRect drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -615,7 +629,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -636,7 +650,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -663,7 +677,7 @@ drawGuiPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel @@ -672,7 +686,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -683,7 +697,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -708,8 +722,8 @@ drawBeveledPanel drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -731,8 +745,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -756,8 +770,8 @@ drawString drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - String s, +public static void drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -779,8 +793,8 @@ drawStringWithShadow drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - OrderedText text, +public static void drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -802,8 +816,8 @@ drawStringWithShadow drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, int x, int y, int color) @@ -821,8 +835,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -840,9 +854,9 @@ drawString drawTextHover -public static void drawTextHover(
drawGuiPanel(DrawContext context, int x, int y, int width, @@ -155,7 +169,7 @@ Method Summary Draws a beveled, round, and colored rectangle that is substantially similar to default Minecraft UI panels.
drawGuiPanel(DrawContext context, +drawGuiPanel(DrawContext context, int x, int y, int width, @@ -168,8 +182,8 @@ Method Summary Draws a beveled, round rectangle with custom edge colors that is substantially similar to default Minecraft UI panels. static void -drawString(DrawContext context, - String s, +drawString(DrawContext context, + String s, int x, int y, int color) @@ -177,8 +191,8 @@ Method Summary Draws a left-aligned string. static void -drawString(DrawContext context, - String s, +drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -188,8 +202,8 @@ Method Summary Draws a string with a custom alignment. static void -drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -197,8 +211,8 @@ Method Summary Draws a left-aligned text component. static void -drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -208,8 +222,8 @@ Method Summary Draws a text component with a custom alignment. static void -drawStringWithShadow(DrawContext context, - String s, +drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -219,8 +233,8 @@ Method Summary Draws a shadowed string. static void -drawStringWithShadow(DrawContext context, - OrderedText text, +drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -230,8 +244,8 @@ Method Summary Draws a shadowed text component. static void -drawTextHover(DrawContext context, - @Nullable Style textStyle, +drawTextHover(DrawContext context, + @Nullable Style textStyle, int x, int y) @@ -242,23 +256,23 @@ Method Summary float amount) static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -266,7 +280,7 @@ Method Summary Draws a textured rectangle with UV values based on the width and height. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -277,7 +291,7 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -289,12 +303,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -304,12 +318,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,12 +376,12 @@ Method Details texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. @@ -385,12 +399,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) Draws a textured rectangle. @@ -412,12 +426,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -443,7 +457,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -468,7 +482,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -495,12 +509,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -530,12 +544,12 @@ texturedRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -559,12 +573,12 @@ texturedGuiRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. @@ -584,7 +598,7 @@ texturedGuiRect coloredRect -public static void coloredRect(DrawContext context, +public static void coloredRect(DrawContext context, int left, int top, int width, @@ -596,7 +610,7 @@ coloredRect drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -615,7 +629,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -636,7 +650,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -663,7 +677,7 @@ drawGuiPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel @@ -672,7 +686,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -683,7 +697,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -708,8 +722,8 @@ drawBeveledPanel drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -731,8 +745,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -756,8 +770,8 @@ drawString drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - String s, +public static void drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -779,8 +793,8 @@ drawStringWithShadow drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - OrderedText text, +public static void drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -802,8 +816,8 @@ drawStringWithShadow drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, int x, int y, int color) @@ -821,8 +835,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -840,9 +854,9 @@ drawString drawTextHover -public static void drawTextHover(
drawGuiPanel(DrawContext context, int x, int y, int width, @@ -168,8 +182,8 @@ Method Summary Draws a beveled, round rectangle with custom edge colors that is substantially similar to default Minecraft UI panels.
drawString(DrawContext context, - String s, +drawString(DrawContext context, + String s, int x, int y, int color) @@ -177,8 +191,8 @@ Method Summary Draws a left-aligned string.
drawString(DrawContext context, + String s, int x, int y, int color)
drawString(DrawContext context, - String s, +drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -188,8 +202,8 @@ Method Summary Draws a string with a custom alignment. static void -drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -197,8 +211,8 @@ Method Summary Draws a left-aligned text component. static void -drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -208,8 +222,8 @@ Method Summary Draws a text component with a custom alignment. static void -drawStringWithShadow(DrawContext context, - String s, +drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -219,8 +233,8 @@ Method Summary Draws a shadowed string. static void -drawStringWithShadow(DrawContext context, - OrderedText text, +drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -230,8 +244,8 @@ Method Summary Draws a shadowed text component. static void -drawTextHover(DrawContext context, - @Nullable Style textStyle, +drawTextHover(DrawContext context, + @Nullable Style textStyle, int x, int y) @@ -242,23 +256,23 @@ Method Summary float amount) static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -266,7 +280,7 @@ Method Summary Draws a textured rectangle with UV values based on the width and height. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -277,7 +291,7 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -289,12 +303,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -304,12 +318,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,12 +376,12 @@ Method Details texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. @@ -385,12 +399,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) Draws a textured rectangle. @@ -412,12 +426,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -443,7 +457,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -468,7 +482,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -495,12 +509,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -530,12 +544,12 @@ texturedRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -559,12 +573,12 @@ texturedGuiRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. @@ -584,7 +598,7 @@ texturedGuiRect coloredRect -public static void coloredRect(DrawContext context, +public static void coloredRect(DrawContext context, int left, int top, int width, @@ -596,7 +610,7 @@ coloredRect drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -615,7 +629,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -636,7 +650,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -663,7 +677,7 @@ drawGuiPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel @@ -672,7 +686,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -683,7 +697,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -708,8 +722,8 @@ drawBeveledPanel drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -731,8 +745,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -756,8 +770,8 @@ drawString drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - String s, +public static void drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -779,8 +793,8 @@ drawStringWithShadow drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - OrderedText text, +public static void drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -802,8 +816,8 @@ drawStringWithShadow drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, int x, int y, int color) @@ -821,8 +835,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -840,9 +854,9 @@ drawString drawTextHover -public static void drawTextHover(
drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -188,8 +202,8 @@ Method Summary Draws a string with a custom alignment.
drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -197,8 +211,8 @@ Method Summary Draws a left-aligned text component.
drawString(DrawContext context, + OrderedText text, int x, int y, int color)
drawString(DrawContext context, - OrderedText text, +drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -208,8 +222,8 @@ Method Summary Draws a text component with a custom alignment. static void -drawStringWithShadow(DrawContext context, - String s, +drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -219,8 +233,8 @@ Method Summary Draws a shadowed string. static void -drawStringWithShadow(DrawContext context, - OrderedText text, +drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -230,8 +244,8 @@ Method Summary Draws a shadowed text component. static void -drawTextHover(DrawContext context, - @Nullable Style textStyle, +drawTextHover(DrawContext context, + @Nullable Style textStyle, int x, int y) @@ -242,23 +256,23 @@ Method Summary float amount) static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -266,7 +280,7 @@ Method Summary Draws a textured rectangle with UV values based on the width and height. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -277,7 +291,7 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -289,12 +303,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -304,12 +318,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,12 +376,12 @@ Method Details texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. @@ -385,12 +399,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) Draws a textured rectangle. @@ -412,12 +426,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -443,7 +457,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -468,7 +482,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -495,12 +509,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -530,12 +544,12 @@ texturedRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -559,12 +573,12 @@ texturedGuiRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. @@ -584,7 +598,7 @@ texturedGuiRect coloredRect -public static void coloredRect(DrawContext context, +public static void coloredRect(DrawContext context, int left, int top, int width, @@ -596,7 +610,7 @@ coloredRect drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -615,7 +629,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -636,7 +650,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -663,7 +677,7 @@ drawGuiPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel @@ -672,7 +686,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -683,7 +697,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -708,8 +722,8 @@ drawBeveledPanel drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -731,8 +745,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -756,8 +770,8 @@ drawString drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - String s, +public static void drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -779,8 +793,8 @@ drawStringWithShadow drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - OrderedText text, +public static void drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -802,8 +816,8 @@ drawStringWithShadow drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, int x, int y, int color) @@ -821,8 +835,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -840,9 +854,9 @@ drawString drawTextHover -public static void drawTextHover(
drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -208,8 +222,8 @@ Method Summary Draws a text component with a custom alignment.
drawStringWithShadow(DrawContext context, - String s, +drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -219,8 +233,8 @@ Method Summary Draws a shadowed string. static void -drawStringWithShadow(DrawContext context, - OrderedText text, +drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -230,8 +244,8 @@ Method Summary Draws a shadowed text component. static void -drawTextHover(DrawContext context, - @Nullable Style textStyle, +drawTextHover(DrawContext context, + @Nullable Style textStyle, int x, int y) @@ -242,23 +256,23 @@ Method Summary float amount) static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -266,7 +280,7 @@ Method Summary Draws a textured rectangle with UV values based on the width and height. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -277,7 +291,7 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -289,12 +303,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -304,12 +318,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,12 +376,12 @@ Method Details texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. @@ -385,12 +399,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) Draws a textured rectangle. @@ -412,12 +426,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -443,7 +457,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -468,7 +482,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -495,12 +509,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -530,12 +544,12 @@ texturedRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -559,12 +573,12 @@ texturedGuiRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. @@ -584,7 +598,7 @@ texturedGuiRect coloredRect -public static void coloredRect(DrawContext context, +public static void coloredRect(DrawContext context, int left, int top, int width, @@ -596,7 +610,7 @@ coloredRect drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -615,7 +629,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -636,7 +650,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -663,7 +677,7 @@ drawGuiPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel @@ -672,7 +686,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -683,7 +697,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -708,8 +722,8 @@ drawBeveledPanel drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -731,8 +745,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -756,8 +770,8 @@ drawString drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - String s, +public static void drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -779,8 +793,8 @@ drawStringWithShadow drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - OrderedText text, +public static void drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -802,8 +816,8 @@ drawStringWithShadow drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, int x, int y, int color) @@ -821,8 +835,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -840,9 +854,9 @@ drawString drawTextHover -public static void drawTextHover(
drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -219,8 +233,8 @@ Method Summary Draws a shadowed string.
drawStringWithShadow(DrawContext context, - OrderedText text, +drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -230,8 +244,8 @@ Method Summary Draws a shadowed text component. static void -drawTextHover(DrawContext context, - @Nullable Style textStyle, +drawTextHover(DrawContext context, + @Nullable Style textStyle, int x, int y) @@ -242,23 +256,23 @@ Method Summary float amount) static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -266,7 +280,7 @@ Method Summary Draws a textured rectangle with UV values based on the width and height. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -277,7 +291,7 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -289,12 +303,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -304,12 +318,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,12 +376,12 @@ Method Details texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. @@ -385,12 +399,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) Draws a textured rectangle. @@ -412,12 +426,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -443,7 +457,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -468,7 +482,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -495,12 +509,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -530,12 +544,12 @@ texturedRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -559,12 +573,12 @@ texturedGuiRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. @@ -584,7 +598,7 @@ texturedGuiRect coloredRect -public static void coloredRect(DrawContext context, +public static void coloredRect(DrawContext context, int left, int top, int width, @@ -596,7 +610,7 @@ coloredRect drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -615,7 +629,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -636,7 +650,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -663,7 +677,7 @@ drawGuiPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel @@ -672,7 +686,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -683,7 +697,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -708,8 +722,8 @@ drawBeveledPanel drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -731,8 +745,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -756,8 +770,8 @@ drawString drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - String s, +public static void drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -779,8 +793,8 @@ drawStringWithShadow drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - OrderedText text, +public static void drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -802,8 +816,8 @@ drawStringWithShadow drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, int x, int y, int color) @@ -821,8 +835,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -840,9 +854,9 @@ drawString drawTextHover -public static void drawTextHover(
drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -230,8 +244,8 @@ Method Summary Draws a shadowed text component.
drawTextHover(DrawContext context, - @Nullable Style textStyle, +drawTextHover(DrawContext context, + @Nullable Style textStyle, int x, int y) @@ -242,23 +256,23 @@ Method Summary float amount) static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -266,7 +280,7 @@ Method Summary Draws a textured rectangle with UV values based on the width and height. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -277,7 +291,7 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -289,12 +303,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -304,12 +318,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,12 +376,12 @@ Method Details texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. @@ -385,12 +399,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) Draws a textured rectangle. @@ -412,12 +426,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -443,7 +457,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -468,7 +482,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -495,12 +509,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -530,12 +544,12 @@ texturedRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -559,12 +573,12 @@ texturedGuiRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. @@ -584,7 +598,7 @@ texturedGuiRect coloredRect -public static void coloredRect(DrawContext context, +public static void coloredRect(DrawContext context, int left, int top, int width, @@ -596,7 +610,7 @@ coloredRect drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -615,7 +629,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -636,7 +650,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -663,7 +677,7 @@ drawGuiPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel @@ -672,7 +686,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -683,7 +697,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -708,8 +722,8 @@ drawBeveledPanel drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -731,8 +745,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -756,8 +770,8 @@ drawString drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - String s, +public static void drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -779,8 +793,8 @@ drawStringWithShadow drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - OrderedText text, +public static void drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -802,8 +816,8 @@ drawStringWithShadow drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, int x, int y, int color) @@ -821,8 +835,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -840,9 +854,9 @@ drawString drawTextHover -public static void drawTextHover(
drawTextHover(DrawContext context, + @Nullable Style textStyle, int x, int y)
texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. static void -texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -266,7 +280,7 @@ Method Summary Draws a textured rectangle with UV values based on the width and height. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -277,7 +291,7 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -289,12 +303,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -304,12 +318,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,12 +376,12 @@ Method Details texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. @@ -385,12 +399,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) Draws a textured rectangle. @@ -412,12 +426,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -443,7 +457,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -468,7 +482,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -495,12 +509,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -530,12 +544,12 @@ texturedRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -559,12 +573,12 @@ texturedGuiRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. @@ -584,7 +598,7 @@ texturedGuiRect coloredRect -public static void coloredRect(DrawContext context, +public static void coloredRect(DrawContext context, int left, int top, int width, @@ -596,7 +610,7 @@ coloredRect drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -615,7 +629,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -636,7 +650,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -663,7 +677,7 @@ drawGuiPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel @@ -672,7 +686,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -683,7 +697,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -708,8 +722,8 @@ drawBeveledPanel drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -731,8 +745,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -756,8 +770,8 @@ drawString drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - String s, +public static void drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -779,8 +793,8 @@ drawStringWithShadow drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - OrderedText text, +public static void drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -802,8 +816,8 @@ drawStringWithShadow drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, int x, int y, int color) @@ -821,8 +835,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -840,9 +854,9 @@ drawString drawTextHover -public static void drawTextHover(
texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color)
texturedGuiRect(DrawContext context, +texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -266,7 +280,7 @@ Method Summary Draws a textured rectangle with UV values based on the width and height.
texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color)
texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -277,7 +291,7 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -289,12 +303,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -304,12 +318,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,12 +376,12 @@ Method Details texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. @@ -385,12 +399,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) Draws a textured rectangle. @@ -412,12 +426,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -443,7 +457,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -468,7 +482,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -495,12 +509,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -530,12 +544,12 @@ texturedRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -559,12 +573,12 @@ texturedGuiRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. @@ -584,7 +598,7 @@ texturedGuiRect coloredRect -public static void coloredRect(DrawContext context, +public static void coloredRect(DrawContext context, int left, int top, int width, @@ -596,7 +610,7 @@ coloredRect drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -615,7 +629,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -636,7 +650,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -663,7 +677,7 @@ drawGuiPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel @@ -672,7 +686,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -683,7 +697,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -708,8 +722,8 @@ drawBeveledPanel drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -731,8 +745,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -756,8 +770,8 @@ drawString drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - String s, +public static void drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -779,8 +793,8 @@ drawStringWithShadow drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - OrderedText text, +public static void drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -802,8 +816,8 @@ drawStringWithShadow drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, int x, int y, int color) @@ -821,8 +835,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -840,9 +854,9 @@ drawString drawTextHover -public static void drawTextHover(
texturedRect(DrawContext context, int x, int y, int width, @@ -277,7 +291,7 @@ Method Summary Draws a textured rectangle.
texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, @@ -289,12 +303,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -304,12 +318,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,12 +376,12 @@ Method Details texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. @@ -385,12 +399,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) Draws a textured rectangle. @@ -412,12 +426,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -443,7 +457,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -468,7 +482,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -495,12 +509,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -530,12 +544,12 @@ texturedRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -559,12 +573,12 @@ texturedGuiRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. @@ -584,7 +598,7 @@ texturedGuiRect coloredRect -public static void coloredRect(DrawContext context, +public static void coloredRect(DrawContext context, int left, int top, int width, @@ -596,7 +610,7 @@ coloredRect drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -615,7 +629,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -636,7 +650,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -663,7 +677,7 @@ drawGuiPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel @@ -672,7 +686,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -683,7 +697,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -708,8 +722,8 @@ drawBeveledPanel drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -731,8 +745,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -756,8 +770,8 @@ drawString drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - String s, +public static void drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -779,8 +793,8 @@ drawStringWithShadow drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - OrderedText text, +public static void drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -802,8 +816,8 @@ drawStringWithShadow drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, int x, int y, int color) @@ -821,8 +835,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -840,9 +854,9 @@ drawString drawTextHover -public static void drawTextHover(
texturedRect(DrawContext context, int x, int y, int width, @@ -289,12 +303,12 @@ Method Summary Draws a textured rectangle.
texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -304,12 +318,12 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,12 +376,12 @@ Method Details texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. @@ -385,12 +399,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) Draws a textured rectangle. @@ -412,12 +426,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -443,7 +457,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -468,7 +482,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -495,12 +509,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -530,12 +544,12 @@ texturedRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -559,12 +573,12 @@ texturedGuiRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. @@ -584,7 +598,7 @@ texturedGuiRect coloredRect -public static void coloredRect(DrawContext context, +public static void coloredRect(DrawContext context, int left, int top, int width, @@ -596,7 +610,7 @@ coloredRect drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -615,7 +629,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -636,7 +650,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -663,7 +677,7 @@ drawGuiPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel @@ -672,7 +686,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -683,7 +697,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -708,8 +722,8 @@ drawBeveledPanel drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -731,8 +745,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -756,8 +770,8 @@ drawString drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - String s, +public static void drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -779,8 +793,8 @@ drawStringWithShadow drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - OrderedText text, +public static void drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -802,8 +816,8 @@ drawStringWithShadow drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, int x, int y, int color) @@ -821,8 +835,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -840,9 +854,9 @@ drawString drawTextHover -public static void drawTextHover(
texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -304,12 +318,12 @@ Method Summary Draws a textured rectangle.
texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,12 +376,12 @@ Method Details texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. @@ -385,12 +399,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) Draws a textured rectangle. @@ -412,12 +426,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -443,7 +457,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -468,7 +482,7 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, @@ -495,12 +509,12 @@ texturedRect texturedRect -public static void texturedRect(DrawContext context, +public static void texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -530,12 +544,12 @@ texturedRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int textureX, int textureY, int color) @@ -559,12 +573,12 @@ texturedGuiRect texturedGuiRect -public static void texturedGuiRect(DrawContext context, +public static void texturedGuiRect(DrawContext context, int left, int top, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle with UV values based on the width and height. @@ -584,7 +598,7 @@ texturedGuiRect coloredRect -public static void coloredRect(DrawContext context, +public static void coloredRect(DrawContext context, int left, int top, int width, @@ -596,7 +610,7 @@ coloredRect drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -615,7 +629,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -636,7 +650,7 @@ drawGuiPanel drawGuiPanel -public static void drawGuiPanel(DrawContext context, +public static void drawGuiPanel(DrawContext context, int x, int y, int width, @@ -663,7 +677,7 @@ drawGuiPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y) Draws a default-sized recessed itemslot panel @@ -672,7 +686,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -683,7 +697,7 @@ drawBeveledPanel drawBeveledPanel -public static void drawBeveledPanel(DrawContext context, +public static void drawBeveledPanel(DrawContext context, int x, int y, int width, @@ -708,8 +722,8 @@ drawBeveledPanel drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -731,8 +745,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -756,8 +770,8 @@ drawString drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - String s, +public static void drawStringWithShadow(DrawContext context, + String s, HorizontalAlignment align, int x, int y, @@ -779,8 +793,8 @@ drawStringWithShadow drawStringWithShadow -public static void drawStringWithShadow(DrawContext context, - OrderedText text, +public static void drawStringWithShadow(DrawContext context, + OrderedText text, HorizontalAlignment align, int x, int y, @@ -802,8 +816,8 @@ drawStringWithShadow drawString -public static void drawString(DrawContext context, - String s, +public static void drawString(DrawContext context, + String s, int x, int y, int color) @@ -821,8 +835,8 @@ drawString drawString -public static void drawString(DrawContext context, - OrderedText text, +public static void drawString(DrawContext context, + OrderedText text, int x, int y, int color) @@ -840,9 +854,9 @@ drawString drawTextHover -public static void drawTextHover(
texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, float u1, float v1, float u2, @@ -320,23 +334,23 @@ Method Summary Draws a textured rectangle.
texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color) Draws a textured rectangle. static void -texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary -Methods inherited from class java.lang.Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +Methods inherited from class java.lang.Object +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color)
texturedRect(DrawContext context, +texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity) @@ -346,8 +360,8 @@ Method Summary
texturedRect(DrawContext context, int x, int y, int width, int height, - Identifier texture, + Identifier texture, int color, float opacity)