Uses of Interface
net.kyori.adventure.text.serializer.json.LegacyHoverEventSerializer
Packages that use LegacyHoverEventSerializer
Package
Description
Gson based serialization and deserialization.
A common abstraction providing an API to serializer components with multiple JSON libraries.
JSON legacy hover event serialization and deserialization.
-
Uses of LegacyHoverEventSerializer in net.kyori.adventure.text.serializer.gson
Methods in net.kyori.adventure.text.serializer.gson with parameters of type LegacyHoverEventSerializerModifier and TypeMethodDescriptionGsonComponentSerializer.Builder.legacyHoverEventSerializer(@Nullable LegacyHoverEventSerializer serializer) -
Uses of LegacyHoverEventSerializer in net.kyori.adventure.text.serializer.json
Methods in net.kyori.adventure.text.serializer.json with parameters of type LegacyHoverEventSerializerModifier and TypeMethodDescriptionJSONComponentSerializer.Builder.legacyHoverEventSerializer(@Nullable LegacyHoverEventSerializer serializer) Sets a serializer that will be used to interpret legacy hover eventvaluepayloads. -
Uses of LegacyHoverEventSerializer in net.kyori.adventure.text.serializer.json.legacyimpl
Subinterfaces of LegacyHoverEventSerializer in net.kyori.adventure.text.serializer.json.legacyimplMethods in net.kyori.adventure.text.serializer.json.legacyimpl that return LegacyHoverEventSerializerModifier and TypeMethodDescriptionstatic LegacyHoverEventSerializerNBTLegacyHoverEventSerializer.get()Gets the legacyHoverEventserializer.