Uses of Interface
dev.aura.bungeechat.api.placeholder.BungeeChatPlaceHolder
-
Packages that use BungeeChatPlaceHolder Package Description dev.aura.bungeechat.api.placeholder -
-
Uses of BungeeChatPlaceHolder in dev.aura.bungeechat.api.placeholder
Classes in dev.aura.bungeechat.api.placeholder that implement BungeeChatPlaceHolder Modifier and Type Class Description class
PlaceHolder
Methods in dev.aura.bungeechat.api.placeholder that return types with arguments of type BungeeChatPlaceHolder Modifier and Type Method Description static Stream<BungeeChatPlaceHolder>
PlaceHolderManager. getApplicableStream(BungeeChatContext context)
static Stream<BungeeChatPlaceHolder>
PlaceHolderManager. getPlaceholderStream()
Methods in dev.aura.bungeechat.api.placeholder with parameters of type BungeeChatPlaceHolder Modifier and Type Method Description static void
PlaceHolderManager. registerPlaceholder(BungeeChatPlaceHolder placeholder)
static void
PlaceHolderManager. registerPlaceholder(BungeeChatPlaceHolder... placeholder)
-