Class WIntEdit
java.lang.Object
meteordevelopment.meteorclient.gui.widgets.WWidget
meteordevelopment.meteorclient.gui.widgets.containers.WContainer
meteordevelopment.meteorclient.gui.widgets.containers.WHorizontalList
meteordevelopment.meteorclient.gui.widgets.input.WIntEdit
- All Implemented Interfaces:
BaseWidget
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal intbooleanbooleanFields inherited from class meteordevelopment.meteorclient.gui.widgets.containers.WHorizontalList
calculatedWidth, fillXCount, spacingFields inherited from class meteordevelopment.meteorclient.gui.widgets.containers.WContainer
cells -
Constructor Summary
ConstructorsConstructorDescriptionWIntEdit(int value, int min, int max, int sliderMin, int sliderMax, boolean noSlider) -
Method Summary
Methods inherited from class meteordevelopment.meteorclient.gui.widgets.containers.WHorizontalList
onCalculateSize, onCalculateWidgetPositions, spacingMethods inherited from class meteordevelopment.meteorclient.gui.widgets.containers.WContainer
add, calculateSize, calculateWidgetPositions, charTyped, clear, keyPressed, keyRepeated, mouseClicked, mouseMoved, mouseReleased, mouseScrolled, move, moveCells, propagateEvents, remove, render, renderWidgetMethods inherited from class meteordevelopment.meteorclient.gui.widgets.WWidget
getRoot, getTheme, invalidate, isOver, onCharTyped, onKeyPressed, onKeyRepeated, onMouseClicked, onMouseMoved, onMouseReleased, onMouseScrolled, onRender, pad
-
Field Details
-
min
public final int min -
max
public final int max -
noSlider
public boolean noSlider -
small
public boolean small -
action
-
actionOnRelease
-
-
Constructor Details
-
WIntEdit
public WIntEdit(int value, int min, int max, int sliderMin, int sliderMax, boolean noSlider)
-
-
Method Details