public class NEIChestGuiHandler extends INEIGuiAdapter
| Constructor and Description |
|---|
NEIChestGuiHandler() |
| Modifier and Type | Method and Description |
|---|---|
int |
chestSize(net.minecraft.client.gui.inventory.GuiContainer gui) |
java.util.List<TaggedInventoryArea> |
getInventoryAreas(net.minecraft.client.gui.inventory.GuiContainer gui) |
java.lang.Iterable<java.lang.Integer> |
getItemSpawnSlots(net.minecraft.client.gui.inventory.GuiContainer gui,
ItemStack item)
NEI will give the specified item to the InventoryRange returned if the player's inventory is full.
|
handleDragNDrop, hideItemPanelSlot, modifyVisiblitypublic int chestSize(net.minecraft.client.gui.inventory.GuiContainer gui)
public java.lang.Iterable<java.lang.Integer> getItemSpawnSlots(net.minecraft.client.gui.inventory.GuiContainer gui,
ItemStack item)
INEIGuiHandlergetItemSpawnSlots in interface INEIGuiHandlergetItemSpawnSlots in class INEIGuiAdapterpublic java.util.List<TaggedInventoryArea> getInventoryAreas(net.minecraft.client.gui.inventory.GuiContainer gui)
getInventoryAreas in interface INEIGuiHandlergetInventoryAreas in class INEIGuiAdapter