Uses of Class
net.minecraft.client.gui.widget.CyclingButtonWidget
Packages that use CyclingButtonWidget
Package
Description
The base package for all Minecraft classes.
-
Uses of CyclingButtonWidget in net.minecraft
Fields in net.minecraft declared as CyclingButtonWidgetModifier and TypeFieldDescriptionprivate final CyclingButtonWidget<Boolean>
class_8096.class_8098.field_42201
Constructors in net.minecraft with parameters of type CyclingButtonWidgetModifierConstructorDescriptionclass_8098
(CyclingButtonWidget<Boolean> cyclingButtonWidget, BooleanSupplier booleanSupplier, @Nullable BooleanSupplier booleanSupplier2) -
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 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>
EditGameRulesScreen.BooleanRuleWidget.toggleButton
Methods in net.minecraft.client.gui.screen.world with parameters of type CyclingButtonWidgetModifier and TypeMethodDescriptionprivate static MutableText
CreateWorldScreen.class_8095.method_48671
(CyclingButtonWidget<class_8100.class_8101> cyclingButtonWidget) -
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.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.