Class SlotStorage
java.lang.Object
team.lodestar.lodestone.modules.toolkit.creative_tab.slot.SlotStorage
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intprotected final intprotected final intprotected final net.minecraft.world.item.ItemStackprotected final List<net.minecraft.world.item.ItemStack> -
Constructor Summary
ConstructorsConstructorDescriptionSlotStorage(int row, int column, int itemIndex, net.minecraft.world.item.ItemStack... stacks) SlotStorage(SlotLocation location, net.minecraft.world.item.ItemStack... stacks) -
Method Summary
-
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
-
-
Constructor Details
-
SlotStorage
-
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
-