public DragType getDrag() { return click; }
@Override public DragType getType() { throw new NotImplementedException("TODO"); }
public DragType getType() { return null; }
/** * * @param gui * @param component * @param item * @param player * @param click */ public ComponentDragEvent( GUIContainer gui, GUIComponent component, Map<Integer,ItemStack> item, HumanEntity player, DragType click ) { this.gui = gui; this.component = component; this.items = item; this.player = player; this.click = click; }