Class ButtonArrow
java.lang.Object
net.minecraft.client.gui.components.AbstractWidget
net.minecraft.client.gui.components.AbstractButton
net.minecraft.client.gui.components.Button
org.cyclops.cyclopscore.client.gui.component.button.ButtonExtended
org.cyclops.cyclopscore.client.gui.component.button.ButtonArrow
- 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
A button with an arrow in a certain direction.
-
Nested Class Summary
Nested ClassesNested 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
createNarration, DEFAULT_HEIGHT, DEFAULT_NARRATION, DEFAULT_WIDTH, onPress, SMALL_WIDTHFields inherited from class net.minecraft.client.gui.components.AbstractButton
TEXT_MARGIN, TEXTURE_BORDER_X, TEXTURE_BORDER_Y, TEXTURE_HEIGHT, TEXTURE_WIDTH, TEXTURE_Y_OFFSETFields inherited from class net.minecraft.client.gui.components.AbstractWidget
ACCESSIBILITY_TEXTURE, active, alpha, height, isHovered, packedFGColor, UNSET_FG_COLOR, visible, WIDGETS_LOCATION, widthFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
ConstructorsConstructorDescriptionButtonArrow(int x, int y, net.minecraft.network.chat.Component narrationMessage, net.minecraft.client.gui.components.Button.OnPress pressCallback, ButtonArrow.Direction direction) Make a new instance. -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawBackground(net.minecraft.client.gui.GuiGraphics guiGraphics) protected voiddrawButtonInner(net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY) protected static Image[]getDirectionImage(ButtonArrow.Direction direction) Methods inherited from class org.cyclops.cyclopscore.client.gui.component.button.ButtonExtended
getTextureY, getYImage, onPress, renderWidgetMethods inherited from class net.minecraft.client.gui.components.Button
builder, createNarrationMessage, updateWidgetNarrationMethods inherited from class net.minecraft.client.gui.components.AbstractButton
keyPressed, onClick, renderStringMethods inherited from class net.minecraft.client.gui.components.AbstractWidget
clearFGColor, clicked, createTooltipPositioner, defaultButtonNarrationText, getFGColor, getHeight, getMessage, getRectangle, getTabOrderGroup, getTooltip, getWidth, getX, getY, isActive, isFocused, isHovered, isHoveredOrFocused, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrationPriority, nextFocusPath, onDrag, onRelease, playDownSound, render, renderScrollingString, renderScrollingString, renderTexture, setAlpha, setFGColor, setFocused, setHeight, setMessage, 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
-
ButtonArrow
public ButtonArrow(int x, int y, net.minecraft.network.chat.Component narrationMessage, net.minecraft.client.gui.components.Button.OnPress pressCallback, ButtonArrow.Direction direction) Make a new instance.- Parameters:
x- Xy- YnarrationMessage- The string to print.pressCallback- A callback for when this button was pressed.direction- The direction of the arrow to draw.
-
-
Method Details
-
getDirectionImage
-
drawBackground
protected void drawBackground(net.minecraft.client.gui.GuiGraphics guiGraphics) - Overrides:
drawBackgroundin classButtonExtended
-
drawButtonInner
protected void drawButtonInner(net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY) - Specified by:
drawButtonInnerin classButtonExtended
-