Interface KeyedMessage
-
- All Superinterfaces:
Message
public interface KeyedMessage extends Message
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static @NotNull KeyedMessagecreate(@NotNull String key, @NotNull String message)@NotNull StringgetKey()-
Methods inherited from interface com.github.siroshun09.mcmessage.message.Message
getMessage, toTextComponent
-
-