Uses of Interface
net.kyori.adventure.text.object.ObjectContents
Packages that use ObjectContents
Package
Description
Data for controlling components, their styles, and events.
Types related to
ObjectComponent.-
Uses of ObjectContents in net.kyori.adventure.text
Methods in net.kyori.adventure.text that return ObjectContentsModifier and TypeMethodDescriptionObjectComponent.contents()Gets the contents of this object component.Methods in net.kyori.adventure.text with parameters of type ObjectContentsModifier and TypeMethodDescriptionObjectComponent.Builder.contents(ObjectContents objectContents) Sets the contents of this object component builder.ObjectComponent.contents(ObjectContents contents) Creates a copy of this object component with the given contents.static ObjectComponentComponent.object(ObjectContents objectContents) Creates an object component with the given contents. -
Uses of ObjectContents in net.kyori.adventure.text.object
Subinterfaces of ObjectContents in net.kyori.adventure.text.objectModifier and TypeInterfaceDescriptioninterfaceThe contents of a player head.interfaceA sprite contents.