Class EnchantmentScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement, ScreenHandlerProvider<EnchantmentScreenHandler>

@Environment(CLIENT) public class EnchantmentScreen extends HandledScreen<EnchantmentScreenHandler>
Mappings:
Namespace Name
official fab
intermediary net/minecraft/class_486
named net/minecraft/client/gui/screen/ingame/EnchantmentScreen
  • Field Details

    • LEVEL_TEXTURES

      private static final Identifier[] LEVEL_TEXTURES
      Mappings:
      Namespace Name Mixin selector
      official E Lfab;E:[Laew;
      intermediary field_45464 Lnet/minecraft/class_486;field_45464:[Lnet/minecraft/class_2960;
      named LEVEL_TEXTURES Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;LEVEL_TEXTURES:[Lnet/minecraft/util/Identifier;
    • LEVEL_DISABLED_TEXTURES

      private static final Identifier[] LEVEL_DISABLED_TEXTURES
      Mappings:
      Namespace Name Mixin selector
      official F Lfab;F:[Laew;
      intermediary field_45465 Lnet/minecraft/class_486;field_45465:[Lnet/minecraft/class_2960;
      named LEVEL_DISABLED_TEXTURES Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;LEVEL_DISABLED_TEXTURES:[Lnet/minecraft/util/Identifier;
    • ENCHANTMENT_SLOT_DISABLED_TEXTURE

      private static final Identifier ENCHANTMENT_SLOT_DISABLED_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official G Lfab;G:Laew;
      intermediary field_45466 Lnet/minecraft/class_486;field_45466:Lnet/minecraft/class_2960;
      named ENCHANTMENT_SLOT_DISABLED_TEXTURE Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;ENCHANTMENT_SLOT_DISABLED_TEXTURE:Lnet/minecraft/util/Identifier;
    • ENCHANTMENT_SLOT_HIGHLIGHTED_TEXTURE

      private static final Identifier ENCHANTMENT_SLOT_HIGHLIGHTED_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official H Lfab;H:Laew;
      intermediary field_45467 Lnet/minecraft/class_486;field_45467:Lnet/minecraft/class_2960;
      named ENCHANTMENT_SLOT_HIGHLIGHTED_TEXTURE Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;ENCHANTMENT_SLOT_HIGHLIGHTED_TEXTURE:Lnet/minecraft/util/Identifier;
    • ENCHANTMENT_SLOT_TEXTURE

      private static final Identifier ENCHANTMENT_SLOT_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official I Lfab;I:Laew;
      intermediary field_45468 Lnet/minecraft/class_486;field_45468:Lnet/minecraft/class_2960;
      named ENCHANTMENT_SLOT_TEXTURE Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;ENCHANTMENT_SLOT_TEXTURE:Lnet/minecraft/util/Identifier;
    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official J Lfab;J:Laew;
      intermediary field_2910 Lnet/minecraft/class_486;field_2910:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;TEXTURE:Lnet/minecraft/util/Identifier;
    • BOOK_TEXTURE

      private static final Identifier BOOK_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official K Lfab;K:Laew;
      intermediary field_2901 Lnet/minecraft/class_486;field_2901:Lnet/minecraft/class_2960;
      named BOOK_TEXTURE Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;BOOK_TEXTURE:Lnet/minecraft/util/Identifier;
    • random

      private final Random random
      Mappings:
      Namespace Name Mixin selector
      official L Lfab;L:Lasc;
      intermediary field_2911 Lnet/minecraft/class_486;field_2911:Lnet/minecraft/class_5819;
      named random Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;random:Lnet/minecraft/util/math/random/Random;
    • BOOK_MODEL

      private BookModel BOOK_MODEL
      Mappings:
      Namespace Name Mixin selector
      official M Lfab;M:Lfem;
      intermediary field_2908 Lnet/minecraft/class_486;field_2908:Lnet/minecraft/class_557;
      named BOOK_MODEL Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;BOOK_MODEL:Lnet/minecraft/client/render/entity/model/BookModel;
    • ticks

      public int ticks
      Mappings:
      Namespace Name Mixin selector
      official x Lfab;x:I
      intermediary field_2915 Lnet/minecraft/class_486;field_2915:I
      named ticks Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;ticks:I
    • nextPageAngle

      public float nextPageAngle
      Mappings:
      Namespace Name Mixin selector
      official y Lfab;y:F
      intermediary field_2912 Lnet/minecraft/class_486;field_2912:F
      named nextPageAngle Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;nextPageAngle:F
    • pageAngle

      public float pageAngle
      Mappings:
      Namespace Name Mixin selector
      official z Lfab;z:F
      intermediary field_2914 Lnet/minecraft/class_486;field_2914:F
      named pageAngle Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;pageAngle:F
    • approximatePageAngle

      public float approximatePageAngle
      Mappings:
      Namespace Name Mixin selector
      official A Lfab;A:F
      intermediary field_2909 Lnet/minecraft/class_486;field_2909:F
      named approximatePageAngle Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;approximatePageAngle:F
    • pageRotationSpeed

      public float pageRotationSpeed
      Mappings:
      Namespace Name Mixin selector
      official B Lfab;B:F
      intermediary field_2906 Lnet/minecraft/class_486;field_2906:F
      named pageRotationSpeed Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;pageRotationSpeed:F
    • nextPageTurningSpeed

      public float nextPageTurningSpeed
      Mappings:
      Namespace Name Mixin selector
      official C Lfab;C:F
      intermediary field_2905 Lnet/minecraft/class_486;field_2905:F
      named nextPageTurningSpeed Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;nextPageTurningSpeed:F
    • pageTurningSpeed

      public float pageTurningSpeed
      Mappings:
      Namespace Name Mixin selector
      official D Lfab;D:F
      intermediary field_2904 Lnet/minecraft/class_486;field_2904:F
      named pageTurningSpeed Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;pageTurningSpeed:F
    • stack

      private ItemStack stack
      Mappings:
      Namespace Name Mixin selector
      official N Lfab;N:Lcjf;
      intermediary field_2913 Lnet/minecraft/class_486;field_2913:Lnet/minecraft/class_1799;
      named stack Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;stack:Lnet/minecraft/item/ItemStack;
  • Constructor Details

    • EnchantmentScreen

      public EnchantmentScreen(EnchantmentScreenHandler handler, PlayerInventory inventory, Text title)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfab;<init>(Lcfd;Lcbt;Ltl;)V
      intermediary <init> Lnet/minecraft/class_486;<init>(Lnet/minecraft/class_1718;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;<init>(Lnet/minecraft/screen/EnchantmentScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V
  • Method Details

    • init

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

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

      This should call Screen.setInitialFocus(net.minecraft.client.gui.Element) to set the element that is initially focused.

      Overrides:
      init in class HandledScreen<EnchantmentScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official aH_ Leyk;aH_()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • handledScreenTick

      public void handledScreenTick()
      Overrides:
      handledScreenTick in class HandledScreen<EnchantmentScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official D Lezi;D()V
      intermediary method_37432 Lnet/minecraft/class_465;method_37432()V
      named handledScreenTick Lnet/minecraft/client/gui/screen/ingame/HandledScreen;handledScreenTick()V
    • 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<EnchantmentScreenHandler>
      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:
      Mappings:
      Namespace Name Mixin selector
      official a Leuk;a(DDI)Z
      intermediary method_25402 Lnet/minecraft/class_364;method_25402(DDI)Z
      named mouseClicked Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
    • drawBackground

      protected void drawBackground(DrawContext context, float delta, int mouseX, int mouseY)
      Specified by:
      drawBackground in class HandledScreen<EnchantmentScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official a Lezi;a(Lesf;FII)V
      intermediary method_2389 Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_332;FII)V
      named drawBackground Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/gui/DrawContext;FII)V
    • drawBook

      private void drawBook(DrawContext context, int x, int y, float delta)
      Mappings:
      Namespace Name Mixin selector
      official d Lfab;d(Lesf;IIF)V
      intermediary method_52223 Lnet/minecraft/class_486;method_52223(Lnet/minecraft/class_332;IIF)V
      named drawBook Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;drawBook(Lnet/minecraft/client/gui/DrawContext;IIF)V
    • render

      public void render(DrawContext context, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class HandledScreen<EnchantmentScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official a Lets;a(Lesf;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
    • doTick

      public void doTick()
      Mappings:
      Namespace Name Mixin selector
      official F Lfab;F()V
      intermediary method_2478 Lnet/minecraft/class_486;method_2478()V
      named doTick Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;doTick()V