Class CraftingScreenHandler


public class CraftingScreenHandler
extends AbstractRecipeScreenHandler<CraftingInventory>
Mappings:
Namespace Name
official bkf
intermediary net/minecraft/class_1714
named net/minecraft/screen/CraftingScreenHandler
  • Field Details

    • input

      private final CraftingInventory input
      Mappings:
      Namespace Name Mixin selector
      official c Lbkf;c:Lbke;
      intermediary field_7801 Lnet/minecraft/class_1714;field_7801:Lnet/minecraft/class_1715;
      named input Lnet/minecraft/screen/CraftingScreenHandler;input:Lnet/minecraft/inventory/CraftingInventory;
    • result

      private final CraftingResultInventory result
      Mappings:
      Namespace Name Mixin selector
      official d Lbkf;d:Lblc;
      intermediary field_7800 Lnet/minecraft/class_1714;field_7800:Lnet/minecraft/class_1731;
      named result Lnet/minecraft/screen/CraftingScreenHandler;result:Lnet/minecraft/inventory/CraftingResultInventory;
    • context

      private final ScreenHandlerContext context
      Mappings:
      Namespace Name Mixin selector
      official e Lbkf;e:Lbkc;
      intermediary field_7799 Lnet/minecraft/class_1714;field_7799:Lnet/minecraft/class_3914;
      named context Lnet/minecraft/screen/CraftingScreenHandler;context:Lnet/minecraft/screen/ScreenHandlerContext;
    • player

      private final PlayerEntity player
      Mappings:
      Namespace Name Mixin selector
      official f Lbkf;f:Lbhl;
      intermediary field_7797 Lnet/minecraft/class_1714;field_7797:Lnet/minecraft/class_1657;
      named player Lnet/minecraft/screen/CraftingScreenHandler;player:Lnet/minecraft/entity/player/PlayerEntity;
  • Constructor Details

    • CraftingScreenHandler

      public CraftingScreenHandler​(int syncId, PlayerInventory playerInventory)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbkf;<init>(ILbhk;)V
      intermediary <init> Lnet/minecraft/class_1714;<init>(ILnet/minecraft/class_1661;)V
      named <init> Lnet/minecraft/screen/CraftingScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;)V
    • CraftingScreenHandler

      public CraftingScreenHandler​(int syncId, PlayerInventory playerInventory, ScreenHandlerContext context)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbkf;<init>(ILbhk;Lbkc;)V
      intermediary <init> Lnet/minecraft/class_1714;<init>(ILnet/minecraft/class_1661;Lnet/minecraft/class_3914;)V
      named <init> Lnet/minecraft/screen/CraftingScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/screen/ScreenHandlerContext;)V
  • Method Details

    • updateResult

      protected static void updateResult​(int syncId, World world, PlayerEntity player, CraftingInventory craftingInventory, CraftingResultInventory resultInventory)
      Mappings:
      Namespace Name Mixin selector
      official a Lbkf;a(ILbtv;Lbhl;Lbke;Lblc;)V
      intermediary method_17399 Lnet/minecraft/class_1714;method_17399(ILnet/minecraft/class_1937;Lnet/minecraft/class_1657;Lnet/minecraft/class_1715;Lnet/minecraft/class_1731;)V
      named updateResult Lnet/minecraft/screen/CraftingScreenHandler;updateResult(ILnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/inventory/CraftingInventory;Lnet/minecraft/inventory/CraftingResultInventory;)V
    • onContentChanged

      public void onContentChanged​(Inventory inventory)
      Overrides:
      onContentChanged in class ScreenHandler
      Mappings:
      Namespace Name Mixin selector
      official a Lbjr;a(Lapj;)V
      intermediary method_7609 Lnet/minecraft/class_1703;method_7609(Lnet/minecraft/class_1263;)V
      named onContentChanged Lnet/minecraft/screen/ScreenHandler;onContentChanged(Lnet/minecraft/inventory/Inventory;)V
    • populateRecipeFinder

      public void populateRecipeFinder​(RecipeFinder finder)
      Specified by:
      populateRecipeFinder in class AbstractRecipeScreenHandler<CraftingInventory>
      Mappings:
      Namespace Name Mixin selector
      official a Lbkz;a(Lbhn;)V
      intermediary method_7654 Lnet/minecraft/class_1729;method_7654(Lnet/minecraft/class_1662;)V
      named populateRecipeFinder Lnet/minecraft/screen/AbstractRecipeScreenHandler;populateRecipeFinder(Lnet/minecraft/recipe/RecipeFinder;)V
    • clearCraftingSlots

      public void clearCraftingSlots()
      Specified by:
      clearCraftingSlots in class AbstractRecipeScreenHandler<CraftingInventory>
      Mappings:
      Namespace Name Mixin selector
      official e Lbkz;e()V
      intermediary method_7657 Lnet/minecraft/class_1729;method_7657()V
      named clearCraftingSlots Lnet/minecraft/screen/AbstractRecipeScreenHandler;clearCraftingSlots()V
    • matches

      public boolean matches​(Recipe<? super CraftingInventory> recipe)
      Specified by:
      matches in class AbstractRecipeScreenHandler<CraftingInventory>
      Mappings:
      Namespace Name Mixin selector
      official a Lbkz;a(Lbqn;)Z
      intermediary method_7652 Lnet/minecraft/class_1729;method_7652(Lnet/minecraft/class_1860;)Z
      named matches Lnet/minecraft/screen/AbstractRecipeScreenHandler;matches(Lnet/minecraft/recipe/Recipe;)Z
    • close

      public void close​(PlayerEntity player)
      Overrides:
      close in class ScreenHandler
      Mappings:
      Namespace Name Mixin selector
      official b Lbjr;b(Lbhl;)V
      intermediary method_7595 Lnet/minecraft/class_1703;method_7595(Lnet/minecraft/class_1657;)V
      named close Lnet/minecraft/screen/ScreenHandler;close(Lnet/minecraft/entity/player/PlayerEntity;)V
    • canUse

      public boolean canUse​(PlayerEntity player)
      Specified by:
      canUse in class ScreenHandler
      Mappings:
      Namespace Name Mixin selector
      official a Lbjr;a(Lbhl;)Z
      intermediary method_7597 Lnet/minecraft/class_1703;method_7597(Lnet/minecraft/class_1657;)Z
      named canUse Lnet/minecraft/screen/ScreenHandler;canUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
    • transferSlot

      public ItemStack transferSlot​(PlayerEntity player, int index)
      Overrides:
      transferSlot in class ScreenHandler
      Mappings:
      Namespace Name Mixin selector
      official b Lbjr;b(Lbhl;I)Lbnv;
      intermediary method_7601 Lnet/minecraft/class_1703;method_7601(Lnet/minecraft/class_1657;I)Lnet/minecraft/class_1799;
      named transferSlot Lnet/minecraft/screen/ScreenHandler;transferSlot(Lnet/minecraft/entity/player/PlayerEntity;I)Lnet/minecraft/item/ItemStack;
    • canInsertIntoSlot

      public boolean canInsertIntoSlot​(ItemStack stack, Slot slot)
      Overrides:
      canInsertIntoSlot in class ScreenHandler
      Mappings:
      Namespace Name Mixin selector
      official a Lbjr;a(Lbnv;Lblh;)Z
      intermediary method_7613 Lnet/minecraft/class_1703;method_7613(Lnet/minecraft/class_1799;Lnet/minecraft/class_1735;)Z
      named canInsertIntoSlot Lnet/minecraft/screen/ScreenHandler;canInsertIntoSlot(Lnet/minecraft/item/ItemStack;Lnet/minecraft/screen/slot/Slot;)Z
    • getCraftingResultSlotIndex

      public int getCraftingResultSlotIndex()
      Specified by:
      getCraftingResultSlotIndex in class AbstractRecipeScreenHandler<CraftingInventory>
      Mappings:
      Namespace Name Mixin selector
      official f Lbkz;f()I
      intermediary method_7655 Lnet/minecraft/class_1729;method_7655()I
      named getCraftingResultSlotIndex Lnet/minecraft/screen/AbstractRecipeScreenHandler;getCraftingResultSlotIndex()I
    • getCraftingWidth

      public int getCraftingWidth()
      Specified by:
      getCraftingWidth in class AbstractRecipeScreenHandler<CraftingInventory>
      Mappings:
      Namespace Name Mixin selector
      official g Lbkz;g()I
      intermediary method_7653 Lnet/minecraft/class_1729;method_7653()I
      named getCraftingWidth Lnet/minecraft/screen/AbstractRecipeScreenHandler;getCraftingWidth()I
    • getCraftingHeight

      public int getCraftingHeight()
      Specified by:
      getCraftingHeight in class AbstractRecipeScreenHandler<CraftingInventory>
      Mappings:
      Namespace Name Mixin selector
      official h Lbkz;h()I
      intermediary method_7656 Lnet/minecraft/class_1729;method_7656()I
      named getCraftingHeight Lnet/minecraft/screen/AbstractRecipeScreenHandler;getCraftingHeight()I
    • getCraftingSlotCount

      public int getCraftingSlotCount()
      Specified by:
      getCraftingSlotCount in class AbstractRecipeScreenHandler<CraftingInventory>
      Mappings:
      Namespace Name Mixin selector
      official i Lbkz;i()I
      intermediary method_7658 Lnet/minecraft/class_1729;method_7658()I
      named getCraftingSlotCount Lnet/minecraft/screen/AbstractRecipeScreenHandler;getCraftingSlotCount()I
    • getCategory

      @Environment(CLIENT) public RecipeBookCategory getCategory()
      Specified by:
      getCategory in class AbstractRecipeScreenHandler<CraftingInventory>
      Mappings:
      Namespace Name Mixin selector
      official m Lbkz;m()Lbla;
      intermediary method_30264 Lnet/minecraft/class_1729;method_30264()Lnet/minecraft/class_5421;
      named getCategory Lnet/minecraft/screen/AbstractRecipeScreenHandler;getCategory()Lnet/minecraft/recipe/book/RecipeBookCategory;
    • method_32339

      public boolean method_32339​(int int2)
      Specified by:
      method_32339 in class AbstractRecipeScreenHandler<CraftingInventory>
      Mappings:
      Namespace Name Mixin selector
      official d Lbkz;d(I)Z
      intermediary method_32339 Lnet/minecraft/class_1729;method_32339(I)Z
      named method_32339 Lnet/minecraft/screen/AbstractRecipeScreenHandler;method_32339(I)Z