public class GuiSlider extends GuiButton
| Modifier and Type | Field and Description |
|---|---|
boolean |
dragging |
float |
sliderValue |
| Constructor and Description |
|---|
GuiSlider(int i,
int j,
int k,
EnumOptions enumoptions,
java.lang.String s,
float f) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getHoverState(boolean flag) |
protected void |
mouseDragged(net.minecraft.client.Minecraft minecraft,
int i,
int j) |
boolean |
mousePressed(net.minecraft.client.Minecraft minecraft,
int i,
int j) |
void |
mouseReleased(int i,
int j) |
drawButtondrawCenteredString, drawGradientRect, drawRect, drawString, drawTexturedModalRect, func_27099_b, func_27100_apublic GuiSlider(int i,
int j,
int k,
EnumOptions enumoptions,
java.lang.String s,
float f)
protected int getHoverState(boolean flag)
getHoverState in class GuiButtonprotected void mouseDragged(net.minecraft.client.Minecraft minecraft,
int i,
int j)
mouseDragged in class GuiButtonpublic boolean mousePressed(net.minecraft.client.Minecraft minecraft,
int i,
int j)
mousePressed in class GuiButtonpublic void mouseReleased(int i,
int j)
mouseReleased in class GuiButton