Uses of Class
net.minecraft.client.gui.widget.ClickableWidget
Packages that use ClickableWidget
Package
Description
-
Uses of ClickableWidget in net.minecraft.client.gui.screen
Subclasses of ClickableWidget in net.minecraft.client.gui.screenMethods in net.minecraft.client.gui.screen with parameters of type ClickableWidget -
Uses of ClickableWidget in net.minecraft.client.gui.screen.ingame
Subclasses of ClickableWidget in net.minecraft.client.gui.screen.ingameModifier and TypeClassDescriptionprivate static classprivate classprivate classprivate classprivate classprivate classprivate classMethods in net.minecraft.client.gui.screen.ingame with type parameters of type ClickableWidgetModifier and TypeMethodDescriptionprivate <T extends ClickableWidget & BeaconScreen.BeaconButtonWidget>
voidBeaconScreen.addButton(T button) -
Uses of ClickableWidget in net.minecraft.client.gui.screen.multiplayer
Fields in net.minecraft.client.gui.screen.multiplayer with type parameters of type ClickableWidgetModifier and TypeFieldDescriptionprivate final List<ClickableWidget>SocialInteractionsPlayerListEntry.buttons -
Uses of ClickableWidget in net.minecraft.client.gui.screen.option
Fields in net.minecraft.client.gui.screen.option declared as ClickableWidgetModifier and TypeFieldDescriptionprivate @Nullable ClickableWidgetSoundOptionsScreen.directionalAudioButtonprivate @Nullable ClickableWidgetSimpleOptionsScreen.narratorButton -
Uses of ClickableWidget in net.minecraft.client.gui.screen.recipebook
Subclasses of ClickableWidget in net.minecraft.client.gui.screen.recipebookModifier and TypeClassDescriptionclassprivate classprivate classclassMethod parameters in net.minecraft.client.gui.screen.recipebook with type arguments of type ClickableWidgetModifier and TypeMethodDescriptionprotected voidRecipeBookResults.forEachButton(Consumer<ClickableWidget> consumer) -
Uses of ClickableWidget in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world with type parameters of type ClickableWidgetModifier and TypeFieldDescriptionprotected final List<ClickableWidget>EditGameRulesScreen.NamedRuleWidget.children -
Uses of ClickableWidget in net.minecraft.client.gui.widget
Subclasses of ClickableWidget in net.minecraft.client.gui.widgetModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassA pressable widget has a press action.classclassclassclassclassFields in net.minecraft.client.gui.widget with type parameters of type ClickableWidgetModifier and TypeFieldDescription(package private) final List<ClickableWidget>ButtonListWidget.ButtonEntry.buttons(package private) final Map<Option,ClickableWidget> ButtonListWidget.ButtonEntry.optionsToButtonsMethods in net.minecraft.client.gui.widget that return ClickableWidgetMethods in net.minecraft.client.gui.widget that return types with arguments of type ClickableWidgetModifier and TypeMethodDescriptionButtonListWidget.getHoveredButton(double mouseX, double mouseY) Constructor parameters in net.minecraft.client.gui.widget with type arguments of type ClickableWidget -
Uses of ClickableWidget in net.minecraft.client.option
Subclasses of ClickableWidget in net.minecraft.client.optionModifier and TypeClassDescriptionprivate static final classMethods in net.minecraft.client.option that return ClickableWidgetModifier and TypeMethodDescriptionCyclingOption.createButton(GameOptions options, int x, int y, int width) Deprecated, for removal: This API element is subject to removal in a future version.DoubleOption.createButton(GameOptions options, int x, int y, int width) Deprecated, for removal: This API element is subject to removal in a future version.abstract ClickableWidgetOption.createButton(GameOptions options, int x, int y, int width) SimpleOption.createButton(GameOptions options, int x, int y, int width) Methods in net.minecraft.client.option that return types with arguments of type ClickableWidgetModifier and TypeMethodDescriptionSimpleOption.Callbacks.getButtonCreator(Option.TooltipFactory<T> tooltipFactory, GameOptions gameOptions, int x, int y, int width) SimpleOption.DoubleSliderCallbacks.getButtonCreator(Option.TooltipFactory<Double> tooltipFactory, GameOptions gameOptions, int x, int y, int width) SimpleOption.IntSliderCallbacks.getButtonCreator(Option.TooltipFactory<Integer> tooltipFactory, GameOptions gameOptions, int x, int y, int width) SimpleOption.PotentialValuesBasedCallbacks.getButtonCreator(Option.TooltipFactory<T> tooltipFactory, GameOptions gameOptions, int x, int y, int width) -
Uses of ClickableWidget in net.minecraft.client.realms.gui
Subclasses of ClickableWidget in net.minecraft.client.realms.gui -
Uses of ClickableWidget in net.minecraft.client.realms.gui.screen
Subclasses of ClickableWidget in net.minecraft.client.realms.gui.screenModifier and TypeClassDescriptionprivate classprivate classprivate classprivate classprivate classprivate class