public abstract class SlotUtil
extends java.lang.Object
| Constructor and Description |
|---|
SlotUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSlotInRange(int slotIndex,
int start,
int count) |
static net.minecraft.item.ItemStack |
slotClickPhantom(SlotForestry slot,
int mouseButton,
net.minecraft.inventory.ClickType clickTypeIn,
net.minecraft.entity.player.EntityPlayer player) |
static net.minecraft.item.ItemStack |
transferStackInSlot(java.util.List<net.minecraft.inventory.Slot> inventorySlots,
net.minecraft.entity.player.EntityPlayer player,
int slotIndex) |
public static boolean isSlotInRange(int slotIndex,
int start,
int count)
public static net.minecraft.item.ItemStack slotClickPhantom(SlotForestry slot, int mouseButton, net.minecraft.inventory.ClickType clickTypeIn, net.minecraft.entity.player.EntityPlayer player)
public static net.minecraft.item.ItemStack transferStackInSlot(java.util.List<net.minecraft.inventory.Slot> inventorySlots,
net.minecraft.entity.player.EntityPlayer player,
int slotIndex)