Class PlainMessageStyle

java.lang.Object
de.kentoj.kencommandapi.api.platform.PlainMessageStyle
All Implemented Interfaces:
MessageStyle

public class PlainMessageStyle extends Object implements MessageStyle
  • Constructor Details

    • PlainMessageStyle

      public PlainMessageStyle()
  • Method Details

    • ok

      public net.kyori.adventure.text.Component ok(net.kyori.adventure.text.Component msg)
      Specified by:
      ok in interface MessageStyle
    • err

      public net.kyori.adventure.text.Component err(net.kyori.adventure.text.Component msg)
      Specified by:
      err in interface MessageStyle
    • exception

      public net.kyori.adventure.text.Component exception(net.kyori.adventure.text.Component msg)
      Specified by:
      exception in interface MessageStyle