Skip navigation links
B C E G I M R S T V 

B

BukkitBridgeCommand - Class in com.mrivanplays.commandworker.bukkit.internal
 
BukkitBridgeCommand(RegisteredCommand<CommandSender>, String[]) - Constructor for class com.mrivanplays.commandworker.bukkit.internal.BukkitBridgeCommand
 
BukkitCommand - Interface in com.mrivanplays.commandworker.bukkit
Represents a bukkit command.
BukkitCommandManager - Class in com.mrivanplays.commandworker.bukkit
 
BukkitCommandManager(JavaPlugin) - Constructor for class com.mrivanplays.commandworker.bukkit.BukkitCommandManager
 

C

com.mrivanplays.commandworker.bukkit - package com.mrivanplays.commandworker.bukkit
 
com.mrivanplays.commandworker.bukkit.argtypes - package com.mrivanplays.commandworker.bukkit.argtypes
 
com.mrivanplays.commandworker.bukkit.internal - package com.mrivanplays.commandworker.bukkit.internal
 

E

ensureSetup() - Static method in class com.mrivanplays.commandworker.bukkit.argtypes.MinecraftArgumentTypesAccessor
 
execute(CommandSender, String, String[]) - Method in class com.mrivanplays.commandworker.bukkit.internal.BukkitBridgeCommand
 

G

getArgumentClass(NamespacedKey) - Static method in class com.mrivanplays.commandworker.bukkit.argtypes.MinecraftArgumentTypesAccessor
Retrieves the registered argument type's class, matching the key specified, if brigadier is supported.
getArgumentType() - Method in enum com.mrivanplays.commandworker.bukkit.argtypes.MinecraftArgumentTypes
Returns the brigadier ArgumentType of the argument, if it is present.
getByKey(NamespacedKey) - Static method in class com.mrivanplays.commandworker.bukkit.argtypes.MinecraftArgumentTypesAccessor
Retrieves the registered argument type, matching the key specified, if brigadier is supported.
getFourthWay() - Method in enum com.mrivanplays.commandworker.bukkit.argtypes.MinecraftArgumentTypes
 
getKey() - Method in enum com.mrivanplays.commandworker.bukkit.argtypes.MinecraftArgumentTypes
Returns the key of this argument type.
getRegisteredCommands() - Method in class com.mrivanplays.commandworker.bukkit.BukkitCommandManager
 
getSecondWay() - Method in enum com.mrivanplays.commandworker.bukkit.argtypes.MinecraftArgumentTypes
 
getThirdWay() - Method in enum com.mrivanplays.commandworker.bukkit.argtypes.MinecraftArgumentTypes
 

I

isBrigadierSupported() - Method in class com.mrivanplays.commandworker.bukkit.BukkitCommandManager
 

M

MinecraftArgumentTypes - Enum in com.mrivanplays.commandworker.bukkit.argtypes
Represents an enum, holding all known minecraft brigadier types.
MinecraftArgumentTypesAccessor - Class in com.mrivanplays.commandworker.bukkit.argtypes
Represents a utility class for accessing ArgumentTypes provided by mojang in the server's internals.

R

register(Command<CommandSender>, Predicate<CommandSender>, String...) - Method in class com.mrivanplays.commandworker.bukkit.BukkitCommandManager
 

S

setShouldFallback(boolean) - Method in class com.mrivanplays.commandworker.bukkit.BukkitCommandManager
 
shouldFallback() - Method in class com.mrivanplays.commandworker.bukkit.BukkitCommandManager
 

T

tabComplete(CommandSender, String, String[]) - Method in class com.mrivanplays.commandworker.bukkit.internal.BukkitBridgeCommand
 
testPermissionSilent(CommandSender) - Method in class com.mrivanplays.commandworker.bukkit.internal.BukkitBridgeCommand
 
toString() - Method in class com.mrivanplays.commandworker.bukkit.BukkitCommandManager
 

V

valueOf(String) - Static method in enum com.mrivanplays.commandworker.bukkit.argtypes.MinecraftArgumentTypes
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mrivanplays.commandworker.bukkit.argtypes.MinecraftArgumentTypes
Returns an array containing the constants of this enum type, in the order they are declared.
B C E G I M R S T V 
Skip navigation links

Copyright © 2020. All rights reserved.