Interface SidedInventory

All Superinterfaces:
Inventory, Nameable
All Known Implementing Classes:
BrewingStandBlockEntity, FurnaceBlockEntity

public interface SidedInventory
extends Inventory
Mappings:
Namespace Name
official ot
intermediary net/minecraft/class_1730
named net/minecraft/inventory/SidedInventory
  • Method Details

    • getInvAvailableSlots

      int[] getInvAvailableSlots​(Direction side)
      Mappings:
      Namespace Name Mixin selector
      official a Lot;a(Lcq;)[I
      intermediary method_6798 Lnet/minecraft/class_1730;method_6798(Lnet/minecraft/class_1383;)[I
      named getInvAvailableSlots Lnet/minecraft/inventory/SidedInventory;getInvAvailableSlots(Lnet/minecraft/util/math/Direction;)[I
    • canInsertInvStack

      boolean canInsertInvStack​(int slot, ItemStack stack, Direction dir)
      Mappings:
      Namespace Name Mixin selector
      official a Lot;a(ILzx;Lcq;)Z
      intermediary method_6797 Lnet/minecraft/class_1730;method_6797(ILnet/minecraft/class_2056;Lnet/minecraft/class_1383;)Z
      named canInsertInvStack Lnet/minecraft/inventory/SidedInventory;canInsertInvStack(ILnet/minecraft/item/ItemStack;Lnet/minecraft/util/math/Direction;)Z
    • canExtractInvStack

      boolean canExtractInvStack​(int slot, ItemStack stack, Direction dir)
      Mappings:
      Namespace Name Mixin selector
      official b Lot;b(ILzx;Lcq;)Z
      intermediary method_6799 Lnet/minecraft/class_1730;method_6799(ILnet/minecraft/class_2056;Lnet/minecraft/class_1383;)Z
      named canExtractInvStack Lnet/minecraft/inventory/SidedInventory;canExtractInvStack(ILnet/minecraft/item/ItemStack;Lnet/minecraft/util/math/Direction;)Z