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