Class BeaconScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

@Environment(CLIENT) public class BeaconScreen extends HandledScreen
Mappings:
Namespace Name
official bft
intermediary net/minecraft/class_1323
named net/minecraft/client/gui/screen/ingame/BeaconScreen
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official u Lbft;u:Lorg/apache/logging/log4j/Logger;
      intermediary field_7815 Lnet/minecraft/class_1323;field_7815:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/client/gui/screen/ingame/BeaconScreen;LOGGER:Lorg/apache/logging/log4j/Logger;
    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official v Lbft;v:Lkl;
      intermediary field_6303 Lnet/minecraft/class_1323;field_6303:Lnet/minecraft/class_1653;
      named TEXTURE Lnet/minecraft/client/gui/screen/ingame/BeaconScreen;TEXTURE:Lnet/minecraft/util/Identifier;
    • beaconInventory

      private Inventory beaconInventory
      Mappings:
      Namespace Name Mixin selector
      official w Lbft;w:Lqg;
      intermediary field_10473 Lnet/minecraft/class_1323;field_10473:Lnet/minecraft/class_849;
      named beaconInventory Lnet/minecraft/client/gui/screen/ingame/BeaconScreen;beaconInventory:Lnet/minecraft/inventory/Inventory;
    • doneButton

      private BeaconScreen.DoneButtonWidget doneButton
      Mappings:
      Namespace Name Mixin selector
      official x Lbft;x:Lbft$b;
      intermediary field_5107 Lnet/minecraft/class_1323;field_5107:Lnet/minecraft/class_1323$class_1325;
      named doneButton Lnet/minecraft/client/gui/screen/ingame/BeaconScreen;doneButton:Lnet/minecraft/client/gui/screen/ingame/BeaconScreen$DoneButtonWidget;
    • consumeGem

      private boolean consumeGem
      Mappings:
      Namespace Name Mixin selector
      official y Lbft;y:Z
      intermediary field_5108 Lnet/minecraft/class_1323;field_5108:Z
      named consumeGem Lnet/minecraft/client/gui/screen/ingame/BeaconScreen;consumeGem:Z
  • Constructor Details

    • BeaconScreen

      public BeaconScreen(PlayerInventory playerInventory, Inventory beaconInventory)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbft;<init>(Lzi;Lqg;)V
      intermediary <init> Lnet/minecraft/class_1323;<init>(Lnet/minecraft/class_987;Lnet/minecraft/class_849;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/BeaconScreen;<init>(Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/inventory/Inventory;)V
  • Method Details

    • init

      public void init()
      Overrides:
      init in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official b Lbez;b()V
      intermediary method_1044 Lnet/minecraft/class_388;method_1044()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • tick

      public void tick()
      Overrides:
      tick in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official e Lbez;e()V
      intermediary method_1033 Lnet/minecraft/class_388;method_1033()V
      named tick Lnet/minecraft/client/gui/screen/Screen;tick()V
    • buttonClicked

      protected void buttonClicked(ButtonWidget button)
      Overrides:
      buttonClicked in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lbez;a(Lbcx;)V
      intermediary method_1027 Lnet/minecraft/class_388;method_1027(Lnet/minecraft/class_356;)V
      named buttonClicked Lnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
    • drawForeground

      protected void drawForeground(int mouseX, int mouseY)
      Overrides:
      drawForeground in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official b Lbfr;b(II)V
      intermediary method_4262 Lnet/minecraft/class_409;method_4262(II)V
      named drawForeground Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawForeground(II)V
    • drawBackground

      protected void drawBackground(float delta, int mouseX, int mouseY)
      Specified by:
      drawBackground in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official a Lbfr;a(FII)V
      intermediary method_1127 Lnet/minecraft/class_409;method_1127(FII)V
      named drawBackground Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(FII)V