Uses of Interface
cloud.commandframework.minecraft.extras.AudienceProvider
-
Packages that use AudienceProvider Package Description cloud.commandframework.minecraft.extras Minecraft extras -
-
Uses of AudienceProvider in cloud.commandframework.minecraft.extras
Methods in cloud.commandframework.minecraft.extras that return AudienceProvider Modifier and Type Method Description @NonNull AudienceProvider<C>
MinecraftHelp. getAudienceProvider()
Get the audience provider that was used to create this instanceConstructors in cloud.commandframework.minecraft.extras with parameters of type AudienceProvider Constructor Description MinecraftHelp(@NonNull String commandPrefix, @NonNull AudienceProvider<C> audienceProvider, @NonNull CommandManager<C> commandManager)
Construct a new Minecraft help instance
-