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