public class NEIDummySlotHandler extends INEIGuiAdapter
| Constructor and Description |
|---|
NEIDummySlotHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleDragNDrop(net.minecraft.client.gui.inventory.GuiContainer gui,
int mousex,
int mousey,
ItemStack draggedStack,
int button)
Handles clicks while an itemstack has been dragged from the item panel.
|
getInventoryAreas, getItemSpawnSlots, hideItemPanelSlot, modifyVisiblitypublic boolean handleDragNDrop(net.minecraft.client.gui.inventory.GuiContainer gui,
int mousex,
int mousey,
ItemStack draggedStack,
int button)
INEIGuiHandlerhandleDragNDrop in interface INEIGuiHandlerhandleDragNDrop in class INEIGuiAdaptergui - The current gui instancemousex - The x position of the mousemousey - The y position of the mousedraggedStack - The stack being dragged from the item panelbutton - The button presed