Class CraftingTableScreen

All Implemented Interfaces:
class_3288, IdentifibleBooleanConsumer

@Environment(CLIENT) public class CraftingTableScreen extends HandledScreen implements class_3288
Mappings:
Namespace Name
official bmn
intermediary net/minecraft/class_414
named net/minecraft/client/gui/screen/ingame/CraftingTableScreen
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official v Lbmn;v:Lnf;
      intermediary field_6308 Lnet/minecraft/class_414;field_6308:Lnet/minecraft/class_1653;
      named TEXTURE Lnet/minecraft/client/gui/screen/ingame/CraftingTableScreen;TEXTURE:Lnet/minecraft/util/Identifier;
    • field_16016

      private class_3256 field_16016
      Mappings:
      Namespace Name Mixin selector
      official w Lbmn;w:Lbjg;
      intermediary field_16016 Lnet/minecraft/class_414;field_16016:Lnet/minecraft/class_3256;
      named field_16016 Lnet/minecraft/client/gui/screen/ingame/CraftingTableScreen;field_16016:Lnet/minecraft/class_3256;
    • field_16017

      private final class_3282 field_16017
      Mappings:
      Namespace Name Mixin selector
      official x Lbmn;x:Lbno;
      intermediary field_16017 Lnet/minecraft/class_414;field_16017:Lnet/minecraft/class_3282;
      named field_16017 Lnet/minecraft/client/gui/screen/ingame/CraftingTableScreen;field_16017:Lnet/minecraft/class_3282;
    • field_16018

      private boolean field_16018
      Mappings:
      Namespace Name Mixin selector
      official y Lbmn;y:Z
      intermediary field_16018 Lnet/minecraft/class_414;field_16018:Z
      named field_16018 Lnet/minecraft/client/gui/screen/ingame/CraftingTableScreen;field_16018:Z
  • Constructor Details

    • CraftingTableScreen

      public CraftingTableScreen(PlayerInventory playerInventory, World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbmn;<init>(Laec;Lamu;)V
      intermediary <init> Lnet/minecraft/class_414;<init>(Lnet/minecraft/class_987;Lnet/minecraft/class_1150;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/CraftingTableScreen;<init>(Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/world/World;)V
    • CraftingTableScreen

      public CraftingTableScreen(PlayerInventory playerInventory, World world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbmn;<init>(Laec;Lamu;Let;)V
      intermediary <init> Lnet/minecraft/class_414;<init>(Lnet/minecraft/class_987;Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/CraftingTableScreen;<init>(Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)V
  • Method Details

    • init

      public void init()
      Overrides:
      init in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official b Lblk;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 Lblk;e()V
      intermediary method_1033 Lnet/minecraft/class_388;method_1033()V
      named tick Lnet/minecraft/client/gui/screen/Screen;tick()V
    • render

      public void render(int mouseX, int mouseY, float tickDelta)
      Overrides:
      render in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official a Lblk;a(IIF)V
      intermediary method_1025 Lnet/minecraft/class_388;method_1025(IIF)V
      named render Lnet/minecraft/client/gui/screen/Screen;render(IIF)V
    • drawForeground

      protected void drawForeground(int mouseX, int mouseY)
      Overrides:
      drawForeground in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official c Lbmg;c(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 Lbmg;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
    • isPointWithinBounds

      protected boolean isPointWithinBounds(int posX, int posY, int width, int height, int pointX, int pointY)
      Overrides:
      isPointWithinBounds in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official c Lbmg;c(IIIIII)Z
      intermediary method_1134 Lnet/minecraft/class_409;method_1134(IIIIII)Z
      named isPointWithinBounds Lnet/minecraft/client/gui/screen/ingame/HandledScreen;isPointWithinBounds(IIIIII)Z
    • mouseClicked

      protected void mouseClicked(int mouseX, int mouseY, int button)
      Overrides:
      mouseClicked in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official a Lblk;a(III)V
      intermediary method_1026 Lnet/minecraft/class_388;method_1026(III)V
      named mouseClicked Lnet/minecraft/client/gui/screen/Screen;mouseClicked(III)V
    • method_14549

      protected boolean method_14549(int int2, int int3, int int4, int int5)
      Overrides:
      method_14549 in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official c Lbmg;c(IIII)Z
      intermediary method_14549 Lnet/minecraft/class_409;method_14549(IIII)Z
      named method_14549 Lnet/minecraft/client/gui/screen/ingame/HandledScreen;method_14549(IIII)Z
    • buttonClicked

      protected void buttonClicked(ButtonWidget button)
      Overrides:
      buttonClicked in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lblk;a(Lbja;)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
    • keyPressed

      protected void keyPressed(char character, int code)
      Overrides:
      keyPressed in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official a Lblk;a(CI)V
      intermediary method_1024 Lnet/minecraft/class_388;method_1024(CI)V
      named keyPressed Lnet/minecraft/client/gui/screen/Screen;keyPressed(CI)V
    • method_1131

      protected void method_1131(Slot slot, int int2, int int3, ItemAction itemAction)
      Overrides:
      method_1131 in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official a Lbmg;a(Lagr;IILafw;)V
      intermediary method_1131 Lnet/minecraft/class_409;method_1131(Lnet/minecraft/class_1026;IILnet/minecraft/class_2679;)V
      named method_1131 Lnet/minecraft/client/gui/screen/ingame/HandledScreen;method_1131(Lnet/minecraft/inventory/slot/Slot;IILnet/minecraft/util/ItemAction;)V
    • method_14637

      public void method_14637()
      Specified by:
      method_14637 in interface class_3288
      Mappings:
      Namespace Name Mixin selector
      official I_ Lbnu;I_()V
      intermediary method_14637 Lnet/minecraft/class_3288;method_14637()V
      named method_14637 Lnet/minecraft/class_3288;method_14637()V
    • removed

      public void removed()
      Overrides:
      removed in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official m Lblk;m()V
      intermediary method_1030 Lnet/minecraft/class_388;method_1030()V
      named removed Lnet/minecraft/client/gui/screen/Screen;removed()V
    • method_14638

      public class_3282 method_14638()
      Specified by:
      method_14638 in interface class_3288
      Mappings:
      Namespace Name Mixin selector
      official f Lbnu;f()Lbno;
      intermediary method_14638 Lnet/minecraft/class_3288;method_14638()Lnet/minecraft/class_3282;
      named method_14638 Lnet/minecraft/class_3288;method_14638()Lnet/minecraft/class_3282;