Class PZImGui
java.lang.Object
zombie.debug.debugWindows.PZImGui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanstatic booleanstatic booleanstatic <T> booleancheckbox(String label, zombie.debug.debugWindows.Wrappers.SupplyConsumer<T, Boolean> getter, BiConsumer<T, Boolean> setter, T supplyArg) static booleancheckboxWithDefaultValueHighlight(String label, Supplier<Boolean> getter, Consumer<Boolean> setter, boolean defaultValue, int color) static voidstatic booleanstatic booleanstatic booleanstatic floatstatic floatdragFloat(String label, float min, float max, float step, Supplier<Float> getter, Consumer<Float> setter) static booleanselectable(String label, boolean value) static voidsliderDouble(String label, double min, double max, Supplier<Double> getter, Consumer<Double> setter) static floatsliderFloat(String label, float value, float min, float max) static floatsliderFloat(String label, float min, float max, int scale, Supplier<Float> getter, Consumer<Float> setter) static floatstatic floatsliderFloatShowRange(String label, float value, float min, float max) static intstatic intstatic <T> intsliderInt(String label, int min, int max, zombie.debug.debugWindows.Wrappers.SupplyConsumer<T, Integer> getter, BiConsumer<T, Integer> setter, T supplyArg) static intsliderIntShowRange(String label, int value, int min, int max)
-
Constructor Details
-
PZImGui
public PZImGui()
-
-
Method Details
-
sliderFloat
-
button
-
combo
-
collapsingHeader
-
begin
-
checkboxWithDefaultValueHighlight
-
checkbox
-
sliderInt
-
sliderIntShowRange
-
sliderInt
-
sliderInt
public static <T> int sliderInt(String label, int min, int max, zombie.debug.debugWindows.Wrappers.SupplyConsumer<T, Integer> getter, BiConsumer<T, Integer> setter, T supplyArg) -
sliderFloatShowRange
-
sliderFloat
-
sliderFloat
-
sliderDouble
-
dragFloat
-
dragFloat
-
checkbox
-
checkbox
public static <T> boolean checkbox(String label, zombie.debug.debugWindows.Wrappers.SupplyConsumer<T, Boolean> getter, BiConsumer<T, Boolean> setter, T supplyArg) -
selectable
-
clearValueChanged
public static void clearValueChanged() -
didValuesChange
public static boolean didValuesChange()
-