public class GuiPotionCreator.GuiSlotPotionEffects
extends GuiScrollSlot
| Modifier and Type | Field and Description |
|---|---|
boolean |
enabled |
int |
selectedslot |
| Constructor and Description |
|---|
GuiSlotPotionEffects(int x,
int y) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawBackground(float frame) |
void |
drawOverlay(float frame) |
protected void |
drawSlot(int slot,
int x,
int y,
int mx,
int my,
float frame) |
protected int |
getNumSlots() |
int |
getSlotHeight(int slot) |
java.awt.Dimension |
scrollbarDim() |
int |
scrollbarGuideAlignment() |
int |
selectedPotion() |
void |
selectNext() |
void |
selectPrev() |
void |
setEnabled(boolean b) |
protected void |
slotClicked(int slot,
int button,
int mx,
int my,
int count) |
public int getSlotHeight(int slot)
public void drawBackground(float frame)
public void drawOverlay(float frame)
public int scrollbarGuideAlignment()
public java.awt.Dimension scrollbarDim()
protected void drawSlot(int slot,
int x,
int y,
int mx,
int my,
float frame)
protected int getNumSlots()
protected void slotClicked(int slot,
int button,
int mx,
int my,
int count)
public void selectNext()
public void selectPrev()
public void setEnabled(boolean b)
public int selectedPotion()