Uses of Class
net.minecraft.text.ClickEvent
Packages that use ClickEvent
-
Uses of ClickEvent in net.minecraft.text
Fields in net.minecraft.text declared as ClickEventFields in net.minecraft.text with type parameters of type ClickEventModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ClickEvent> ClickEvent.CODECMethods in net.minecraft.text that return ClickEventMethods 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 integer, @Nullable Boolean bool, @Nullable Boolean bool2, @Nullable Boolean bool3, @Nullable Boolean bool4, @Nullable Boolean bool5, @Nullable ClickEvent clickEvent, @Nullable HoverEvent hoverEvent, @Nullable String string, @Nullable Identifier identifier)