Interface IInventory


public interface IInventory
  • Method Details

    • find

      int find(Predicate<net.minecraft.item.ItemStack> test)
    • findInHotbar

      int findInHotbar(Predicate<net.minecraft.item.ItemStack> test)
    • swapToSlot

      boolean swapToSlot(int slot, SwapType swapType)
    • swapBack

      void swapBack()