Package de.kentoj.scrowlib.convention
Class ScrowMessageStyle
java.lang.Object
de.kentoj.scrowlib.convention.ScrowMessageStyle
- All Implemented Interfaces:
de.kentoj.kencommandapi.api.platform.MessageStyle
public class ScrowMessageStyle
extends Object
implements de.kentoj.kencommandapi.api.platform.MessageStyle
-
Field Summary
FieldsFields inherited from interface de.kentoj.kencommandapi.api.platform.MessageStyle
PLAIN -
Constructor Summary
ConstructorsConstructorDescriptionScrowMessageStyle(String prefixText, net.kyori.adventure.text.format.TextColor prefixColor) -
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
-
Field Details
-
GENERIC
-
-
Constructor Details
-
ScrowMessageStyle
-
-
Method Details
-
ok
public net.kyori.adventure.text.Component ok(net.kyori.adventure.text.Component msg) - Specified by:
okin interfacede.kentoj.kencommandapi.api.platform.MessageStyle
-
err
public net.kyori.adventure.text.Component err(net.kyori.adventure.text.Component msg) - Specified by:
errin interfacede.kentoj.kencommandapi.api.platform.MessageStyle
-
exception
public net.kyori.adventure.text.Component exception(net.kyori.adventure.text.Component msg) - Specified by:
exceptionin interfacede.kentoj.kencommandapi.api.platform.MessageStyle
-