Class CraftingTableScreen

All Implemented Interfaces:
class_3288, class_4122, class_4123, IdentifibleBooleanConsumer

@Environment(CLIENT) public class CraftingTableScreen extends HandledScreen implements class_3288
Mappings:
Namespace Name
official clf
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 w Lclf;w:Lpc;
      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_20399

      private static final Identifier field_20399
      Mappings:
      Namespace Name Mixin selector
      official x Lclf;x:Lpc;
      intermediary field_20399 Lnet/minecraft/class_414;field_20399:Lnet/minecraft/class_1653;
      named field_20399 Lnet/minecraft/client/gui/screen/ingame/CraftingTableScreen;field_20399:Lnet/minecraft/util/Identifier;
    • field_16017

      private final class_3282 field_16017
      Mappings:
      Namespace Name Mixin selector
      official y Lclf;y:Lcmg;
      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 z Lclf;z:Z
      intermediary field_16018 Lnet/minecraft/class_414;field_16018:Z
      named field_16018 Lnet/minecraft/client/gui/screen/ingame/CraftingTableScreen;field_16018:Z
    • field_20398

      private final PlayerInventory field_20398
      Mappings:
      Namespace Name Mixin selector
      official A Lclf;A:Laof;
      intermediary field_20398 Lnet/minecraft/class_414;field_20398:Lnet/minecraft/class_987;
      named field_20398 Lnet/minecraft/client/gui/screen/ingame/CraftingTableScreen;field_20398:Lnet/minecraft/entity/player/PlayerInventory;
  • Constructor Details

    • CraftingTableScreen

      public CraftingTableScreen(PlayerInventory playerInventory, World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lclf;<init>(Laof;Laxy;)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> Lclf;<init>(Laof;Laxy;Lel;)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

      protected void init()
      Overrides:
      init in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official c Lckd;c()V
      intermediary method_1044 Lnet/minecraft/class_388;method_1044()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • getFocused

      @Nullable public class_4122 getFocused()
      Specified by:
      getFocused in interface class_4123
      Overrides:
      getFocused in class class_4121
      Mappings:
      Namespace Name Mixin selector
      official getFocused Lchs;getFocused()Lchr;
      intermediary getFocused Lnet/minecraft/class_4123;getFocused()Lnet/minecraft/class_4122;
      named getFocused Lnet/minecraft/class_4123;getFocused()Lnet/minecraft/class_4122;
    • tick

      public void tick()
      Overrides:
      tick in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official f Lckd;f()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 Lckd;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 Lcky;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 Lcky;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
    • method_1134

      protected boolean method_1134(int int2, int int3, int int4, int int5, double double2, double double3)
      Overrides:
      method_1134 in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official a Lcky;a(IIIIDD)Z
      intermediary method_1134 Lnet/minecraft/class_409;method_1134(IIIIDD)Z
      named method_1134 Lnet/minecraft/client/gui/screen/ingame/HandledScreen;method_1134(IIIIDD)Z
    • mouseClicked

      public boolean mouseClicked(double double2, double double3, int int2)
      Specified by:
      mouseClicked in interface class_4122
      Specified by:
      mouseClicked in interface class_4123
      Overrides:
      mouseClicked in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official mouseClicked Lchr;mouseClicked(DDI)Z
      intermediary mouseClicked Lnet/minecraft/class_4122;mouseClicked(DDI)Z
      named mouseClicked Lnet/minecraft/class_4122;mouseClicked(DDI)Z
    • method_14549

      protected boolean method_14549(double double2, double double3, int int2, int int3, int int4)
      Overrides:
      method_14549 in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official a Lcky;a(DDIII)Z
      intermediary method_14549 Lnet/minecraft/class_409;method_14549(DDIII)Z
      named method_14549 Lnet/minecraft/client/gui/screen/ingame/HandledScreen;method_14549(DDIII)Z
    • 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 Lcky;a(Laqx;IILaqa;)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 ai_ Lcmm;ai_()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 n Lckd;n()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 i Lcmm;i()Lcmg;
      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;