Class PlainMessageStyle
java.lang.Object
de.kentoj.kencommandapi.api.platform.PlainMessageStyle
- All Implemented Interfaces:
MessageStyle
-
Field Summary
Fields inherited from interface de.kentoj.kencommandapi.api.platform.MessageStyle
PLAIN -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.kentoj.kencommandapi.api.platform.MessageStyle
err, exception, exception, ok
-
Constructor Details
-
PlainMessageStyle
public PlainMessageStyle()
-
-
Method Details
-
ok
public net.kyori.adventure.text.Component ok(net.kyori.adventure.text.Component msg) - Specified by:
okin interfaceMessageStyle
-
err
public net.kyori.adventure.text.Component err(net.kyori.adventure.text.Component msg) - Specified by:
errin interfaceMessageStyle
-
exception
public net.kyori.adventure.text.Component exception(net.kyori.adventure.text.Component msg) - Specified by:
exceptionin interfaceMessageStyle
-