Class VillagerTradingScreen.PaginationButton
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.widget.ButtonWidget
net.minecraft.client.gui.screen.ingame.VillagerTradingScreen.PaginationButton
- Enclosing class:
- VillagerTradingScreen
@Environment(CLIENT) static class VillagerTradingScreen.PaginationButton extends ButtonWidget
- Mappings:
Namespace Name official azd$aintermediary net/minecraft/class_807$class_808named net/minecraft/client/gui/screen/ingame/VillagerTradingScreen$PaginationButton
-
Field Summary
Fields Modifier and Type Field Description private booleanfield_3519Fields 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
BACKGROUND_TEXTURE, GUI_ICONS_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors Constructor Description PaginationButton(int id, int x, int y, boolean bool) -
Method Summary
Modifier and Type Method Description voidrender(MinecraftClient client, int mouseX, int mouseY)Methods inherited from class net.minecraft.client.gui.widget.ButtonWidget
getWidth, getYImage, isHovered, isMouseOver, mouseReleased, playDownSound, renderBg, renderToolTip, setWidthMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradient
-
Field Details
-
field_3519
private final boolean field_3519- Mappings:
Namespace Name Mixin selector official oLazd$a;o:Zintermediary field_3519Lnet/minecraft/class_807$class_808;field_3519:Znamed field_3519Lnet/minecraft/client/gui/screen/ingame/VillagerTradingScreen$PaginationButton;field_3519:Z
-
-
Constructor Details
-
PaginationButton
public PaginationButton(int id, int x, int y, boolean bool)- Mappings:
Namespace Name Mixin selector official <init>Lazd$a;<init>(IIIZ)Vintermediary <init>Lnet/minecraft/class_807$class_808;<init>(IIIZ)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/VillagerTradingScreen$PaginationButton;<init>(IIIZ)V
-
-
Method Details
-
render
- Overrides:
renderin classButtonWidget- Mappings:
Namespace Name Mixin selector official aLavs;a(Lave;II)Vintermediary method_2473Lnet/minecraft/class_685;method_2473(Lnet/minecraft/class_669;II)Vnamed renderLnet/minecraft/client/gui/widget/ButtonWidget;render(Lnet/minecraft/client/MinecraftClient;II)V
-