Interface ComponentNode

All Superinterfaces:
Node

public interface ComponentNode extends Node
A node which uses a Component as content
  • Method Details

    • getContent

      net.kyori.adventure.text.Component getContent()
      Get the chat component content
      Returns:
      Content component
    • setContent

      void setContent(net.kyori.adventure.text.Component content)
      Set the chat component content
      Parameters:
      content - Content component