Uses of Class
net.minecraft.client.gui.components.CycleButton
Packages that use CycleButton
Package
Description
-
Uses of CycleButton in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components with type parameters of type CycleButtonModifier and TypeFieldDescriptionprivate Function<CycleButton<T>, MutableComponent> CycleButton.Builder.narrationProviderprivate final Function<CycleButton<T>, MutableComponent> CycleButton.narrationProviderMethods in net.minecraft.client.gui.components that return CycleButtonModifier and TypeMethodDescriptionCycleButton.Builder.create(int x, int y, int width, int height, Component name, CycleButton.OnValueChange<T> onValueChange) CycleButton.Builder.create(Component message, CycleButton.OnValueChange<T> onValueChange) Methods in net.minecraft.client.gui.components with parameters of type CycleButtonModifier and TypeMethodDescriptionvoidCycleButton.OnValueChange.onValueChange(CycleButton<T> cycleButton, T value) Method parameters in net.minecraft.client.gui.components with type arguments of type CycleButtonModifier and TypeMethodDescriptionCycleButton.Builder.withCustomNarration(Function<CycleButton<T>, MutableComponent> narrationProvider) -
Uses of CycleButton in net.minecraft.client.gui.screens
Fields in net.minecraft.client.gui.screens declared as CycleButton -
Uses of CycleButton in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as CycleButtonModifier and TypeFieldDescriptionprivate CycleButton<Boolean> CommandBlockEditScreen.autoexecButtonprivate CycleButton<Boolean> CommandBlockEditScreen.conditionalButtonprivate CycleButton<Boolean> StructureBlockEditScreen.includeEntitiesButtonprivate CycleButton<JigsawBlockEntity.JointType> JigsawBlockEditScreen.jointButtonprivate CycleButton<Mirror> StructureBlockEditScreen.mirrorButtonprivate CycleButton<CommandBlockEntity.Mode> CommandBlockEditScreen.modeButtonprotected CycleButton<Boolean> AbstractCommandBlockEditScreen.outputButtonprivate CycleButton<Boolean> StructureBlockEditScreen.toggleAirButtonprivate CycleButton<Boolean> StructureBlockEditScreen.toggleBoundingBox -
Uses of CycleButton in net.minecraft.client.gui.screens.options
Fields in net.minecraft.client.gui.screens.options declared as CycleButtonMethods in net.minecraft.client.gui.screens.options that return CycleButtonModifier and TypeMethodDescriptionstatic CycleButton<Difficulty> OptionsScreen.createDifficultyButton(int x, int y, String name, Minecraft minecraft) -
Uses of CycleButton in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as CycleButtonModifier and TypeFieldDescriptionprivate final CycleButton<Boolean> SwitchGrid.LabeledSwitch.buttonThe field for thebuttonrecord component.private final CycleButton<Boolean> EditGameRulesScreen.BooleanRuleEntry.checkboxMethods in net.minecraft.client.gui.screens.worldselection that return CycleButtonModifier and TypeMethodDescriptionSwitchGrid.LabeledSwitch.button()Returns the value of thebuttonrecord component.Methods in net.minecraft.client.gui.screens.worldselection with parameters of type CycleButtonModifier and TypeMethodDescriptionprivate static MutableComponentCreateWorldScreen.WorldTab.createTypeButtonNarration(CycleButton<WorldCreationUiState.WorldTypeEntry> button) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type CycleButtonModifierConstructorDescription(package private)LabeledSwitch(CycleButton<Boolean> button, BooleanSupplier stateSupplier, BooleanSupplier isActiveCondition) Creates an instance of aLabeledSwitchrecord class. -
Uses of CycleButton in net.neoforged.neoforge.client.gui
Fields in net.neoforged.neoforge.client.gui declared as CycleButtonModifier and TypeFieldDescriptionprivate final CycleButton<Boolean> ScrollableExperimentsScreen.ExperimentSelectionList.ExperimentEntry.button