public abstract class ItemStackWidgetBase extends Widget
| Constructor and Description |
|---|
ItemStackWidgetBase(WidgetManager widgetManager,
int xPos,
int yPos) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(int startX,
int startY) |
protected abstract net.minecraft.item.ItemStack |
getItemStack() |
ToolTip |
getToolTip(int mouseX,
int mouseY) |
getHeight, getWidth, getX, getY, handleMouseClick, handleMouseMove, handleMouseRelease, isMouseOver, isToolTipVisible, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisRelativeToGuipublic ItemStackWidgetBase(WidgetManager widgetManager, int xPos, int yPos)
protected abstract net.minecraft.item.ItemStack getItemStack()
public ToolTip getToolTip(int mouseX, int mouseY)
getToolTip in interface IToolTipProvidergetToolTip in class Widget