Uses of Interface
net.minecraft.text.ClickEvent
Packages that use ClickEvent
Package
Description
The base package for all Minecraft classes.
-
Uses of ClickEvent in net.minecraft
Fields in net.minecraft declared as ClickEventModifier and TypeFieldDescriptionprivate final ClickEventclass_11525.valueThe field for thevaluerecord component.Fields in net.minecraft with type parameters of type ClickEventModifier and TypeFieldDescriptionstatic final Supplier<Optional<ClickEvent>> class_11529.field_61005Methods in net.minecraft that return ClickEventModifier and TypeMethodDescriptionclass_11525.value()Returns the value of thevaluerecord component.Methods in net.minecraft that return types with arguments of type ClickEventModifier and TypeMethodDescriptionclass_11521.method_72068(Map<String, class_11521.class_11522> map) class_11524.method_72068(Map<String, class_11521.class_11522> map) class_11525.method_72068(Map<String, class_11521.class_11522> map) class_11529.method_72139(Optional<class_11521> optional) Constructors in net.minecraft with parameters of type ClickEvent -
Uses of ClickEvent in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type ClickEventModifier and TypeMethodDescriptionprotected static voidScreen.handleBasicClickEvent(ClickEvent clickEvent, MinecraftClient client, @Nullable Screen screen) protected voidScreen.handleClickEvent(MinecraftClient client, ClickEvent clickEvent) protected static voidScreen.handleClickEvent(ClickEvent clickEvent, MinecraftClient client, @Nullable Screen screen) -
Uses of ClickEvent in net.minecraft.client.gui.screen.dialog
Fields in net.minecraft.client.gui.screen.dialog with type parameters of type ClickEventMethods in net.minecraft.client.gui.screen.dialog with parameters of type ClickEventModifier and TypeMethodDescriptionprivate voidDialogScreen.handleClickEvent(ClickEvent clickEvent, @Nullable Screen screen) Method parameters in net.minecraft.client.gui.screen.dialog with type arguments of type ClickEventModifier and TypeMethodDescriptionvoidDialogScreen.method_72141(Optional<ClickEvent> optional) voidDialogScreen.method_72142(Optional<ClickEvent> optional, class_11520 class_11520) -
Uses of ClickEvent in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type ClickEventModifier and TypeMethodDescriptionprotected voidBookScreen.handleClickEvent(MinecraftClient client, ClickEvent clickEvent) -
Uses of ClickEvent in net.minecraft.dialog.submit
Methods in net.minecraft.dialog.submit that return types with arguments of type ClickEventModifier and TypeMethodDescriptionCommandTemplateSubmitMethod.method_72068(Map<String, class_11521.class_11522> map) -
Uses of ClickEvent in net.minecraft.text
Classes in net.minecraft.text that implement ClickEventModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordFields in net.minecraft.text declared as ClickEventFields in net.minecraft.text with type parameters of type ClickEventModifier and TypeFieldDescription(package private) final com.mojang.serialization.MapCodec<? extends ClickEvent> ClickEvent.Action.codecstatic final com.mojang.serialization.Codec<ClickEvent> ClickEvent.CODECMethods in net.minecraft.text that return ClickEventMethods in net.minecraft.text that return types with arguments of type ClickEventModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends ClickEvent> ClickEvent.Action.method_72184()Methods in net.minecraft.text with parameters of type ClickEventModifier and TypeMethodDescriptionStyle.withClickEvent(@Nullable ClickEvent clickEvent) Returns a new style with the click event provided and all other attributes of this style.Constructors in net.minecraft.text with parameters of type ClickEventModifierConstructorDescriptionprivateStyle(@Nullable TextColor color, @Nullable Integer shadowColor, @Nullable Boolean bold, @Nullable Boolean italic, @Nullable Boolean underlined, @Nullable Boolean strikethrough, @Nullable Boolean obfuscated, @Nullable ClickEvent clickEvent, @Nullable HoverEvent hoverEvent, @Nullable String insertion, @Nullable Identifier font) Constructor parameters in net.minecraft.text with type arguments of type ClickEventModifierConstructorDescriptionprivateAction(String name, boolean userDefinable, com.mojang.serialization.MapCodec<? extends ClickEvent> codec)