Class CraftingResultSlot

java.lang.Object
net.minecraft.screen.slot.Slot
net.minecraft.screen.slot.CraftingResultSlot

public class CraftingResultSlot extends Slot
Mappings:
Namespace Name
named net/minecraft/screen/slot/CraftingResultSlot
intermediary net/minecraft/class_1734
official ctw
  • Field Details Link icon

    • input Link icon

      private final RecipeInputInventory input
      Mappings:
      Namespace Name Mixin selector
      named input Lnet/minecraft/screen/slot/CraftingResultSlot;input:Lnet/minecraft/inventory/RecipeInputInventory;
      intermediary field_7870 Lnet/minecraft/class_1734;field_7870:Lnet/minecraft/class_8566;
      official a Lctw;a:Lcsv;
    • player Link icon

      private final PlayerEntity player
      Mappings:
      Namespace Name Mixin selector
      named player Lnet/minecraft/screen/slot/CraftingResultSlot;player:Lnet/minecraft/entity/player/PlayerEntity;
      intermediary field_7868 Lnet/minecraft/class_1734;field_7868:Lnet/minecraft/class_1657;
      official b Lctw;b:Lcoy;
    • amount Link icon

      private int amount
      Mappings:
      Namespace Name Mixin selector
      named amount Lnet/minecraft/screen/slot/CraftingResultSlot;amount:I
      intermediary field_7869 Lnet/minecraft/class_1734;field_7869:I
      official g Lctw;g:I
  • Constructor Details Link icon

    • CraftingResultSlot Link icon

      public CraftingResultSlot(PlayerEntity player, RecipeInputInventory input, Inventory inventory, int index, int x, int y)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/screen/slot/CraftingResultSlot;<init>(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/inventory/RecipeInputInventory;Lnet/minecraft/inventory/Inventory;III)V
      intermediary <init> Lnet/minecraft/class_1734;<init>(Lnet/minecraft/class_1657;Lnet/minecraft/class_8566;Lnet/minecraft/class_1263;III)V
      official <init> Lctw;<init>(Lcoy;Lcsv;Lbse;III)V
  • Method Details Link icon

    • canInsert Link icon

      public boolean canInsert(ItemStack stack)
      Overrides:
      canInsert in class Slot
      Mappings:
      Namespace Name Mixin selector
      named canInsert Lnet/minecraft/screen/slot/Slot;canInsert(Lnet/minecraft/item/ItemStack;)Z
      intermediary method_7680 Lnet/minecraft/class_1735;method_7680(Lnet/minecraft/class_1799;)Z
      official a Lcua;a(Lcwq;)Z
    • takeStack Link icon

      public ItemStack takeStack(int amount)
      Overrides:
      takeStack in class Slot
      Mappings:
      Namespace Name Mixin selector
      named takeStack Lnet/minecraft/screen/slot/Slot;takeStack(I)Lnet/minecraft/item/ItemStack;
      intermediary method_7671 Lnet/minecraft/class_1735;method_7671(I)Lnet/minecraft/class_1799;
      official a Lcua;a(I)Lcwq;
    • onCrafted Link icon

      protected void onCrafted(ItemStack stack, int amount)
      Overrides:
      onCrafted in class Slot
      Mappings:
      Namespace Name Mixin selector
      named onCrafted Lnet/minecraft/screen/slot/Slot;onCrafted(Lnet/minecraft/item/ItemStack;I)V
      intermediary method_7678 Lnet/minecraft/class_1735;method_7678(Lnet/minecraft/class_1799;I)V
      official a Lcua;a(Lcwq;I)V
    • onTake Link icon

      protected void onTake(int amount)
      Overrides:
      onTake in class Slot
      Mappings:
      Namespace Name Mixin selector
      named onTake Lnet/minecraft/screen/slot/Slot;onTake(I)V
      intermediary method_7672 Lnet/minecraft/class_1735;method_7672(I)V
      official b Lcua;b(I)V
    • onCrafted Link icon

      protected void onCrafted(ItemStack stack)
      Overrides:
      onCrafted in class Slot
      Mappings:
      Namespace Name Mixin selector
      named onCrafted Lnet/minecraft/screen/slot/Slot;onCrafted(Lnet/minecraft/item/ItemStack;)V
      intermediary method_7669 Lnet/minecraft/class_1735;method_7669(Lnet/minecraft/class_1799;)V
      official b_ Lcua;b_(Lcwq;)V
    • copyInput Link icon

      private static DefaultedList<ItemStack> copyInput(CraftingRecipeInput input)
      Mappings:
      Namespace Name Mixin selector
      named copyInput Lnet/minecraft/screen/slot/CraftingResultSlot;copyInput(Lnet/minecraft/recipe/input/CraftingRecipeInput;)Lnet/minecraft/util/collection/DefaultedList;
      intermediary method_64648 Lnet/minecraft/class_1734;method_64648(Lnet/minecraft/class_9694;)Lnet/minecraft/class_2371;
      official a Lctw;a(Ldat;)Lka;
    • getRecipeRemainders Link icon

      private DefaultedList<ItemStack> getRecipeRemainders(CraftingRecipeInput input, World world)
      Mappings:
      Namespace Name Mixin selector
      named getRecipeRemainders Lnet/minecraft/screen/slot/CraftingResultSlot;getRecipeRemainders(Lnet/minecraft/recipe/input/CraftingRecipeInput;Lnet/minecraft/world/World;)Lnet/minecraft/util/collection/DefaultedList;
      intermediary method_64650 Lnet/minecraft/class_1734;method_64650(Lnet/minecraft/class_9694;Lnet/minecraft/class_1937;)Lnet/minecraft/class_2371;
      official a Lctw;a(Ldat;Ldgj;)Lka;
    • onTakeItem Link icon

      public void onTakeItem(PlayerEntity player, ItemStack stack)
      Overrides:
      onTakeItem in class Slot
      Mappings:
      Namespace Name Mixin selector
      named onTakeItem Lnet/minecraft/screen/slot/Slot;onTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;)V
      intermediary method_7667 Lnet/minecraft/class_1735;method_7667(Lnet/minecraft/class_1657;Lnet/minecraft/class_1799;)V
      official a Lcua;a(Lcoy;Lcwq;)V
    • disablesDynamicDisplay Link icon

      public boolean disablesDynamicDisplay()
      Returns true to disable dynamic display for clocks and compasses.
      Overrides:
      disablesDynamicDisplay in class Slot
      Returns:
      true to disable dynamic display for clocks and compasses
      Mappings:
      Namespace Name Mixin selector
      named disablesDynamicDisplay Lnet/minecraft/screen/slot/Slot;disablesDynamicDisplay()Z
      intermediary method_55059 Lnet/minecraft/class_1735;method_55059()Z
      official f Lcua;f()Z