Uses of Interface
net.kyori.adventure.pointer.Pointered
Packages that use Pointered
Package
Description
A receiver of Minecraft media.
MiniMessage, a friendly text format for representing chat components.
Tools for working with Adventure's translation API.
-
Uses of Pointered in net.kyori.adventure.audience
Subinterfaces of Pointered in net.kyori.adventure.audienceModifier and TypeInterfaceDescriptioninterfaceA receiver of Minecraft media.interfaceA receiver that wraps one or more receivers.static interfaceAn audience that forwards everything to a single other audience. -
Uses of Pointered in net.kyori.adventure.text.minimessage
Methods in net.kyori.adventure.text.minimessage with type parameters of type PointeredModifier and TypeMethodDescription<T extends Pointered>
TContext.targetAsType(Class<T> targetClass) The target of the parse context, casted to a provided type.Methods in net.kyori.adventure.text.minimessage that return PointeredModifier and TypeMethodDescription@Nullable PointeredContext.target()The target of the parse context, if provided.Context.targetOrThrow()The target of the parse context.Methods in net.kyori.adventure.text.minimessage with parameters of type PointeredModifier and TypeMethodDescriptionMiniMessage.deserialize(String input, Pointered target) Deserializes a string into a component, with a target.MiniMessage.deserialize(String input, Pointered target, TagResolver tagResolver) Deserializes a string into a component, with a tag resolver to parse tags of the form<key>and a target.default ComponentMiniMessage.deserialize(String input, Pointered target, TagResolver... tagResolvers) Deserializes a string into a component, with tag resolvers to parse tags of the form<key>and a target.MiniMessage.deserializeToTree(String input, Pointered target) Deserializes a string into a tree of parsed elements, with a target.MiniMessage.deserializeToTree(String input, Pointered target, TagResolver tagResolver) Deserializes a string into a tree of parsed elements, with a tag resolver to parse tags of the form<key>and a target.default Node.RootMiniMessage.deserializeToTree(String input, Pointered target, TagResolver... tagResolvers) Deserializes a string into a tree of parsed elements, with a tag resolver to parse tags of the form<key>. -
Uses of Pointered in net.kyori.adventure.text.minimessage.translation
Methods in net.kyori.adventure.text.minimessage.translation with parameters of type PointeredModifier and TypeMethodDescriptionstatic ComponentLikeCreates an argument used to set the target of the deserialization process.