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