Class OverlayImageButton
java.lang.Object
net.minecraft.client.gui.components.AbstractWidget
net.minecraft.client.gui.components.AbstractButton
net.minecraft.client.gui.components.Button
com.stereowalker.unionlib.client.gui.components.OverlayImageButton
- All Implemented Interfaces:
net.minecraft.client.gui.components.events.GuiEventListener,net.minecraft.client.gui.components.Renderable,net.minecraft.client.gui.components.TabOrderedElement,net.minecraft.client.gui.layouts.LayoutElement,net.minecraft.client.gui.narration.NarratableEntry,net.minecraft.client.gui.narration.NarrationSupplier
public class OverlayImageButton
extends net.minecraft.client.gui.components.Button
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.components.Button
net.minecraft.client.gui.components.Button.Builder, net.minecraft.client.gui.components.Button.CreateNarration, net.minecraft.client.gui.components.Button.OnPressNested classes/interfaces inherited from interface net.minecraft.client.gui.narration.NarratableEntry
net.minecraft.client.gui.narration.NarratableEntry.NarrationPriority -
Field Summary
Fields inherited from class net.minecraft.client.gui.components.Button
BIG_WIDTH, createNarration, DEFAULT_HEIGHT, DEFAULT_NARRATION, DEFAULT_SPACING, DEFAULT_WIDTH, onPress, SMALL_WIDTHFields inherited from class net.minecraft.client.gui.components.AbstractButton
SPRITES, TEXT_MARGINFields inherited from class net.minecraft.client.gui.components.AbstractWidget
active, alpha, height, isHovered, packedFGColor, UNSET_FG_COLOR, visible, widthFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
ConstructorsConstructorDescriptionOverlayImageButton(int x, int y, int width, int height, int xTexStart1, int yTexStart1, int xTexStop1, int yTexStop1, net.minecraft.resources.ResourceLocation overlayLocation1, int textureWidth1, int textureHeight1, int xTexStart2, int yTexStart2, int xTexStop2, int yTexStop2, net.minecraft.resources.ResourceLocation overlayLocation2, int textureWidth2, int textureHeight2, net.minecraft.client.gui.components.Button.OnPress onPress, net.minecraft.network.chat.Component title) OverlayImageButton(int x, int y, int width, int height, int xTexStart, int yTexStart, int xTexStop, int yTexStop, net.minecraft.resources.ResourceLocation overlayLocation, int textureWidth, int textureHeight, net.minecraft.client.gui.components.Button.OnPress onPress, net.minecraft.network.chat.Component title) -
Method Summary
Modifier and TypeMethodDescriptionvoidadjustFirstOverlay(float x, float y) voidadjustSecondOverlay(float x, float y) voidprotected voidrenderScrollingString(net.minecraft.client.gui.GuiGraphics p_281857_, net.minecraft.client.gui.Font p_282790_, int p_282664_, int p_282944_) voidrenderWidget(net.minecraft.client.gui.GuiGraphics guiGraphics, int pMouseX, int pMouseY, float partial) voidsetFirstOverlay(net.minecraft.resources.ResourceLocation overlayLocation) voidsetSecondOverlay(net.minecraft.resources.ResourceLocation overlayLocation) voidMethods inherited from class net.minecraft.client.gui.components.Button
builder, createNarrationMessage, onPress, updateWidgetNarrationMethods inherited from class net.minecraft.client.gui.components.AbstractButton
keyPressed, onClick, renderStringMethods inherited from class net.minecraft.client.gui.components.AbstractWidget
clearFGColor, clicked, defaultButtonNarrationText, getBottom, getFGColor, getHeight, getMessage, getRectangle, getRight, getTabOrderGroup, getTooltip, getWidth, getX, getY, isActive, isFocused, isHovered, isHoveredOrFocused, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrationPriority, nextFocusPath, onDrag, onRelease, playDownSound, render, renderScrollingString, renderScrollingString, setAlpha, setFGColor, setFocused, setHeight, setMessage, setRectangle, setSize, setTabOrderGroup, setTooltip, setTooltipDelay, setWidth, setX, setY, updateNarration, visitWidgets, wrapDefaultNarrationMessageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
charTyped, getCurrentFocusPath, keyReleased, mouseMoved, mouseScrolledMethods inherited from interface net.minecraft.client.gui.layouts.LayoutElement
setPosition
-
Constructor Details
-
OverlayImageButton
public OverlayImageButton(int x, int y, int width, int height, int xTexStart, int yTexStart, int xTexStop, int yTexStop, net.minecraft.resources.ResourceLocation overlayLocation, int textureWidth, int textureHeight, net.minecraft.client.gui.components.Button.OnPress onPress, net.minecraft.network.chat.Component title) -
OverlayImageButton
public OverlayImageButton(int x, int y, int width, int height, int xTexStart1, int yTexStart1, int xTexStop1, int yTexStop1, net.minecraft.resources.ResourceLocation overlayLocation1, int textureWidth1, int textureHeight1, int xTexStart2, int yTexStart2, int xTexStop2, int yTexStop2, net.minecraft.resources.ResourceLocation overlayLocation2, int textureWidth2, int textureHeight2, net.minecraft.client.gui.components.Button.OnPress onPress, net.minecraft.network.chat.Component title)
-
-
Method Details
-
renderWidget
public void renderWidget(net.minecraft.client.gui.GuiGraphics guiGraphics, int pMouseX, int pMouseY, float partial) - Overrides:
renderWidgetin classnet.minecraft.client.gui.components.AbstractButton
-
renderScrollingString
protected void renderScrollingString(net.minecraft.client.gui.GuiGraphics p_281857_, net.minecraft.client.gui.Font p_282790_, int p_282664_, int p_282944_) - Overrides:
renderScrollingStringin classnet.minecraft.client.gui.components.AbstractWidget
-
hideMessage
public void hideMessage() -
showMessage
public void showMessage() -
setFirstOverlay
public void setFirstOverlay(net.minecraft.resources.ResourceLocation overlayLocation) -
setSecondOverlay
public void setSecondOverlay(net.minecraft.resources.ResourceLocation overlayLocation) -
adjustFirstOverlay
public void adjustFirstOverlay(float x, float y) -
adjustSecondOverlay
public void adjustSecondOverlay(float x, float y)
-