Package net.minecraft.client.gui.widget
Class ToggleButtonWidget
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.widget.AbstractButtonWidget
net.minecraft.client.gui.widget.ToggleButtonWidget
- Direct Known Subclasses:
RecipeGroupButtonWidget
- Mappings:
Namespace Name official dwointermediary net/minecraft/class_361named net/minecraft/client/gui/widget/ToggleButtonWidget
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected Identifierprotected booleanprotected intprotected intFields inherited from class net.minecraft.client.gui.widget.AbstractButtonWidget
active, alpha, height, hovered, nextNarration, visible, WIDGETS_LOCATION, width, x, yFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidrenderButton(MatrixStack matrices, int mouseX, int mouseY, float delta)voidsetPos(int x, int y)voidsetTextureUV(int u, int v, int pressedUOffset, int hoverVOffset, Identifier texture)voidsetToggled(boolean toggled)Methods inherited from class net.minecraft.client.gui.widget.AbstractButtonWidget
changeFocus, clicked, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getWidth, getYImage, isFocused, isHovered, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrate, onClick, onDrag, onFocusedChanged, onRelease, playDownSound, queueNarration, render, renderBg, renderToolTip, setAlpha, setFocused, setMessage, setWidthMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, method_35719, method_35720, setZOffsetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
charTyped, keyPressed, keyReleased, mouseMoved, mouseScrolled
-
Field Details
-
texture
- Mappings:
Namespace Name Mixin selector official aLdwo;a:Lwp;intermediary field_2193Lnet/minecraft/class_361;field_2193:Lnet/minecraft/class_2960;named textureLnet/minecraft/client/gui/widget/ToggleButtonWidget;texture:Lnet/minecraft/util/Identifier;
-
toggled
protected boolean toggled- Mappings:
Namespace Name Mixin selector official bLdwo;b:Zintermediary field_2194Lnet/minecraft/class_361;field_2194:Znamed toggledLnet/minecraft/client/gui/widget/ToggleButtonWidget;toggled:Z
-
u
protected int u- Mappings:
Namespace Name Mixin selector official cLdwo;c:Iintermediary field_2192Lnet/minecraft/class_361;field_2192:Inamed uLnet/minecraft/client/gui/widget/ToggleButtonWidget;u:I
-
v
protected int v- Mappings:
Namespace Name Mixin selector official dLdwo;d:Iintermediary field_2191Lnet/minecraft/class_361;field_2191:Inamed vLnet/minecraft/client/gui/widget/ToggleButtonWidget;v:I
-
pressedUOffset
protected int pressedUOffset- Mappings:
Namespace Name Mixin selector official eLdwo;e:Iintermediary field_2190Lnet/minecraft/class_361;field_2190:Inamed pressedUOffsetLnet/minecraft/client/gui/widget/ToggleButtonWidget;pressedUOffset:I
-
hoverVOffset
protected int hoverVOffset- Mappings:
Namespace Name Mixin selector official sLdwo;s:Iintermediary field_2189Lnet/minecraft/class_361;field_2189:Inamed hoverVOffsetLnet/minecraft/client/gui/widget/ToggleButtonWidget;hoverVOffset:I
-
-
Constructor Details
-
ToggleButtonWidget
public ToggleButtonWidget(int x, int y, int width, int height, boolean toggled)- Mappings:
Namespace Name Mixin selector official <init>Ldwo;<init>(IIIIZ)Vintermediary <init>Lnet/minecraft/class_361;<init>(IIIIZ)Vnamed <init>Lnet/minecraft/client/gui/widget/ToggleButtonWidget;<init>(IIIIZ)V
-
-
Method Details
-
setTextureUV
- Mappings:
Namespace Name Mixin selector official aLdwo;a(IIIILwp;)Vintermediary method_1962Lnet/minecraft/class_361;method_1962(IIIILnet/minecraft/class_2960;)Vnamed setTextureUVLnet/minecraft/client/gui/widget/ToggleButtonWidget;setTextureUV(IIIILnet/minecraft/util/Identifier;)V
-
setToggled
public void setToggled(boolean toggled)- Mappings:
Namespace Name Mixin selector official eLdwo;e(Z)Vintermediary method_1964Lnet/minecraft/class_361;method_1964(Z)Vnamed setToggledLnet/minecraft/client/gui/widget/ToggleButtonWidget;setToggled(Z)V
-
isToggled
public boolean isToggled()- Mappings:
Namespace Name Mixin selector official aLdwo;a()Zintermediary method_1965Lnet/minecraft/class_361;method_1965()Znamed isToggledLnet/minecraft/client/gui/widget/ToggleButtonWidget;isToggled()Z
-
setPos
public void setPos(int x, int y)- Mappings:
Namespace Name Mixin selector official aLdwo;a(II)Vintermediary method_1963Lnet/minecraft/class_361;method_1963(II)Vnamed setPosLnet/minecraft/client/gui/widget/ToggleButtonWidget;setPos(II)V
-
renderButton
- Overrides:
renderButtonin classAbstractButtonWidget- Mappings:
Namespace Name Mixin selector official bLdvv;b(Ldpj;IIF)Vintermediary method_25359Lnet/minecraft/class_339;method_25359(Lnet/minecraft/class_4587;IIF)Vnamed renderButtonLnet/minecraft/client/gui/widget/AbstractButtonWidget;renderButton(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-