Index

B C D E G L N P S 
All Classes|All Packages

B

build() - Method in interface net.kyori.adventure.text.serializer.gson.GsonComponentSerializer.Builder
Builds the serializer.
builder() - Static method in interface net.kyori.adventure.text.serializer.gson.GsonComponentSerializer

C

colorDownsamplingGson() - Static method in interface net.kyori.adventure.text.serializer.gson.GsonComponentSerializer
Gets a component serializer for gson serialization and deserialization.

D

deserializeShowEntity(Component, Codec.Decoder<Component, String, ? extends RuntimeException>) - Method in interface net.kyori.adventure.text.serializer.gson.LegacyHoverEventSerializer
Convert a legacy hover event show_entity value to its modern format.
deserializeShowItem(Component) - Method in interface net.kyori.adventure.text.serializer.gson.LegacyHoverEventSerializer
Convert a legacy hover event show_item value to its modern format.
downsampleColors() - Method in interface net.kyori.adventure.text.serializer.gson.GsonComponentSerializer.Builder
Sets that the serializer should downsample hex colors to named colors.

E

emitLegacyHoverEvent() - Method in interface net.kyori.adventure.text.serializer.gson.GsonComponentSerializer.Builder
Output a legacy hover event value in addition to the modern contents.

G

gson() - Static method in interface net.kyori.adventure.text.serializer.gson.GsonComponentSerializer
Gets a component serializer for gson serialization and deserialization.
GsonComponentSerializer - Interface in net.kyori.adventure.text.serializer.gson
A gson component serializer.
GsonComponentSerializer.Builder - Interface in net.kyori.adventure.text.serializer.gson

L

legacyHoverEventSerializer(LegacyHoverEventSerializer) - Method in interface net.kyori.adventure.text.serializer.gson.GsonComponentSerializer.Builder
Sets a serializer that will be used to interpret legacy hover event value payloads.
LegacyHoverEventSerializer - Interface in net.kyori.adventure.text.serializer.gson
Adapter to convert between modern and legacy hover event formats.

N

net.kyori.adventure.text.serializer.gson - package net.kyori.adventure.text.serializer.gson
 

P

populator() - Method in interface net.kyori.adventure.text.serializer.gson.GsonComponentSerializer
Gets the underlying gson populator.

S

serializer() - Method in interface net.kyori.adventure.text.serializer.gson.GsonComponentSerializer
Gets the underlying gson serializer.
serializeShowEntity(HoverEvent.ShowEntity, Codec.Encoder<Component, String, ? extends RuntimeException>) - Method in interface net.kyori.adventure.text.serializer.gson.LegacyHoverEventSerializer
Convert a modern hover event show_entity value to its legacy format.
serializeShowItem(HoverEvent.ShowItem) - Method in interface net.kyori.adventure.text.serializer.gson.LegacyHoverEventSerializer
Convert a modern hover event show_item value to its legacy format.
B C D E G L N P S 
All Classes|All Packages