Uses of Class
net.minecraft.client.gui.widget.CyclingButtonWidget
Packages that use CyclingButtonWidget
Package
Description
-
Uses of CyclingButtonWidget in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as CyclingButtonWidgetModifier and TypeFieldDescriptionprotected @Nullable CyclingButtonWidget
<NarratorMode> Screen.narratorToggleButton
-
Uses of CyclingButtonWidget in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as CyclingButtonWidgetModifier and TypeFieldDescriptionprivate CyclingButtonWidget
<Boolean> StructureBlockScreen.buttonEntities
private CyclingButtonWidget
<BlockMirror> StructureBlockScreen.buttonMirror
private CyclingButtonWidget
<Boolean> StructureBlockScreen.buttonShowAir
private CyclingButtonWidget
<Boolean> StructureBlockScreen.buttonShowBoundingBox
private CyclingButtonWidget
<Boolean> CommandBlockScreen.conditionalModeButton
JigsawBlockScreen.jointRotationButton
CommandBlockScreen.modeButton
private CyclingButtonWidget
<Boolean> CommandBlockScreen.redstoneTriggerButton
protected CyclingButtonWidget
<Boolean> AbstractCommandBlockScreen.toggleTrackingOutputButton
-
Uses of CyclingButtonWidget in net.minecraft.client.gui.screen.option
Fields in net.minecraft.client.gui.screen.option declared as CyclingButtonWidgetModifier and TypeFieldDescriptionprivate @Nullable CyclingButtonWidget
<Difficulty> OptionsScreen.difficultyButton
Methods in net.minecraft.client.gui.screen.option that return CyclingButtonWidgetModifier and TypeMethodDescriptionstatic CyclingButtonWidget
<Difficulty> OptionsScreen.createDifficultyButtonWidget
(int x, int y, String translationKey, MinecraftClient client) -
Uses of CyclingButtonWidget in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as CyclingButtonWidgetModifier and TypeFieldDescriptionprivate final CyclingButtonWidget
<Boolean> WorldScreenOptionGrid.Option.button
The field for thebutton
record component.private final CyclingButtonWidget
<Boolean> EditGameRulesScreen.BooleanRuleWidget.toggleButton
Methods in net.minecraft.client.gui.screen.world that return CyclingButtonWidgetModifier and TypeMethodDescriptionWorldScreenOptionGrid.Option.button()
Returns the value of thebutton
record component.Methods in net.minecraft.client.gui.screen.world with parameters of type CyclingButtonWidgetModifier and TypeMethodDescriptionprivate static MutableText
CreateWorldScreen.WorldTab.getWorldTypeNarrationMessage
(CyclingButtonWidget<WorldCreator.WorldType> worldTypeButton) Constructors in net.minecraft.client.gui.screen.world with parameters of type CyclingButtonWidgetModifierConstructorDescription(package private)
Option
(CyclingButtonWidget<Boolean> button, BooleanSupplier getter, @Nullable BooleanSupplier toggleable) Creates an instance of aOption
record class. -
Uses of CyclingButtonWidget in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget with type parameters of type CyclingButtonWidgetModifier and TypeFieldDescriptionprivate Function
<CyclingButtonWidget<T>, MutableText> CyclingButtonWidget.Builder.narrationMessageFactory
private final Function
<CyclingButtonWidget<T>, MutableText> CyclingButtonWidget.narrationMessageFactory
Methods in net.minecraft.client.gui.widget that return CyclingButtonWidgetModifier and TypeMethodDescriptionCyclingButtonWidget.Builder.build
(int x, int y, int width, int height, Text optionText, CyclingButtonWidget.UpdateCallback<T> callback) Builds a cycling button widget.CyclingButtonWidget.Builder.build
(Text optionText, CyclingButtonWidget.UpdateCallback<T> callback) Methods in net.minecraft.client.gui.widget with parameters of type CyclingButtonWidgetModifier and TypeMethodDescriptionvoid
CyclingButtonWidget.UpdateCallback.onValueChange
(CyclingButtonWidget<T> button, T value) Method parameters in net.minecraft.client.gui.widget with type arguments of type CyclingButtonWidgetModifier and TypeMethodDescriptionCyclingButtonWidget.Builder.narration
(Function<CyclingButtonWidget<T>, MutableText> narrationMessageFactory) Overrides the narration message of the button to build.