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_1017
named net/minecraft/inventory/slot/FurnaceOutputSlot
  • Field Details

    • player

      private PlayerEntity player
      Mappings:
      Namespace Name Mixin selector
      official a Lxv;a:Lwn;
      intermediary field_4126 Lnet/minecraft/class_1017;field_4126:Lnet/minecraft/class_988;
      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_4127 Lnet/minecraft/class_1017;field_4127: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_1017;<init>(Lnet/minecraft/class_988;Lnet/minecraft/class_849;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_3294 Lnet/minecraft/class_1026;method_3294(Lnet/minecraft/class_1071;)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_3292 Lnet/minecraft/class_1026;method_3292(I)Lnet/minecraft/class_1071;
      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_3298 Lnet/minecraft/class_1026;method_3298(Lnet/minecraft/class_988;Lnet/minecraft/class_1071;)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_3295 Lnet/minecraft/class_1026;method_3295(Lnet/minecraft/class_1071;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_3300 Lnet/minecraft/class_1026;method_3300(Lnet/minecraft/class_1071;)V
      named onCrafted Lnet/minecraft/inventory/slot/Slot;onCrafted(Lnet/minecraft/item/ItemStack;)V