Class FurnaceOutputSlot

java.lang.Object
net.minecraft.inventory.slot.Slot
net.minecraft.inventory.slot.FurnaceOutputSlot

public class FurnaceOutputSlot
extends Slot
Mappings:
Namespace Name
official xv
intermediary net/minecraft/class_1999
named net/minecraft/inventory/slot/FurnaceOutputSlot
  • Field Details

    • player

      private PlayerEntity player
      Mappings:
      Namespace Name Mixin selector
      official a Lxv;a:Lwn;
      intermediary field_8494 Lnet/minecraft/class_1999;field_8494:Lnet/minecraft/class_1963;
      named player Lnet/minecraft/inventory/slot/FurnaceOutputSlot;player:Lnet/minecraft/entity/player/PlayerEntity;
    • amount

      private int amount
      Mappings:
      Namespace Name Mixin selector
      official b Lxv;b:I
      intermediary field_8495 Lnet/minecraft/class_1999;field_8495:I
      named amount Lnet/minecraft/inventory/slot/FurnaceOutputSlot;amount:I
  • Constructor Details

    • FurnaceOutputSlot

      public FurnaceOutputSlot​(PlayerEntity player, Inventory inventory, int invSlot, int xPosition, int yPosition)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lxv;<init>(Lwn;Log;III)V
      intermediary <init> Lnet/minecraft/class_1999;<init>(Lnet/minecraft/class_1963;Lnet/minecraft/class_1718;III)V
      named <init> Lnet/minecraft/inventory/slot/FurnaceOutputSlot;<init>(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/inventory/Inventory;III)V
  • Method Details

    • canInsert

      public boolean canInsert​(ItemStack stack)
      Overrides:
      canInsert in class Slot
      Mappings:
      Namespace Name Mixin selector
      official a Lyg;a(Lzx;)Z
      intermediary method_8158 Lnet/minecraft/class_2010;method_8158(Lnet/minecraft/class_2056;)Z
      named canInsert Lnet/minecraft/inventory/slot/Slot;canInsert(Lnet/minecraft/item/ItemStack;)Z
    • takeStack

      public ItemStack takeStack​(int amount)
      Overrides:
      takeStack in class Slot
      Mappings:
      Namespace Name Mixin selector
      official a Lyg;a(I)Lzx;
      intermediary method_8154 Lnet/minecraft/class_2010;method_8154(I)Lnet/minecraft/class_2056;
      named takeStack Lnet/minecraft/inventory/slot/Slot;takeStack(I)Lnet/minecraft/item/ItemStack;
    • onTakeItem

      public void onTakeItem​(PlayerEntity player, ItemStack stack)
      Overrides:
      onTakeItem in class Slot
      Mappings:
      Namespace Name Mixin selector
      official a Lyg;a(Lwn;Lzx;)V
      intermediary method_8157 Lnet/minecraft/class_2010;method_8157(Lnet/minecraft/class_1963;Lnet/minecraft/class_2056;)V
      named onTakeItem Lnet/minecraft/inventory/slot/Slot;onTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;)V
    • onCrafted

      protected void onCrafted​(ItemStack stack, int amount)
      Overrides:
      onCrafted in class Slot
      Mappings:
      Namespace Name Mixin selector
      official a Lyg;a(Lzx;I)V
      intermediary method_8159 Lnet/minecraft/class_2010;method_8159(Lnet/minecraft/class_2056;I)V
      named onCrafted Lnet/minecraft/inventory/slot/Slot;onCrafted(Lnet/minecraft/item/ItemStack;I)V
    • onCrafted

      protected void onCrafted​(ItemStack stack)
      Overrides:
      onCrafted in class Slot
      Mappings:
      Namespace Name Mixin selector
      official c Lyg;c(Lzx;)V
      intermediary method_8164 Lnet/minecraft/class_2010;method_8164(Lnet/minecraft/class_2056;)V
      named onCrafted Lnet/minecraft/inventory/slot/Slot;onCrafted(Lnet/minecraft/item/ItemStack;)V