Uses of Class
dev.aura.bungeechat.api.placeholder.InvalidContextError
-
Packages that use InvalidContextError Package Description dev.aura.bungeechat.api dev.aura.bungeechat.api.placeholder -
-
Uses of InvalidContextError in dev.aura.bungeechat.api
Methods in dev.aura.bungeechat.api that throw InvalidContextError Modifier and Type Method Description default void
BungeeChatApi. sendChannelMessage(BungeeChatContext context)
void
BungeeChatApi. sendChannelMessage(BungeeChatContext context, ChannelType channel)
Sends a message from the sender in the context to the specified channel.void
BungeeChatApi. sendPrivateMessage(BungeeChatContext context)
Send a private message. -
Uses of InvalidContextError in dev.aura.bungeechat.api.placeholder
Methods in dev.aura.bungeechat.api.placeholder that throw InvalidContextError Modifier and Type Method Description void
BungeeChatContext. require(Predicate<? super BungeeChatContext>... requirements)
This method is used to verify if a context is valid.
-