Uses of Class
net.minecraft.client.gui.widget.CyclingButtonWidget
| Package | Description |
|---|---|
| net.minecraft.client.gui.screen.ingame | |
| net.minecraft.client.gui.screen.option | |
| net.minecraft.client.gui.screen.world | |
| net.minecraft.client.gui.widget |
-
Uses of CyclingButtonWidget in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as CyclingButtonWidget Modifier and Type Field Description private CyclingButtonWidget<Boolean>StructureBlockScreen. buttonEntitiesprivate CyclingButtonWidget<BlockMirror>StructureBlockScreen. buttonMirrorprivate CyclingButtonWidget<Boolean>StructureBlockScreen. buttonShowAirprivate CyclingButtonWidget<Boolean>StructureBlockScreen. buttonShowBoundingBoxprivate CyclingButtonWidget<Boolean>CommandBlockScreen. conditionalModeButtonprivate CyclingButtonWidget<JigsawBlockEntity.Joint>JigsawBlockScreen. jointRotationButtonprivate CyclingButtonWidget<CommandBlockBlockEntity.Type>CommandBlockScreen. modeButtonprivate CyclingButtonWidget<Boolean>CommandBlockScreen. redstoneTriggerButtonprotected CyclingButtonWidget<Boolean>AbstractCommandBlockScreen. toggleTrackingOutputButton -
Uses of CyclingButtonWidget in net.minecraft.client.gui.screen.option
Fields in net.minecraft.client.gui.screen.option declared as CyclingButtonWidget Modifier and Type Field Description private CyclingButtonWidget<Difficulty>OptionsScreen. difficultyButton -
Uses of CyclingButtonWidget in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as CyclingButtonWidget Modifier and Type Field Description private CyclingButtonWidget<Boolean>MoreOptionsDialog. bonusItemsButtonprivate CyclingButtonWidget<Difficulty>CreateWorldScreen. difficultyButtonprivate CyclingButtonWidget<Boolean>CreateWorldScreen. enableCheatsButtonprivate CyclingButtonWidget<CreateWorldScreen.Mode>CreateWorldScreen. gameModeSwitchButtonprivate CyclingButtonWidget<Boolean>MoreOptionsDialog. mapFeaturesButtonprivate CyclingButtonWidget<GeneratorType>MoreOptionsDialog. mapTypeButtonprivate CyclingButtonWidget<Boolean>EditGameRulesScreen.BooleanRuleWidget. toggleButton -
Uses of CyclingButtonWidget in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget with type parameters of type CyclingButtonWidget Modifier and Type Field Description private Function<CyclingButtonWidget<T>,MutableText>CyclingButtonWidget.Builder. narrationMessageFactoryprivate Function<CyclingButtonWidget<T>,MutableText>CyclingButtonWidget. narrationMessageFactoryMethods in net.minecraft.client.gui.widget that return CyclingButtonWidget Modifier and Type Method Description CyclingButtonWidget<T>CyclingButtonWidget.Builder. build(int x, int y, int width, int height, Text optionText, CyclingButtonWidget.UpdateCallback<T> callback)Builds a cycling button widget.CyclingButtonWidget<T>CyclingButtonWidget.Builder. method_35723(int int2, int int3, int int4, int int5, Text text)Methods in net.minecraft.client.gui.widget with parameters of type CyclingButtonWidget Modifier and Type Method Description voidCyclingButtonWidget.UpdateCallback. onValueChange(CyclingButtonWidget button, T value)Method parameters in net.minecraft.client.gui.widget with type arguments of type CyclingButtonWidget Modifier and Type Method Description CyclingButtonWidget.Builder<T>CyclingButtonWidget.Builder. narration(Function<CyclingButtonWidget<T>,MutableText> narrationMessageFactory)Overrides the narration message of the button to build.