Uses of Class
dev.aura.bungeechat.api.placeholder.BungeeChatContext
-
Packages that use BungeeChatContext Package Description dev.aura.bungeechat.api dev.aura.bungeechat.api.placeholder -
-
Uses of BungeeChatContext in dev.aura.bungeechat.api
Methods in dev.aura.bungeechat.api with parameters of type BungeeChatContext 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 BungeeChatContext in dev.aura.bungeechat.api.placeholder
Fields in dev.aura.bungeechat.api.placeholder with type parameters of type BungeeChatContext Modifier and Type Field Description static Predicate<BungeeChatContext>BungeeChatContext. HAS_CHANNELPredefined Predicate to check if a context has a channel.static Predicate<BungeeChatContext>BungeeChatContext. HAS_MESSAGEPredefined Predicate to check if a context has a message.static Predicate<BungeeChatContext>BungeeChatContext. HAS_NO_CHANNELPredefined Predicate to check if a context does not have a channel.static Predicate<BungeeChatContext>BungeeChatContext. HAS_NO_MESSAGEPredefined Predicate to check if a context does not have a message.static Predicate<BungeeChatContext>BungeeChatContext. HAS_NO_SENDERPredefined Predicate to check if a context does not have a sender.static Predicate<BungeeChatContext>BungeeChatContext. HAS_NO_SERVERPredefined Predicate to check if a context does not have a server.static Predicate<BungeeChatContext>BungeeChatContext. HAS_NO_TARGETPredefined Predicate to check if a context does not have a target.static Predicate<BungeeChatContext>BungeeChatContext. HAS_SENDERPredefined Predicate to check if a context has a sender.static Predicate<BungeeChatContext>BungeeChatContext. HAS_SERVERPredefined Predicate to check if a context has a server.static Predicate<BungeeChatContext>BungeeChatContext. HAS_TARGETPredefined Predicate to check if a context has a target.Methods in dev.aura.bungeechat.api.placeholder with parameters of type BungeeChatContext Modifier and Type Method Description StringReplacementSupplier. get(BungeeChatContext context)static Stream<BungeeChatPlaceHolder>PlaceHolderManager. getApplicableStream(BungeeChatContext context)StringBungeeChatPlaceHolder. getReplacement(String name, BungeeChatContext context)StringPlaceHolder. getReplacement(String name, BungeeChatContext context)booleanBungeeChatPlaceHolder. isContextApplicable(BungeeChatContext context)booleanPlaceHolder. isContextApplicable(BungeeChatContext context)static StringPlaceHolderManager. processMessage(String message, BungeeChatContext context)Method parameters in dev.aura.bungeechat.api.placeholder with type arguments of type BungeeChatContext Modifier and Type Method Description voidPlaceHolder. addRequirement(Predicate<? super BungeeChatContext> requirement)Constructor parameters in dev.aura.bungeechat.api.placeholder with type arguments of type BungeeChatContext Constructor Description PlaceHolder(String placeholder, ReplacementSupplier replacementSupplier, List<Predicate<? super BungeeChatContext>> requirements)
-