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.narrationProvider
private final Function
<CycleButton<T>, MutableComponent> CycleButton.narrationProvider
Methods 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_) CycleButton.Builder.create
(Component p_332061_, CycleButton.OnValueChange<T> p_332055_) Methods in net.minecraft.client.gui.components with parameters of type CycleButtonModifier and TypeMethodDescriptionvoid
CycleButton.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.screens
Fields 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.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as CycleButtonModifier and TypeFieldDescriptionprivate CycleButton
<Boolean> CommandBlockEditScreen.autoexecButton
private CycleButton
<Boolean> CommandBlockEditScreen.conditionalButton
private CycleButton
<Boolean> StructureBlockEditScreen.includeEntitiesButton
private CycleButton
<JigsawBlockEntity.JointType> JigsawBlockEditScreen.jointButton
private CycleButton
<Mirror> StructureBlockEditScreen.mirrorButton
private CycleButton
<CommandBlockEntity.Mode> CommandBlockEditScreen.modeButton
protected CycleButton
<Boolean> AbstractCommandBlockEditScreen.outputButton
private CycleButton
<Boolean> StructureBlockEditScreen.toggleAirButton
private CycleButton
<Boolean> StructureBlockEditScreen.toggleBoundingBox
-
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.button
The field for thebutton
record component.private final CycleButton
<Boolean> EditGameRulesScreen.BooleanRuleEntry.checkbox
Methods in net.minecraft.client.gui.screens.worldselection that return CycleButtonModifier and TypeMethodDescriptionSwitchGrid.LabeledSwitch.button()
Returns the value of thebutton
record component.Methods in net.minecraft.client.gui.screens.worldselection with parameters of type CycleButtonModifier and TypeMethodDescriptionprivate static MutableComponent
CreateWorldScreen.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 aLabeledSwitch
record class. -
Uses of CycleButton in net.neoforged.testframework.client
Fields in net.neoforged.testframework.client declared as CycleButtonModifier and TypeFieldDescriptionprotected CycleButton
<TestScreen.FilterMode> TestScreen.filterMode
protected CycleButton
<Boolean> TestScreen.showAsGroup