Uses of Class
net.minecraft.client.gui.components.CycleButton
Packages that use CycleButton
Package
Description
- 
Uses of CycleButton in net.minecraft.client.gui.componentsFields 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 p_168931_, int p_168932_, int p_168933_, int p_168934_, Component p_168935_) CycleButton.Builder.create(int p_168937_, int p_168938_, int p_168939_, int p_168940_, Component p_168941_, CycleButton.OnValueChange<T> p_168942_) Methods in net.minecraft.client.gui.components with parameters of type CycleButtonModifier and TypeMethodDescriptionvoidCycleButton.OnValueChange.onValueChange(CycleButton<T> p_168966_, T p_168967_) Method parameters in net.minecraft.client.gui.components with type arguments of type CycleButtonModifier and TypeMethodDescriptionCycleButton.Builder.withCustomNarration(Function<CycleButton<T>, MutableComponent> p_168960_) 
- 
Uses of CycleButton in net.minecraft.client.gui.screensFields in net.minecraft.client.gui.screens declared as CycleButtonMethods in net.minecraft.client.gui.screens that return CycleButtonModifier and TypeMethodDescriptionstatic CycleButton<Difficulty>OptionsScreen.createDifficultyButton(int p_262051_, int p_261805_, String p_261598_, Minecraft p_261922_) 
- 
Uses of CycleButton in net.minecraft.client.gui.screens.inventoryFields 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.worldselectionFields 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> p_268292_) 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.testframework.clientFields in net.neoforged.testframework.client declared as CycleButtonModifier and TypeFieldDescriptionprotected CycleButton<TestScreen.FilterMode>TestScreen.filterModeprotected CycleButton<Boolean>TestScreen.showAsGroup