Interface Message


public interface Message
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.kyori.adventure.text.TextComponent
     
    static final net.kyori.adventure.text.TextComponent
     
    static final net.kyori.adventure.text.TextComponent
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static net.kyori.adventure.text.TextComponent
    prefixed(net.kyori.adventure.text.TextComponent component)
     
  • Field Details

    • PREFIX

      static final net.kyori.adventure.text.TextComponent PREFIX
    • EXECUTION_ERROR

      static final net.kyori.adventure.text.TextComponent EXECUTION_ERROR
    • INVALID_ARGUMENT_ERROR

      static final net.kyori.adventure.text.TextComponent INVALID_ARGUMENT_ERROR
  • Method Details

    • prefixed

      static net.kyori.adventure.text.TextComponent prefixed(net.kyori.adventure.text.TextComponent component)