Class MerchantScreen

All Implemented Interfaces:
Drawable, Element, ParentElement, ScreenHandlerProvider<MerchantScreenHandler>, TickableElement

@Environment(CLIENT)
public class MerchantScreen
extends HandledScreen<MerchantScreenHandler>
Mappings:
Namespace Name
official dxc
intermediary net/minecraft/class_492
named net/minecraft/client/gui/screen/ingame/MerchantScreen
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official A Ldxc;A:Lwb;
      intermediary field_2950 Lnet/minecraft/class_492;field_2950:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/gui/screen/ingame/MerchantScreen;TEXTURE:Lnet/minecraft/util/Identifier;
    • TRADES_TEXT

      private static final Text TRADES_TEXT
      Mappings:
      Namespace Name Mixin selector
      official B Ldxc;B:Loi;
      intermediary field_26569 Lnet/minecraft/class_492;field_26569:Lnet/minecraft/class_2561;
      named TRADES_TEXT Lnet/minecraft/client/gui/screen/ingame/MerchantScreen;TRADES_TEXT:Lnet/minecraft/text/Text;
    • SEPARATOR_TEXT

      private static final Text SEPARATOR_TEXT
      Mappings:
      Namespace Name Mixin selector
      official C Ldxc;C:Loi;
      intermediary field_26570 Lnet/minecraft/class_492;field_26570:Lnet/minecraft/class_2561;
      named SEPARATOR_TEXT Lnet/minecraft/client/gui/screen/ingame/MerchantScreen;SEPARATOR_TEXT:Lnet/minecraft/text/Text;
    • DEPRECATED_TEXT

      private static final Text DEPRECATED_TEXT
      Mappings:
      Namespace Name Mixin selector
      official D Ldxc;D:Loi;
      intermediary field_26571 Lnet/minecraft/class_492;field_26571:Lnet/minecraft/class_2561;
      named DEPRECATED_TEXT Lnet/minecraft/client/gui/screen/ingame/MerchantScreen;DEPRECATED_TEXT:Lnet/minecraft/text/Text;
    • selectedIndex

      private int selectedIndex
      Mappings:
      Namespace Name Mixin selector
      official E Ldxc;E:I
      intermediary field_19161 Lnet/minecraft/class_492;field_19161:I
      named selectedIndex Lnet/minecraft/client/gui/screen/ingame/MerchantScreen;selectedIndex:I
    • offers

      private final MerchantScreen.WidgetButtonPage[] offers
      Mappings:
      Namespace Name Mixin selector
      official F Ldxc;F:[Ldxc$a;
      intermediary field_19162 Lnet/minecraft/class_492;field_19162:[Lnet/minecraft/class_492$class_493;
      named offers Lnet/minecraft/client/gui/screen/ingame/MerchantScreen;offers:[Lnet/minecraft/client/gui/screen/ingame/MerchantScreen$WidgetButtonPage;
    • indexStartOffset

      private int indexStartOffset
      Mappings:
      Namespace Name Mixin selector
      official G Ldxc;G:I
      intermediary field_19163 Lnet/minecraft/class_492;field_19163:I
      named indexStartOffset Lnet/minecraft/client/gui/screen/ingame/MerchantScreen;indexStartOffset:I
    • scrolling

      private boolean scrolling
      Mappings:
      Namespace Name Mixin selector
      official H Ldxc;H:Z
      intermediary field_19164 Lnet/minecraft/class_492;field_19164:Z
      named scrolling Lnet/minecraft/client/gui/screen/ingame/MerchantScreen;scrolling:Z
  • Constructor Details

    • MerchantScreen

      public MerchantScreen​(MerchantScreenHandler handler, PlayerInventory inventory, Text title)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldxc;<init>(Lbkw;Lbhk;Loi;)V
      intermediary <init> Lnet/minecraft/class_492;<init>(Lnet/minecraft/class_1728;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/MerchantScreen;<init>(Lnet/minecraft/screen/MerchantScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V
  • Method Details

    • syncRecipeIndex

      private void syncRecipeIndex()
      Mappings:
      Namespace Name Mixin selector
      official i Ldxc;i()V
      intermediary method_2496 Lnet/minecraft/class_492;method_2496()V
      named syncRecipeIndex Lnet/minecraft/client/gui/screen/ingame/MerchantScreen;syncRecipeIndex()V
    • init

      protected void init()
      Called when a screen should be initialized.

      This method is called when this screen is opened or resized.

      Overrides:
      init in class HandledScreen<MerchantScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official b Ldve;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • drawForeground

      protected void drawForeground​(MatrixStack matrices, int mouseX, int mouseY)
      Overrides:
      drawForeground in class HandledScreen<MerchantScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official b Ldwa;b(Ldlr;II)V
      intermediary method_2388 Lnet/minecraft/class_465;method_2388(Lnet/minecraft/class_4587;II)V
      named drawForeground Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawForeground(Lnet/minecraft/client/util/math/MatrixStack;II)V
    • drawBackground

      protected void drawBackground​(MatrixStack matrices, float delta, int mouseX, int mouseY)
      Specified by:
      drawBackground in class HandledScreen<MerchantScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official a Ldwa;a(Ldlr;FII)V
      intermediary method_2389 Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_4587;FII)V
      named drawBackground Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/util/math/MatrixStack;FII)V
    • drawLevelInfo

      private void drawLevelInfo​(MatrixStack matrices, int x, int y, TradeOffer tradeOffer)
      Mappings:
      Namespace Name Mixin selector
      official a Ldxc;a(Ldlr;IILbss;)V
      intermediary method_19413 Lnet/minecraft/class_492;method_19413(Lnet/minecraft/class_4587;IILnet/minecraft/class_1914;)V
      named drawLevelInfo Lnet/minecraft/client/gui/screen/ingame/MerchantScreen;drawLevelInfo(Lnet/minecraft/client/util/math/MatrixStack;IILnet/minecraft/village/TradeOffer;)V
    • renderScrollbar

      private void renderScrollbar​(MatrixStack matrices, int x, int y, TradeOfferList tradeOffers)
      Mappings:
      Namespace Name Mixin selector
      official a Ldxc;a(Ldlr;IILbst;)V
      intermediary method_20221 Lnet/minecraft/class_492;method_20221(Lnet/minecraft/class_4587;IILnet/minecraft/class_1916;)V
      named renderScrollbar Lnet/minecraft/client/gui/screen/ingame/MerchantScreen;renderScrollbar(Lnet/minecraft/client/util/math/MatrixStack;IILnet/minecraft/village/TradeOfferList;)V
    • render

      public void render​(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class HandledScreen<MerchantScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official a Ldsq;a(Ldlr;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
    • renderArrow

      private void renderArrow​(MatrixStack matrices, TradeOffer tradeOffer, int x, int y)
      Mappings:
      Namespace Name Mixin selector
      official a Ldxc;a(Ldlr;Lbss;II)V
      intermediary method_20223 Lnet/minecraft/class_492;method_20223(Lnet/minecraft/class_4587;Lnet/minecraft/class_1914;II)V
      named renderArrow Lnet/minecraft/client/gui/screen/ingame/MerchantScreen;renderArrow(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/village/TradeOffer;II)V
    • renderFirstBuyItem

      private void renderFirstBuyItem​(MatrixStack matrices, ItemStack adjustedFirstBuyItem, ItemStack originalFirstBuyItem, int x, int y)
      Mappings:
      Namespace Name Mixin selector
      official a Ldxc;a(Ldlr;Lbnv;Lbnv;II)V
      intermediary method_20222 Lnet/minecraft/class_492;method_20222(Lnet/minecraft/class_4587;Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;II)V
      named renderFirstBuyItem Lnet/minecraft/client/gui/screen/ingame/MerchantScreen;renderFirstBuyItem(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;II)V
    • canScroll

      private boolean canScroll​(int listSize)
      Mappings:
      Namespace Name Mixin selector
      official a Ldxc;a(I)Z
      intermediary method_20220 Lnet/minecraft/class_492;method_20220(I)Z
      named canScroll Lnet/minecraft/client/gui/screen/ingame/MerchantScreen;canScroll(I)Z
    • mouseScrolled

      public boolean mouseScrolled​(double mouseX, double mouseY, double amount)
      Callback for when a mouse button scroll event has been captured.
      Parameters:
      mouseX - the X coordinate of the mouse
      mouseY - the Y coordinate of the mouse
      amount - value is > 1 if scrolled down, < 1 if scrolled up
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mouse.onMouseScroll(long, double, double)
      Mappings:
      Namespace Name Mixin selector
      official a Ldst;a(DDD)Z
      intermediary method_25401 Lnet/minecraft/class_364;method_25401(DDD)Z
      named mouseScrolled Lnet/minecraft/client/gui/Element;mouseScrolled(DDD)Z
    • mouseDragged

      public boolean mouseDragged​(double mouseX, double mouseY, int button, double deltaX, double deltaY)
      Callback for when a mouse button drag event has been captured. The button number is identified by the constants in GLFW class.
      Specified by:
      mouseDragged in interface Element
      Specified by:
      mouseDragged in interface ParentElement
      Overrides:
      mouseDragged in class HandledScreen<MerchantScreenHandler>
      Parameters:
      mouseX - the current X coordinate of the mouse
      mouseY - the current Y coordinate of the mouse
      button - the mouse button number
      deltaX - the difference of the current X with the previous X coordinate
      deltaY - the difference of the current Y with the previous Y coordinate
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mouse.onCursorPos(long, double, double), GLFW.GLFW_MOUSE_BUTTON_1
      Mappings:
      Namespace Name Mixin selector
      official a Ldst;a(DDIDD)Z
      intermediary method_25403 Lnet/minecraft/class_364;method_25403(DDIDD)Z
      named mouseDragged Lnet/minecraft/client/gui/Element;mouseDragged(DDIDD)Z
    • mouseClicked

      public boolean mouseClicked​(double mouseX, double mouseY, int button)
      Callback for when a mouse button down event has been captured. The button number is identified by the constants in GLFW class.
      Specified by:
      mouseClicked in interface Element
      Specified by:
      mouseClicked in interface ParentElement
      Overrides:
      mouseClicked in class HandledScreen<MerchantScreenHandler>
      Parameters:
      mouseX - the X coordinate of the mouse
      mouseY - the Y coordinate of the mouse
      button - the mouse button number
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mouse.onMouseButton(long, int, int, int), GLFW.GLFW_MOUSE_BUTTON_1
      Mappings:
      Namespace Name Mixin selector
      official a Ldst;a(DDI)Z
      intermediary method_25402 Lnet/minecraft/class_364;method_25402(DDI)Z
      named mouseClicked Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z