@FunctionalInterface
public static interface UContainer.SlotHandlerFunction
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.inventory.container.Slot |
getSlot(net.minecraftforge.items.IItemHandler itemHandler,
int index,
int xPosition,
int yPosition)
Should return a slot with the applied parameters.
|
net.minecraft.inventory.container.Slot getSlot(net.minecraftforge.items.IItemHandler itemHandler,
int index,
int xPosition,
int yPosition)
itemHandler - An item handlerindex - Index for this item handlerxPosition - x coordinateyPosition - y coordinate