Uses of Enum Class
net.minecraft.network.chat.ClickEvent.Action
Packages that use ClickEvent.Action
-
Uses of ClickEvent.Action in net.minecraft.network.chat
Fields in net.minecraft.network.chat with type parameters of type ClickEvent.ActionModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ClickEvent.Action> ClickEvent.Action.CODECstatic final com.mojang.serialization.Codec<ClickEvent.Action> ClickEvent.Action.UNSAFE_CODECMethods in net.minecraft.network.chat that return ClickEvent.ActionModifier and TypeMethodDescriptionClickEvent.action()ClickEvent.ChangePage.action()ClickEvent.CopyToClipboard.action()ClickEvent.Custom.action()ClickEvent.OpenFile.action()ClickEvent.OpenUrl.action()ClickEvent.RunCommand.action()ClickEvent.ShowDialog.action()ClickEvent.SuggestCommand.action()static ClickEvent.ActionReturns the enum constant of this class with the specified name.static ClickEvent.Action[]ClickEvent.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.network.chat that return types with arguments of type ClickEvent.ActionModifier and TypeMethodDescriptionstatic com.mojang.serialization.DataResult<ClickEvent.Action> ClickEvent.Action.filterForSerialization(ClickEvent.Action pAction) Methods in net.minecraft.network.chat with parameters of type ClickEvent.ActionModifier and TypeMethodDescriptionstatic com.mojang.serialization.DataResult<ClickEvent.Action> ClickEvent.Action.filterForSerialization(ClickEvent.Action pAction) -
Uses of ClickEvent.Action in net.minecraft.server.dialog.action
Fields in net.minecraft.server.dialog.action with type parameters of type ClickEvent.ActionModifier and TypeFieldDescriptionstatic final Map<ClickEvent.Action, com.mojang.serialization.MapCodec<StaticAction>> StaticAction.WRAPPED_CODECS