Uses of Interface
net.minecraft.client.gui.components.CycleButton.OnValueChange
-
Uses of CycleButton.OnValueChange in net.minecraft.client.gui.components
Modifier and TypeMethodDescriptionCycleButton.Builder.create(int p_168937_, int p_168938_, int p_168939_, int p_168940_, Component p_168941_, CycleButton.OnValueChange<T> p_168942_)
ModifierConstructorDescription(package private)
CycleButton(int p_168869_, int p_168870_, int p_168871_, int p_168872_, Component p_168873_, Component p_168874_, int p_168875_, T p_168876_, CycleButton.ValueListSupplier<T> p_168877_, Function<T,Component> p_168878_, Function<CycleButton<T>,MutableComponent> p_168879_, CycleButton.OnValueChange<T> p_168880_, CycleButton.TooltipSupplier<T> p_168881_, boolean p_168882_)