java.lang.Object
team.lodestar.lodestone.modules.toolkit.creative_tab.slot.SlotStorage

public class SlotStorage extends Object
  • Field Details

    • row

      protected final int row
    • column

      protected final int column
    • itemIndex

      protected final int itemIndex
    • selectedItem

      protected final net.minecraft.world.item.ItemStack selectedItem
    • storedItems

      protected final List<net.minecraft.world.item.ItemStack> storedItems
  • Constructor Details

    • SlotStorage

      public SlotStorage(SlotLocation location, net.minecraft.world.item.ItemStack... stacks)
    • SlotStorage

      public SlotStorage(int row, int column, int itemIndex, net.minecraft.world.item.ItemStack... stacks)
  • Method Details

    • getRow

      public int getRow()
    • getColumn

      public int getColumn()
    • getItemIndex

      public int getItemIndex()
    • getSelectedItem

      public net.minecraft.world.item.ItemStack getSelectedItem()
    • getStoredItems

      public List<net.minecraft.world.item.ItemStack> getStoredItems()