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 voidBungeeChatApi. sendChannelMessage(BungeeChatContext context)voidBungeeChatApi. sendChannelMessage(BungeeChatContext context, ChannelType channel)Sends a message from the sender in the context to the specified channel.voidBungeeChatApi. 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 voidBungeeChatContext. require(Predicate<? super BungeeChatContext>... requirements)This method is used to verify if a context is valid.
-