Class BeaconScreen.EffectButtonWidget
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.widget.ButtonWidget
net.minecraft.client.gui.screen.ingame.BeaconScreen.BaseButtonWidget
net.minecraft.client.gui.screen.ingame.BeaconScreen.EffectButtonWidget
- All Implemented Interfaces:
class_4122
- Enclosing class:
- BeaconScreen
- Mappings:
Namespace Name official cla$cintermediary net/minecraft/class_1323$class_1326named net/minecraft/client/gui/screen/ingame/BeaconScreen$EffectButtonWidget
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.widget.ButtonWidget
active, height, hovered, id, message, visible, WIDGETS_LOCATION, width, x, yFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
ConstructorsConstructorDescriptionEffectButtonWidget(int int2, int int3, int int4, StatusEffect statusEffect, int int5) -
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_18374(double double2, double double3) voidrenderToolTip(int mouseX, int mouseY) Methods inherited from class net.minecraft.client.gui.screen.ingame.BeaconScreen.BaseButtonWidget
isDisabled, method_891, setDisabledMethods inherited from class net.minecraft.client.gui.widget.ButtonWidget
getWidth, getYImage, isHovered, method_18375, method_18376, method_18377, mouseClicked, mouseDragged, mouseReleased, playDownSound, renderBg, setWidthMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradientMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.class_4122
charTyped, keyPressed, keyReleased, method_18427, method_18428, mouseScrolled
-
Field Details
-
field_13329
- Mappings:
Namespace Name Mixin selector official pLcla$c;p:Laej;intermediary field_13329Lnet/minecraft/class_1323$class_1326;field_13329:Lnet/minecraft/class_860;named field_13329Lnet/minecraft/client/gui/screen/ingame/BeaconScreen$EffectButtonWidget;field_13329:Lnet/minecraft/entity/effect/StatusEffect;
-
field_5113
private final int field_5113- Mappings:
Namespace Name Mixin selector official qLcla$c;q:Iintermediary field_5113Lnet/minecraft/class_1323$class_1326;field_5113:Inamed field_5113Lnet/minecraft/client/gui/screen/ingame/BeaconScreen$EffectButtonWidget;field_5113:I
-
-
Constructor Details
-
EffectButtonWidget
-
-
Method Details
-
method_18374
public void method_18374(double double2, double double3) - Overrides:
method_18374in classButtonWidget- Mappings:
Namespace Name Mixin selector official aLcgu;a(DD)Vintermediary method_18374Lnet/minecraft/class_356;method_18374(DD)Vnamed method_18374Lnet/minecraft/client/gui/widget/ButtonWidget;method_18374(DD)V
-
renderToolTip
public void renderToolTip(int mouseX, int mouseY) - Overrides:
renderToolTipin classButtonWidget- Mappings:
Namespace Name Mixin selector official aLcgu;a(II)Vintermediary method_4230Lnet/minecraft/class_356;method_4230(II)Vnamed renderToolTipLnet/minecraft/client/gui/widget/ButtonWidget;renderToolTip(II)V
-