Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

ActorFactory<A extends BukkitCommandActor> - Interface in revxrsal.commands.bukkit.actor
Represents a functional interface that allows for creating custom implementations of BukkitCommandActor that wrap instances of CommandSender.
actorFactory(ActorFactory<A>) - Method in class revxrsal.commands.bukkit.BukkitLampConfig.Builder
Sets the ActorFactory.
argumentTypes() - Method in class revxrsal.commands.bukkit.BukkitLampConfig.Builder
Returns the ArgumentTypes.Builder of this builder
argumentTypes(Consumer<ArgumentTypes.Builder<A>>) - Method in class revxrsal.commands.bukkit.BukkitLampConfig.Builder
Applies the given Consumer on the BukkitLampConfig.Builder.argumentTypes() instance.
asPlayer() - Method in interface revxrsal.commands.bukkit.actor.BukkitCommandActor
Returns this actor as a Player if it is a player, otherwise returns null.
AsyncPaperTabListener<A extends BukkitCommandActor> - Class in revxrsal.commands.bukkit.listener
Provides asynchronous tab completions
AsyncPaperTabListener(Lamp<A>, ActorFactory<A>) - Constructor for class revxrsal.commands.bukkit.listener.AsyncPaperTabListener
 
asyncTabCompletion(JavaPlugin, ActorFactory<A>) - Static method in class revxrsal.commands.bukkit.BukkitVisitors
Enables asynchronous tab completions (Paper only)
audience() - Method in interface revxrsal.commands.bukkit.actor.BukkitCommandActor
Returns this actor as an adventure Audience.
audiences(BukkitAudiences) - Method in class revxrsal.commands.bukkit.BukkitLampConfig.Builder
Sets the audiences for sending components

B

brigadier(JavaPlugin) - Static method in class revxrsal.commands.bukkit.BukkitVisitors
Adds a registration hook that injects Lamp commands into Bukkit's Brigadier.
brigadier(JavaPlugin, ArgumentTypes<? super BukkitCommandActor>) - Static method in class revxrsal.commands.bukkit.BukkitVisitors
Adds a registration hook that injects Lamp commands into Bukkit's Brigadier.
brigadier(JavaPlugin, ArgumentTypes<? super A>, ActorFactory<A>) - Static method in class revxrsal.commands.bukkit.BukkitVisitors
Adds a registration hook that injects Lamp commands into Bukkit's Brigadier.
BrigadierRegistryHook<A extends BukkitCommandActor> - Class in revxrsal.commands.bukkit.brigadier
 
BrigadierRegistryHook(ArgumentTypes<A>, ActorFactory<A>, JavaPlugin) - Constructor for class revxrsal.commands.bukkit.brigadier.BrigadierRegistryHook
 
build() - Method in class revxrsal.commands.bukkit.BukkitLampConfig.Builder
Returns a new BukkitLampConfig from this builder
builder() - Static method in class revxrsal.commands.bukkit.brigadier.BukkitArgumentTypes
Returns a ArgumentTypes.Builder that contains the default argument types for the Bukkit platform
builder(JavaPlugin) - Static method in class revxrsal.commands.bukkit.BukkitLamp
Returns a Lamp.Builder that contains the default registrations for the Bukkit platform
builder(BukkitLampConfig<A>) - Static method in class revxrsal.commands.bukkit.BukkitLamp
Returns a Lamp.Builder that contains the default registrations for the Bukkit platform, as well as any customizations in the given BukkitLampConfig
builder(JavaPlugin) - Static method in class revxrsal.commands.bukkit.BukkitLampConfig
Returns a new BukkitLampConfig.Builder with the given plugin.
BukkitArgumentTypes - Class in revxrsal.commands.bukkit.brigadier
 
BukkitArgumentTypes() - Constructor for class revxrsal.commands.bukkit.brigadier.BukkitArgumentTypes
 
BukkitBrigadierBridge<A extends BukkitCommandActor> - Interface in revxrsal.commands.bukkit.brigadier
 
BukkitCommandActor - Interface in revxrsal.commands.bukkit.actor
Represents a Bukkit CommandActor that wraps CommandSender
BukkitCommandHooks<A extends BukkitCommandActor> - Class in revxrsal.commands.bukkit.hooks
 
BukkitCommandHooks(JavaPlugin, ActorFactory<A>, String) - Constructor for class revxrsal.commands.bukkit.hooks.BukkitCommandHooks
 
BukkitCommandPermission - Class in revxrsal.commands.bukkit.sender
A Bukkit-adapted wrapper for CommandPermission
BukkitCommandPermission(Permission) - Constructor for class revxrsal.commands.bukkit.sender.BukkitCommandPermission
 
bukkitExceptionHandler() - Static method in class revxrsal.commands.bukkit.BukkitVisitors
Handles the default Bukkit exceptions
BukkitExceptionHandler - Class in revxrsal.commands.bukkit.exception
 
BukkitExceptionHandler() - Constructor for class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
BukkitLamp - Class in revxrsal.commands.bukkit
Creates Lamp instances that contain relevant registrations for the Bukkit platform.
BukkitLamp() - Constructor for class revxrsal.commands.bukkit.BukkitLamp
 
BukkitLampConfig<A extends BukkitCommandActor> - Class in revxrsal.commands.bukkit
A collective object that contains all Bukkit-only properties and allows for easy customizing and chaining using a builder
BukkitLampConfig() - Constructor for class revxrsal.commands.bukkit.BukkitLampConfig
 
BukkitLampConfig.Builder<A extends BukkitCommandActor> - Class in revxrsal.commands.bukkit
Represents a builder for BukkitLampConfig
bukkitParameterTypes() - Static method in class revxrsal.commands.bukkit.BukkitVisitors
Registers the following parameter types: Player OfflinePlayer World EntitySelector
bukkitParameterTypes(boolean) - Static method in class revxrsal.commands.bukkit.BukkitVisitors
Registers the following parameter types: Player OfflinePlayer World EntitySelector
BukkitPermissionFactory - Enum in revxrsal.commands.bukkit.sender
 
bukkitPermissions() - Static method in class revxrsal.commands.bukkit.BukkitVisitors
Adds support for the CommandPermission annotation
bukkitSenderResolver() - Static method in class revxrsal.commands.bukkit.BukkitVisitors
Resolves the sender type CommandSender, Player and ConsoleCommandSender for parameters that come first in the command.
BukkitSenderResolver - Class in revxrsal.commands.bukkit.sender
 
BukkitSenderResolver() - Constructor for class revxrsal.commands.bukkit.sender.BukkitSenderResolver
 
BukkitUtils - Class in revxrsal.commands.bukkit.util
 
BukkitVersion - Class in revxrsal.commands.bukkit.util
A utility for providing information about the server implementation and version
BukkitVisitors - Class in revxrsal.commands.bukkit
Includes modular building blocks for hooking into the Bukkit platform.
BukkitVisitors() - Constructor for class revxrsal.commands.bukkit.BukkitVisitors
 

C

CommandPermission - Annotation Type in revxrsal.commands.bukkit.annotation
Adds a command permission for the given command
create(CommandSender, Lamp<A>) - Method in interface revxrsal.commands.bukkit.actor.ActorFactory
Creates the actor from the given CommandSender
create(Object...) - Method in enum revxrsal.commands.bukkit.brigadier.MinecraftArgumentType
Creates an instance of this argument type
create(Type, AnnotationList, Lamp<BukkitCommandActor>) - Method in class revxrsal.commands.bukkit.parameters.EntitySelectorParameterTypeFactory
 
create(AnnotationList, Lamp<BukkitCommandActor>) - Method in enum revxrsal.commands.bukkit.sender.BukkitPermissionFactory
 
create(String, JavaPlugin) - Static method in class revxrsal.commands.bukkit.util.PluginCommands
 
create(String, String, JavaPlugin) - Static method in class revxrsal.commands.bukkit.util.PluginCommands
 
createDefault(JavaPlugin) - Static method in class revxrsal.commands.bukkit.BukkitLampConfig
Returns a new BukkitLampConfig with the given plugin, containing the default settings.
createIfPresent(Object...) - Method in enum revxrsal.commands.bukkit.brigadier.MinecraftArgumentType
Creates an instance of this argument type, wrapped in an optional.

D

defaultFactory(Plugin, Optional<BukkitAudiences>) - Static method in interface revxrsal.commands.bukkit.actor.ActorFactory
Returns the default ActorFactory that returns a simple BukkitCommandActor implementation
defaultFactory(JavaPlugin, Optional<BukkitAudiences>, MessageSender<? super A, ComponentLike>) - Static method in interface revxrsal.commands.bukkit.actor.ActorFactory
Returns the default ActorFactory that returns a simple BukkitCommandActor implementation
defaultSuggestions() - Method in class revxrsal.commands.bukkit.parameters.EntityParameterType
 
defaultSuggestions() - Method in class revxrsal.commands.bukkit.parameters.OfflinePlayerParameterType
 
defaultSuggestions() - Method in class revxrsal.commands.bukkit.parameters.PlayerParameterType
 
defaultSuggestions() - Method in class revxrsal.commands.bukkit.parameters.WorldParameterType
 
disableAsyncCompletion() - Method in class revxrsal.commands.bukkit.BukkitLampConfig.Builder
Disables brigadier integration
disableAsyncCompletion(boolean) - Method in class revxrsal.commands.bukkit.BukkitLampConfig.Builder
Disables asynchronous tab completion
disableBrigadier() - Method in class revxrsal.commands.bukkit.BukkitLampConfig.Builder
Disables brigadier integration
disableBrigadier(boolean) - Method in class revxrsal.commands.bukkit.BukkitLampConfig.Builder
Disables brigadier integration

E

EmptyEntitySelectorException - Exception in revxrsal.commands.bukkit.exception
Thrown when an EntitySelector does not match any entity.
EmptyEntitySelectorException(String) - Constructor for exception revxrsal.commands.bukkit.exception.EmptyEntitySelectorException
 
EntityParameterType - Class in revxrsal.commands.bukkit.parameters
A parameter type for Player types.
EntityParameterType() - Constructor for class revxrsal.commands.bukkit.parameters.EntityParameterType
 
EntitySelector<E extends org.bukkit.entity.Entity> - Interface in revxrsal.commands.bukkit.parameters
A parameter that allows entity selectors, such as '@a', '@p', '@s', '@r', '@e[name=Foo]' or player names individually.
EntitySelectorParameterTypeFactory - Class in revxrsal.commands.bukkit.parameters
 
EntitySelectorParameterTypeFactory() - Constructor for class revxrsal.commands.bukkit.parameters.EntitySelectorParameterTypeFactory
 
equals(Object) - Method in class revxrsal.commands.bukkit.sender.BukkitCommandPermission
 
errorMessage() - Method in exception revxrsal.commands.bukkit.exception.MalformedEntitySelectorException
Returns the error message produced by the native parser

F

FallbackPrefix - Annotation Type in revxrsal.commands.bukkit.annotation
Registers a custom fallback prefix (i.e.
fallbackPrefix(String) - Method in class revxrsal.commands.bukkit.BukkitLampConfig.Builder
Disables brigadier integration
findNmsClass(String) - Static method in class revxrsal.commands.bukkit.util.BukkitVersion
Returns the NMS class with the given name.
findOcbClass(String) - Static method in class revxrsal.commands.bukkit.util.BukkitVersion
Finds and returns the specified class from the CraftBukkit implementation.

G

get() - Method in enum revxrsal.commands.bukkit.brigadier.MinecraftArgumentType
Returns the argument type represented by this enum value, otherwise throws an exception
getAliases(Command) - Static method in interface revxrsal.commands.bukkit.brigadier.BukkitBrigadierBridge
Gets the aliases known for the given command.
getIfPresent() - Method in enum revxrsal.commands.bukkit.brigadier.MinecraftArgumentType
Returns the argument type represented by this enum value, wrapped inside an Optional
getSender(Class<?>, BukkitCommandActor, ExecutableCommand<BukkitCommandActor>) - Method in class revxrsal.commands.bukkit.sender.BukkitSenderResolver
 

H

hashCode() - Method in class revxrsal.commands.bukkit.sender.BukkitCommandPermission
 

I

InvalidPlayerException - Exception in revxrsal.commands.bukkit.exception
Thrown when an invalid value for a Player or a OfflinePlayer parameter is inputted in the command
InvalidPlayerException(String) - Constructor for exception revxrsal.commands.bukkit.exception.InvalidPlayerException
 
InvalidWorldException - Exception in revxrsal.commands.bukkit.exception
Thrown when an invalid value for a World parameter is inputted in the command
InvalidWorldException(String) - Constructor for exception revxrsal.commands.bukkit.exception.InvalidWorldException
 
isBrigadierAvailable() - Static method in class revxrsal.commands.bukkit.util.BukkitUtils
 
isBrigadierSupported() - Static method in class revxrsal.commands.bukkit.util.BukkitVersion
Tests whether is brigadier supported or not
isConsole() - Method in interface revxrsal.commands.bukkit.actor.BukkitCommandActor
Tests whether is this actor the console or not
isExecutableBy(BukkitCommandActor) - Method in class revxrsal.commands.bukkit.sender.BukkitCommandPermission
 
isPaper() - Static method in class revxrsal.commands.bukkit.util.BukkitVersion
Tests whether this version is running PaperSpigot
isPlayer() - Method in interface revxrsal.commands.bukkit.actor.BukkitCommandActor
Tests whether is this actor a player or not
isSenderType(CommandParameter) - Method in class revxrsal.commands.bukkit.sender.BukkitSenderResolver
 
isSupported() - Method in enum revxrsal.commands.bukkit.brigadier.MinecraftArgumentType
Checks if this argument type is supported in this Minecraft version

L

lamp() - Method in interface revxrsal.commands.bukkit.actor.BukkitCommandActor
Returns the Lamp instance that constructed this actor.
LampCommandExecutor<A extends BukkitCommandActor> - Class in revxrsal.commands.bukkit.hooks
 
LampCommandExecutor(Lamp<A>, ActorFactory<A>) - Constructor for class revxrsal.commands.bukkit.hooks.LampCommandExecutor
 
legacyColorCodes() - Static method in class revxrsal.commands.bukkit.BukkitVisitors
Makes the default format for CommandActor.reply(String) and CommandActor.error(String) take the legacy ampersand ChatColor-coded format
legacyColorize(String) - Static method in class revxrsal.commands.bukkit.util.BukkitUtils
Returns a String that colorizes the given text using the ampersand for color coding.

M

MalformedEntitySelectorException - Exception in revxrsal.commands.bukkit.exception
Thrown when a malformed EntitySelector is inputted for a command.
MalformedEntitySelectorException(String, String) - Constructor for exception revxrsal.commands.bukkit.exception.MalformedEntitySelectorException
 
messageSender(MessageSender<? super A, ComponentLike>) - Method in class revxrsal.commands.bukkit.BukkitLampConfig.Builder
Registers the default message sender used by BukkitCommandActor.reply(ComponentLike)
MinecraftArgumentType - Enum in revxrsal.commands.bukkit.brigadier
An enumeration for containing Minecraft's built-in ArgumentTypes.
minorVersion() - Static method in class revxrsal.commands.bukkit.util.BukkitVersion
Returns the major version for the current server.
MoreThanOneEntityException - Exception in revxrsal.commands.bukkit.exception
Thrown when a Player or Entity selector contains more than 1 entity (e.g.
MoreThanOneEntityException(String) - Constructor for exception revxrsal.commands.bukkit.exception.MoreThanOneEntityException
 

N

name() - Method in interface revxrsal.commands.bukkit.actor.BukkitCommandActor
Returns the name of this actor.
NonPlayerEntitiesException - Exception in revxrsal.commands.bukkit.exception
Thrown when a Player selector contains non-player entities (e.g.
NonPlayerEntitiesException(String) - Constructor for exception revxrsal.commands.bukkit.exception.NonPlayerEntitiesException
 

O

OfflinePlayerParameterType - Class in revxrsal.commands.bukkit.parameters
A parameter type for OfflinePlayer types
OfflinePlayerParameterType(boolean) - Constructor for class revxrsal.commands.bukkit.parameters.OfflinePlayerParameterType
 
onAsyncTabComplete(AsyncTabCompleteEvent) - Method in class revxrsal.commands.bukkit.listener.AsyncPaperTabListener
 
onCommand(CommandSender, Command, String, String[]) - Method in class revxrsal.commands.bukkit.hooks.LampCommandExecutor
 
onEmptyEntitySelector(EmptyEntitySelectorException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onEnumNotFound(EnumNotFoundException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onExpectedLiteral(ExpectedLiteralException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onInputParse(InputParseException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onInvalidBoolean(InvalidBooleanException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onInvalidDecimal(InvalidDecimalException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onInvalidHelpPage(InvalidHelpPageException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onInvalidInteger(InvalidIntegerException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onInvalidListSize(InvalidListSizeException, BukkitCommandActor, ParameterNode<BukkitCommandActor, ?>) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onInvalidPlayer(InvalidPlayerException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onInvalidStringSize(InvalidStringSizeException, BukkitCommandActor, ParameterNode<BukkitCommandActor, ?>) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onInvalidUUID(InvalidUUIDException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onInvalidWorld(InvalidWorldException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onMalformedEntitySelector(MalformedEntitySelectorException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onMissingArgument(MissingArgumentException, BukkitCommandActor, ParameterNode<BukkitCommandActor, ?>) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onMoreThanOneEntity(MoreThanOneEntityException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onNonPlayerEntities(NonPlayerEntitiesException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onNoPermission(NoPermissionException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onNumberNotInRange(NumberNotInRangeException, BukkitCommandActor, ParameterNode<BukkitCommandActor, Number>) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onRegistered(ExecutableCommand<A>, CancelHandle) - Method in class revxrsal.commands.bukkit.brigadier.BrigadierRegistryHook
 
onRegistered(ExecutableCommand<A>, CancelHandle) - Method in class revxrsal.commands.bukkit.hooks.BukkitCommandHooks
 
onSenderNotConsole(SenderNotConsoleException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onSenderNotPlayer(SenderNotPlayerException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onTabComplete(CommandSender, Command, String, String[]) - Method in class revxrsal.commands.bukkit.hooks.LampCommandExecutor
 
onUnknownCommand(UnknownCommandException, BukkitCommandActor) - Method in class revxrsal.commands.bukkit.exception.BukkitExceptionHandler
 
onUnregistered(ExecutableCommand<A>, CancelHandle) - Method in class revxrsal.commands.bukkit.hooks.BukkitCommandHooks
 

P

parse(MutableStringStream, ExecutionContext<BukkitCommandActor>) - Method in class revxrsal.commands.bukkit.parameters.EntityParameterType
 
parse(MutableStringStream, ExecutionContext<BukkitCommandActor>) - Method in class revxrsal.commands.bukkit.parameters.OfflinePlayerParameterType
 
parse(MutableStringStream, ExecutionContext<BukkitCommandActor>) - Method in class revxrsal.commands.bukkit.parameters.PlayerParameterType
 
parse(MutableStringStream, ExecutionContext<BukkitCommandActor>) - Method in class revxrsal.commands.bukkit.parameters.WorldParameterType
 
patchNumber() - Static method in class revxrsal.commands.bukkit.util.BukkitVersion
Returns the patch number for the current server.
permission() - Method in class revxrsal.commands.bukkit.sender.BukkitCommandPermission
 
PlayerParameterType - Class in revxrsal.commands.bukkit.parameters
A parameter type for Player types.
PlayerParameterType(boolean) - Constructor for class revxrsal.commands.bukkit.parameters.PlayerParameterType
 
PluginCommands - Class in revxrsal.commands.bukkit.util
A utility class for constructing PluginCommand objects at runtime (instead of requiring users to register them in plugin.ymls)
pluginContextParameters(JavaPlugin) - Static method in class revxrsal.commands.bukkit.BukkitVisitors
Adds Plugin dependencies and type resolvers

R

register(ExecutableCommand<A>) - Method in interface revxrsal.commands.bukkit.brigadier.BukkitBrigadierBridge
Registers the provided argument data to the dispatcher, against all aliases defined for the command.
registrationHooks(JavaPlugin) - Static method in class revxrsal.commands.bukkit.BukkitVisitors
Adds a registration hook that injects Lamp commands into Bukkit
registrationHooks(JavaPlugin, ActorFactory<A>) - Static method in class revxrsal.commands.bukkit.BukkitVisitors
 
registrationHooks(JavaPlugin, ActorFactory<A>, String) - Static method in class revxrsal.commands.bukkit.BukkitVisitors
Adds a registration hook that injects Lamp commands into Bukkit.
reply(ComponentLike) - Method in interface revxrsal.commands.bukkit.actor.BukkitCommandActor
Prints the given component to this actor.
requireConsole() - Method in interface revxrsal.commands.bukkit.actor.BukkitCommandActor
Returns this actor as a ConsoleCommandSender if it is a player, otherwise throws a SenderNotConsoleException.
requirePlayer() - Method in interface revxrsal.commands.bukkit.actor.BukkitCommandActor
Returns this actor as a Player if it is a player, otherwise throws a SenderNotPlayerException.
requiresParameters() - Method in enum revxrsal.commands.bukkit.brigadier.MinecraftArgumentType
Checks if this argument type requires parameters
revxrsal.commands.bukkit - package revxrsal.commands.bukkit
 
revxrsal.commands.bukkit.actor - package revxrsal.commands.bukkit.actor
 
revxrsal.commands.bukkit.annotation - package revxrsal.commands.bukkit.annotation
 
revxrsal.commands.bukkit.brigadier - package revxrsal.commands.bukkit.brigadier
 
revxrsal.commands.bukkit.exception - package revxrsal.commands.bukkit.exception
 
revxrsal.commands.bukkit.hooks - package revxrsal.commands.bukkit.hooks
 
revxrsal.commands.bukkit.listener - package revxrsal.commands.bukkit.listener
 
revxrsal.commands.bukkit.parameters - package revxrsal.commands.bukkit.parameters
 
revxrsal.commands.bukkit.sender - package revxrsal.commands.bukkit.sender
 
revxrsal.commands.bukkit.util - package revxrsal.commands.bukkit.util
 

S

sender() - Method in interface revxrsal.commands.bukkit.actor.BukkitCommandActor
Returns the underlying CommandSender of this actor
SenderNotConsoleException - Exception in revxrsal.commands.bukkit.exception
Thrown when a console-only command is executed by a non-console
SenderNotConsoleException() - Constructor for exception revxrsal.commands.bukkit.exception.SenderNotConsoleException
 
SenderNotPlayerException - Exception in revxrsal.commands.bukkit.exception
Thrown when a player-only command is executed by a non-player
SenderNotPlayerException() - Constructor for exception revxrsal.commands.bukkit.exception.SenderNotPlayerException
 
sendRawError(String) - Method in interface revxrsal.commands.bukkit.actor.BukkitCommandActor
Prints the given component to this actor as an error.
sendRawMessage(String) - Method in interface revxrsal.commands.bukkit.actor.BukkitCommandActor
Prints the given component to this actor.
supports(int, int) - Static method in class revxrsal.commands.bukkit.util.BukkitVersion
Tests whether is the given version supported by this server
supports(int, int, int) - Static method in class revxrsal.commands.bukkit.util.BukkitVersion
Tests whether is the given version supported by this server
supportsAsyncCompletion() - Static method in class revxrsal.commands.bukkit.util.BukkitVersion
Tests whether this version supports asynchronous tab completion

T

toString() - Method in class revxrsal.commands.bukkit.sender.BukkitCommandPermission
 

U

unregister(PluginCommand, JavaPlugin) - Static method in class revxrsal.commands.bukkit.util.PluginCommands
 

V

valueOf(String) - Static method in enum revxrsal.commands.bukkit.brigadier.MinecraftArgumentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum revxrsal.commands.bukkit.sender.BukkitPermissionFactory
Returns the enum constant of this type with the specified name.
values() - Static method in enum revxrsal.commands.bukkit.brigadier.MinecraftArgumentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum revxrsal.commands.bukkit.sender.BukkitPermissionFactory
Returns an array containing the constants of this enum type, in the order they are declared.
visit(Lamp.Builder<A>) - Method in class revxrsal.commands.bukkit.BukkitLampConfig
 

W

WorldParameterType - Class in revxrsal.commands.bukkit.parameters
A parameter type for World types
WorldParameterType() - Constructor for class revxrsal.commands.bukkit.parameters.WorldParameterType
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links