Uses of Interface
com.github.siroshun09.mcmessage.message.KeyedMessage
-
Packages that use KeyedMessage Package Description com.github.siroshun09.mcmessage com.github.siroshun09.mcmessage.loader com.github.siroshun09.mcmessage.message -
-
Uses of KeyedMessage in com.github.siroshun09.mcmessage
Methods in com.github.siroshun09.mcmessage that return types with arguments of type KeyedMessage Modifier and Type Method Description @NotNull @Unmodifiable Set<? extends KeyedMessage>MessageHoldable. getMessages()Methods in com.github.siroshun09.mcmessage with parameters of type KeyedMessage Modifier and Type Method Description default @NotNull MessageMessageHoldable. getMessage(@NotNull KeyedMessage keyedMessage) -
Uses of KeyedMessage in com.github.siroshun09.mcmessage.loader
Methods in com.github.siroshun09.mcmessage.loader that return types with arguments of type KeyedMessage Modifier and Type Method Description @NotNull @Unmodifiable Set<KeyedMessage>AbstractMessageLoader. getMessages()Method parameters in com.github.siroshun09.mcmessage.loader with type arguments of type KeyedMessage Modifier and Type Method Description voidMessageLoader. save(@NotNull Iterable<? extends KeyedMessage> messages) -
Uses of KeyedMessage in com.github.siroshun09.mcmessage.message
Methods in com.github.siroshun09.mcmessage.message that return KeyedMessage Modifier and Type Method Description static @NotNull KeyedMessageKeyedMessage. create(@NotNull String key, @NotNull String message)
-