Uses of Interface
net.kyori.adventure.text.minimessage.internal.serializer.Emitable
Packages that use Emitable
Package
Description
Serializer for the MiniMessage language.
-
Uses of Emitable in net.kyori.adventure.text.minimessage.internal.serializer
Methods in net.kyori.adventure.text.minimessage.internal.serializer that return EmitableModifier and TypeMethodDescription@Nullable EmitablePrepare an emitable to apply this claim based on the style.default @Nullable EmitableSerializableResolver.Single.claimComponent(Component component) Claim a full component for tag emission.Methods in net.kyori.adventure.text.minimessage.internal.serializer with parameters of type EmitableModifier and TypeMethodDescriptionbooleanSubmit a component claim for the active component.voidSubmit a style claim for the active component.Method parameters in net.kyori.adventure.text.minimessage.internal.serializer with type arguments of type EmitableModifier and TypeMethodDescriptionstatic TagResolverSerializableResolver.claimingComponent(String name, BiFunction<ArgumentQueue, Context, Tag> handler, Function<Component, @Nullable Emitable> componentClaim) Create a tag resolver that only responds to a single tag name, and whose value does not depend on that name.static TagResolverSerializableResolver.claimingComponent(Set<String> names, BiFunction<ArgumentQueue, Context, Tag> handler, Function<Component, @Nullable Emitable> componentClaim) Create a tag resolver that only responds to certain tag names, and whose value does not depend on that name.