Uses of Enum Class
net.kyori.adventure.text.serializer.json.JSONOptions.ClickEventValueMode
Packages that use JSONOptions.ClickEventValueMode
Package
Description
A common abstraction providing an API to serializer components with multiple JSON libraries.
-
Uses of JSONOptions.ClickEventValueMode in net.kyori.adventure.text.serializer.json
Subclasses with type arguments of type JSONOptions.ClickEventValueMode in net.kyori.adventure.text.serializer.jsonModifier and TypeClassDescriptionstatic enumConfigure how to emit click event values.Fields in net.kyori.adventure.text.serializer.json with type parameters of type JSONOptions.ClickEventValueModeModifier and TypeFieldDescriptionstatic final net.kyori.option.Option<JSONOptions.ClickEventValueMode> JSONOptions.EMIT_CLICK_EVENT_TYPEControl how click event values should be emitted.Methods in net.kyori.adventure.text.serializer.json that return JSONOptions.ClickEventValueModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static JSONOptions.ClickEventValueMode[]JSONOptions.ClickEventValueMode.values()Returns an array containing the constants of this enum class, in the order they are declared.