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

A

alias(String...) - Method in class com.datasiqn.commandcore.command.builder.CommandBuilder
Sets the command's aliases
alias(String...) - Method in class com.datasiqn.commandcore.command.builder.CommandBuilder
Sets the command's aliases
aliases - Variable in class com.datasiqn.commandcore.command.builder.CommandBuilder
 
aliases - Variable in class com.datasiqn.commandcore.command.builder.CommandBuilder
 
aliases(String...) - Method in class com.datasiqn.commandcore.InitOptions.Builder
Sets the aliases of the root command
aliases(String...) - Method in class com.datasiqn.commandcore.InitOptions.Builder
Sets the aliases of the root command
argument(ArgumentType<T>, String) - Static method in class com.datasiqn.commandcore.command.builder.ArgumentBuilder
Creates a new ArgumentBuilder
argument(ArgumentType<T>, String) - Static method in class com.datasiqn.commandcore.command.builder.ArgumentBuilder
Creates a new ArgumentBuilder
ArgumentBuilder<T> - Class in com.datasiqn.commandcore.command.builder
Represents an argument node
ArgumentBuilder<T> - Class in com.datasiqn.commandcore.command.builder
Represents an argument node
ArgumentReader - Interface in com.datasiqn.commandcore.argument
A class meant to read an argument.
ArgumentReader - Interface in com.datasiqn.commandcore.argument
A class meant to read an argument.
Arguments - Interface in com.datasiqn.commandcore.argument
Represents command arguments
Arguments - Interface in com.datasiqn.commandcore.argument
Represents command arguments
ArgumentType<T> - Interface in com.datasiqn.commandcore.argument.type
Represents an argument type
ArgumentType<T> - Interface in com.datasiqn.commandcore.argument.type
Represents an argument type
ArgumentType.EnumArgumentType<T extends Enum<T>> - Class in com.datasiqn.commandcore.argument.type
Represents a custom ArgumentType that parses to an enum value
ArgumentType.EnumArgumentType<T extends Enum<T>> - Class in com.datasiqn.commandcore.argument.type
Represents a custom ArgumentType that parses to an enum value
ArgumentType.FilteredEnumArgumentType<T extends Enum<T>> - Class in com.datasiqn.commandcore.argument.type
Represents a custom ArgumentType that parses to a filtered enum
ArgumentType.FilteredEnumArgumentType<T extends Enum<T>> - Class in com.datasiqn.commandcore.argument.type
Represents a custom ArgumentType that parses to a filtered enum
asReader() - Method in interface com.datasiqn.commandcore.argument.Arguments
Converts all arguments into an ArgumentReader
asReader() - Method in interface com.datasiqn.commandcore.argument.Arguments
Converts all arguments into an ArgumentReader
asReader() - Method in class com.datasiqn.commandcore.argument.StringArguments
 
asReader() - Method in class com.datasiqn.commandcore.argument.StringArguments
 
atEnd() - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Gets whether the reader has reached the last character.
atEnd() - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Gets whether the reader has reached the last character.
atEnd() - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 
atEnd() - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 

B

BLOCK - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a material where Material.isBlock() is true
BLOCK - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a material where Material.isBlock() is true
BlockCommandSource - Class in com.datasiqn.commandcore.command.source
Represents a CommandSource where the sender is a BlockCommandSender

NOTE: Do not directly instantiate this class! Instead, use the factory method createSource
BlockCommandSource - Class in com.datasiqn.commandcore.command.source
Represents a CommandSource where the sender is a BlockCommandSender

NOTE: Do not directly instantiate this class! Instead, use the factory method createSource
BlockCommandSource(BlockCommandSender) - Constructor for class com.datasiqn.commandcore.command.source.BlockCommandSource
Creates a new BlockCommandSource with the internal sender of sender.
BlockCommandSource(BlockCommandSender) - Constructor for class com.datasiqn.commandcore.command.source.BlockCommandSource
Creates a new BlockCommandSource with the internal sender of sender.
BOOLEAN - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a boolean
BOOLEAN - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a boolean
build() - Method in class com.datasiqn.commandcore.command.builder.CommandBuilder
Creates a new Command instance using the supplied values
build() - Method in class com.datasiqn.commandcore.command.builder.CommandBuilder
Creates a new Command instance using the supplied values
build() - Method in class com.datasiqn.commandcore.InitOptions.Builder
Creates a new InitOptions based off this builder
build() - Method in class com.datasiqn.commandcore.InitOptions.Builder
Creates a new InitOptions based off this builder
Builder(String) - Constructor for class com.datasiqn.commandcore.InitOptions.Builder
Creates a new Builder class
Builder(String) - Constructor for class com.datasiqn.commandcore.InitOptions.Builder
Creates a new Builder class

C

canBeOptional() - Method in class com.datasiqn.commandcore.command.builder.ArgumentBuilder
 
canBeOptional() - Method in class com.datasiqn.commandcore.command.builder.ArgumentBuilder
 
canBeOptional() - Method in class com.datasiqn.commandcore.command.builder.CommandNode
 
canBeOptional() - Method in class com.datasiqn.commandcore.command.builder.CommandNode
 
checkBounds(int, int) - Static method in interface com.datasiqn.commandcore.argument.Arguments
Checks if i is smaller than size and at least 0
checkBounds(int, int) - Static method in interface com.datasiqn.commandcore.argument.Arguments
Checks if i is smaller than size and at least 0
children - Variable in class com.datasiqn.commandcore.command.builder.CommandLink
 
children - Variable in class com.datasiqn.commandcore.command.builder.CommandLink
 
com.datasiqn.commandcore - package com.datasiqn.commandcore
 
com.datasiqn.commandcore.argument - package com.datasiqn.commandcore.argument
 
com.datasiqn.commandcore.argument.type - package com.datasiqn.commandcore.argument.type
 
com.datasiqn.commandcore.command - package com.datasiqn.commandcore.command
 
com.datasiqn.commandcore.command.builder - package com.datasiqn.commandcore.command.builder
 
com.datasiqn.commandcore.command.source - package com.datasiqn.commandcore.command.source
 
com.datasiqn.commandcore.locatable - package com.datasiqn.commandcore.locatable
 
com.datasiqn.commandcore.managers - package com.datasiqn.commandcore.managers
 
COMMAND - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a CommandCore command
COMMAND - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a CommandCore command
Command - Interface in com.datasiqn.commandcore.command
Represents a command
Command - Interface in com.datasiqn.commandcore.command
Represents a command
CommandBuilder - Class in com.datasiqn.commandcore.command.builder
Represents a builder that creates commands
CommandBuilder - Class in com.datasiqn.commandcore.command.builder
Represents a builder that creates commands
CommandBuilder(String) - Constructor for class com.datasiqn.commandcore.command.builder.CommandBuilder
Creates a new CommandBuilder
CommandBuilder(String) - Constructor for class com.datasiqn.commandcore.command.builder.CommandBuilder
Creates a new CommandBuilder
CommandContext - Interface in com.datasiqn.commandcore.command
Represents the context in which a command is executed
CommandContext - Interface in com.datasiqn.commandcore.command
Represents the context in which a command is executed
CommandCore - Class in com.datasiqn.commandcore
Main class of CommandCore
CommandCore - Class in com.datasiqn.commandcore
Main class of CommandCore
CommandLink<T> - Class in com.datasiqn.commandcore.command.builder
Represents a link in a command tree.
CommandLink<T> - Class in com.datasiqn.commandcore.command.builder
Represents a link in a command tree.
CommandLink() - Constructor for class com.datasiqn.commandcore.command.builder.CommandLink
 
CommandLink() - Constructor for class com.datasiqn.commandcore.command.builder.CommandLink
 
CommandLink.Executor - Interface in com.datasiqn.commandcore.command.builder
A function that defines a command executor
CommandLink.Executor - Interface in com.datasiqn.commandcore.command.builder
A function that defines a command executor
CommandLink.Requirement - Interface in com.datasiqn.commandcore.command.builder
A function that defines a command requirement.
CommandLink.Requirement - Interface in com.datasiqn.commandcore.command.builder
A function that defines a command requirement.
CommandManager - Class in com.datasiqn.commandcore.managers
Class that manages all commands
CommandManager - Class in com.datasiqn.commandcore.managers
Class that manages all commands
CommandManager() - Constructor for class com.datasiqn.commandcore.managers.CommandManager
 
CommandManager() - Constructor for class com.datasiqn.commandcore.managers.CommandManager
 
CommandNode<This extends CommandNode<This>> - Class in com.datasiqn.commandcore.command.builder
Represents a node that can be added onto a command
CommandNode<This extends CommandNode<This>> - Class in com.datasiqn.commandcore.command.builder
Represents a node that can be added onto a command
CommandNode() - Constructor for class com.datasiqn.commandcore.command.builder.CommandNode
 
CommandNode() - Constructor for class com.datasiqn.commandcore.command.builder.CommandNode
 
CommandSource - Interface in com.datasiqn.commandcore.command.source
Represents the source of a command.
CommandSource - Interface in com.datasiqn.commandcore.command.source
Represents the source of a command.
create(String) - Static method in class com.datasiqn.commandcore.InitOptions.Builder
Creates a new Builder instance.
create(String) - Static method in class com.datasiqn.commandcore.InitOptions.Builder
Creates a new Builder instance.
createContext(CommandSource, Command, String, Arguments) - Static method in class com.datasiqn.commandcore.CommandCore
Creates a new CommandContext
createContext(CommandSource, Command, String, Arguments) - Static method in class com.datasiqn.commandcore.CommandCore
Creates a new CommandContext
createHelpCommand(boolean) - Method in class com.datasiqn.commandcore.InitOptions.Builder
Sets whether a help command should be created or not
createHelpCommand(boolean) - Method in class com.datasiqn.commandcore.InitOptions.Builder
Sets whether a help command should be created or not
createHelpCommand() - Method in class com.datasiqn.commandcore.InitOptions
Gets whether a help command should be generated or not
createHelpCommand() - Method in class com.datasiqn.commandcore.InitOptions
Gets whether a help command should be generated or not
createSource(CommandSender) - Static method in class com.datasiqn.commandcore.CommandCore
Creates a new CommandSource
createSource(CommandSender) - Static method in class com.datasiqn.commandcore.CommandCore
Creates a new CommandSource

D

description - Variable in class com.datasiqn.commandcore.command.builder.CommandBuilder
 
description(String) - Method in class com.datasiqn.commandcore.command.builder.CommandBuilder
Sets the description of the command
description - Variable in class com.datasiqn.commandcore.command.builder.CommandBuilder
 
description(String) - Method in class com.datasiqn.commandcore.command.builder.CommandBuilder
Sets the description of the command
DOUBLE - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a double
DOUBLE - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a double

E

ENTITY - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents an entity
ENTITY - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents an entity
EntityCommandSource - Class in com.datasiqn.commandcore.command.source
Represents a CommandSource where the sender is an Entity.
EntityCommandSource - Class in com.datasiqn.commandcore.command.source
Represents a CommandSource where the sender is an Entity.
EntityCommandSource(Entity) - Constructor for class com.datasiqn.commandcore.command.source.EntityCommandSource
Creates a new EntityCommandSource with the internal sender of sender.
EntityCommandSource(Entity) - Constructor for class com.datasiqn.commandcore.command.source.EntityCommandSource
Creates a new EntityCommandSource with the internal sender of sender.
EnumArgumentType(Class<T>) - Constructor for class com.datasiqn.commandcore.argument.type.ArgumentType.EnumArgumentType
Creates a new ArgumentType
EnumArgumentType(Class<T>, String) - Constructor for class com.datasiqn.commandcore.argument.type.ArgumentType.EnumArgumentType
Creates a new ArgumentType
EnumArgumentType(Class<T>) - Constructor for class com.datasiqn.commandcore.argument.type.ArgumentType.EnumArgumentType
Creates a new ArgumentType
EnumArgumentType(Class<T>, String) - Constructor for class com.datasiqn.commandcore.argument.type.ArgumentType.EnumArgumentType
Creates a new ArgumentType
execute(CommandContext) - Method in interface com.datasiqn.commandcore.command.builder.CommandLink.Executor
Executes the command
execute(CommandContext) - Method in interface com.datasiqn.commandcore.command.builder.CommandLink.Executor
Executes the command
execute(CommandContext) - Method in interface com.datasiqn.commandcore.command.Command
Executes this command executor
execute(CommandContext) - Method in interface com.datasiqn.commandcore.command.Command
Executes this command executor
executes(CommandLink.Executor) - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Sets the executor for this command
executes(CommandLink.Executor) - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Sets the executor for this command
executeWith(CommandContext) - Method in class com.datasiqn.commandcore.command.builder.CommandNode
Executes this node
executeWith(CommandContext) - Method in class com.datasiqn.commandcore.command.builder.CommandNode
Executes this node
executor - Variable in class com.datasiqn.commandcore.command.builder.CommandLink
 
executor - Variable in class com.datasiqn.commandcore.command.builder.CommandLink
 

F

FilteredEnumArgumentType(Class<T>, Predicate<T>, String) - Constructor for class com.datasiqn.commandcore.argument.type.ArgumentType.FilteredEnumArgumentType
Creates a new ArgumentType
FilteredEnumArgumentType(Class<T>, Predicate<T>, String) - Constructor for class com.datasiqn.commandcore.argument.type.ArgumentType.FilteredEnumArgumentType
Creates a new ArgumentType

G

GenericCommandSource - Class in com.datasiqn.commandcore.command.source
Represents a generic command source that is none of the other command sources.
GenericCommandSource - Class in com.datasiqn.commandcore.command.source
Represents a generic command source that is none of the other command sources.
GenericCommandSource(CommandSender) - Constructor for class com.datasiqn.commandcore.command.source.GenericCommandSource
Creates a new GenericCommandSource with the internal sender of sender.
GenericCommandSource(CommandSender) - Constructor for class com.datasiqn.commandcore.command.source.GenericCommandSource
Creates a new GenericCommandSource with the internal sender of sender.
get() - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Gets the current character this reader is looking at
get() - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Gets the current character this reader is looking at
get(int, ArgumentType<T>) - Method in interface com.datasiqn.commandcore.argument.Arguments
Gets a specific argument
get(int, ArgumentType<T>) - Method in interface com.datasiqn.commandcore.argument.Arguments
Gets a specific argument
get() - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 
get() - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 
getAliases() - Method in interface com.datasiqn.commandcore.command.Command
Gets the aliases of this command
getAliases() - Method in interface com.datasiqn.commandcore.command.Command
Gets the aliases of this command
getAliases() - Method in class com.datasiqn.commandcore.InitOptions
Gets all the command's aliases
getAliases() - Method in class com.datasiqn.commandcore.InitOptions
Gets all the command's aliases
getArguments() - Method in interface com.datasiqn.commandcore.command.CommandContext
Gets all command arguments
getArguments() - Method in interface com.datasiqn.commandcore.command.CommandContext
Gets all command arguments
getBlock() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Gets the block executing command
getBlock() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Gets the block executing command
getBlockChecked() - Method in class com.datasiqn.commandcore.command.source.BlockCommandSource
 
getBlockChecked() - Method in class com.datasiqn.commandcore.command.source.BlockCommandSource
 
getBlockChecked() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Same as CommandSource.getBlock(), except checks if the sender is a command block and returns a Result
getBlockChecked() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Same as CommandSource.getBlock(), except checks if the sender is a command block and returns a Result
getChecked(int, ArgumentType<T>) - Method in interface com.datasiqn.commandcore.argument.Arguments
Same as Arguments.get(int, ArgumentType), except checks if there is an error and returns a Result
getChecked(int, ArgumentType<T>) - Method in interface com.datasiqn.commandcore.argument.Arguments
Same as Arguments.get(int, ArgumentType), except checks if there is an error and returns a Result
getChecked(int, ArgumentType<T>) - Method in class com.datasiqn.commandcore.argument.StringArguments
 
getChecked(int, ArgumentType<T>) - Method in class com.datasiqn.commandcore.argument.StringArguments
 
getChildren() - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Gets all children nodes
getChildren() - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Gets all children nodes
getCommand() - Method in interface com.datasiqn.commandcore.command.CommandContext
Gets the command that was executed
getCommand() - Method in interface com.datasiqn.commandcore.command.CommandContext
Gets the command that was executed
getCommand(String, boolean) - Method in class com.datasiqn.commandcore.managers.CommandManager
Gets the command from its name
getCommand(String, boolean) - Method in class com.datasiqn.commandcore.managers.CommandManager
Gets the command from its name
getCommandManager() - Method in class com.datasiqn.commandcore.CommandCore
Gets the command manager
getCommandManager() - Method in class com.datasiqn.commandcore.CommandCore
Gets the command manager
getCommandNames(boolean) - Method in class com.datasiqn.commandcore.managers.CommandManager
Gets all command names
getCommandNames(boolean) - Method in class com.datasiqn.commandcore.managers.CommandManager
Gets all command names
getComparator() - Static method in class com.datasiqn.commandcore.command.builder.CommandNode
Gets the comparator for command nodes
getComparator() - Static method in class com.datasiqn.commandcore.command.builder.CommandNode
Gets the comparator for command nodes
getDescription() - Method in interface com.datasiqn.commandcore.command.Command
Gets the description of this command
getDescription() - Method in interface com.datasiqn.commandcore.command.Command
Gets the description of this command
getEntity() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Gets the entity executing command
getEntity() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Gets the entity executing command
getEntityChecked() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Same as CommandSource.getEntity(), except checks if the sender is an entity and returns a Result
getEntityChecked() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Same as CommandSource.getEntity(), except checks if the sender is an entity and returns a Result
getEntityChecked() - Method in class com.datasiqn.commandcore.command.source.EntityCommandSource
 
getEntityChecked() - Method in class com.datasiqn.commandcore.command.source.EntityCommandSource
 
getExecutor() - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Gets the executor
getExecutor() - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Gets the executor
getInstance() - Static method in class com.datasiqn.commandcore.CommandCore
Gets this instance of CommandCore
getInstance() - Static method in class com.datasiqn.commandcore.CommandCore
Gets this instance of CommandCore
getLabel() - Method in interface com.datasiqn.commandcore.command.CommandContext
Gets the string used to execute the command.
getLabel() - Method in interface com.datasiqn.commandcore.command.CommandContext
Gets the string used to execute the command.
getLocatable() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Gets the locatable sender executing command
getLocatable() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Gets the locatable sender executing command
getLocatableChecked() - Method in class com.datasiqn.commandcore.command.source.BlockCommandSource
 
getLocatableChecked() - Method in class com.datasiqn.commandcore.command.source.BlockCommandSource
 
getLocatableChecked() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Same as CommandSource.getLocatable(), except checks if the sender is locatable and returns a Result
getLocatableChecked() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Same as CommandSource.getLocatable(), except checks if the sender is locatable and returns a Result
getLocatableChecked() - Method in class com.datasiqn.commandcore.command.source.EntityCommandSource
 
getLocatableChecked() - Method in class com.datasiqn.commandcore.command.source.EntityCommandSource
 
getLocation() - Method in class com.datasiqn.commandcore.locatable.LocatableBlockSender
 
getLocation() - Method in class com.datasiqn.commandcore.locatable.LocatableBlockSender
 
getLocation() - Method in interface com.datasiqn.commandcore.locatable.LocatableCommandSender
Gets the location of this object
getLocation() - Method in interface com.datasiqn.commandcore.locatable.LocatableCommandSender
Gets the location of this object
getLocation() - Method in class com.datasiqn.commandcore.locatable.LocatableEntitySender
 
getLocation() - Method in class com.datasiqn.commandcore.locatable.LocatableEntitySender
 
getMatchingString() - Method in class com.datasiqn.commandcore.command.TabComplete
Gets the string used to filter tab complete values
getMatchingString() - Method in class com.datasiqn.commandcore.command.TabComplete
Gets the string used to filter tab complete values
getName() - Method in interface com.datasiqn.commandcore.command.Command
Gets this command's name
getName() - Method in interface com.datasiqn.commandcore.command.Command
Gets this command's name
getOptions() - Method in class com.datasiqn.commandcore.CommandCore
Gets the options used to initialize CommandCore
getOptions() - Method in class com.datasiqn.commandcore.CommandCore
Gets the options used to initialize CommandCore
getPermissionString() - Method in interface com.datasiqn.commandcore.command.Command
Gets the permission for this command, registered in the plugin.yml file
getPermissionString() - Method in interface com.datasiqn.commandcore.command.Command
Gets the permission for this command, registered in the plugin.yml file
getPlayer() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Gets the player executing command.
getPlayer() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Gets the player executing command.
getPlayerChecked() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Same as CommandSource.getPlayer(), except checks if the sender is a player and returns a Result
getPlayerChecked() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Same as CommandSource.getPlayer(), except checks if the sender is a player and returns a Result
getPlayerChecked() - Method in class com.datasiqn.commandcore.command.source.PlayerCommandSource
 
getPlayerChecked() - Method in class com.datasiqn.commandcore.command.source.PlayerCommandSource
 
getPluginName() - Method in class com.datasiqn.commandcore.InitOptions
Gets the custom plugin name
getPluginName() - Method in class com.datasiqn.commandcore.InitOptions
Gets the custom plugin name
getPriority() - Method in class com.datasiqn.commandcore.command.builder.ArgumentBuilder
 
getPriority() - Method in class com.datasiqn.commandcore.command.builder.ArgumentBuilder
 
getPriority() - Method in class com.datasiqn.commandcore.command.builder.CommandNode
 
getPriority() - Method in class com.datasiqn.commandcore.command.builder.CommandNode
 
getPriority() - Method in class com.datasiqn.commandcore.command.builder.LiteralBuilder
 
getPriority() - Method in class com.datasiqn.commandcore.command.builder.LiteralBuilder
 
getRootCommand() - Method in class com.datasiqn.commandcore.InitOptions
Gets the root command
getRootCommand() - Method in class com.datasiqn.commandcore.InitOptions
Gets the root command
getSender() - Method in class com.datasiqn.commandcore.command.source.BlockCommandSource
 
getSender() - Method in class com.datasiqn.commandcore.command.source.BlockCommandSource
 
getSender() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Gets the sender of the command
getSender() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Gets the sender of the command
getSender() - Method in class com.datasiqn.commandcore.command.source.EntityCommandSource
 
getSender() - Method in class com.datasiqn.commandcore.command.source.EntityCommandSource
 
getSender() - Method in class com.datasiqn.commandcore.command.source.GenericCommandSource
 
getSender() - Method in class com.datasiqn.commandcore.command.source.GenericCommandSource
 
getSender() - Method in class com.datasiqn.commandcore.locatable.LocatableBlockSender
 
getSender() - Method in class com.datasiqn.commandcore.locatable.LocatableBlockSender
 
getSender() - Method in interface com.datasiqn.commandcore.locatable.LocatableCommandSender
Gets the sender of the command that got executed
getSender() - Method in interface com.datasiqn.commandcore.locatable.LocatableCommandSender
Gets the sender of the command that got executed
getSender() - Method in class com.datasiqn.commandcore.locatable.LocatableEntitySender
 
getSender() - Method in class com.datasiqn.commandcore.locatable.LocatableEntitySender
 
getSource() - Method in interface com.datasiqn.commandcore.command.CommandContext
Gets the sender that executed this command
getSource() - Method in interface com.datasiqn.commandcore.command.CommandContext
Gets the sender that executed this command
getString(int) - Method in interface com.datasiqn.commandcore.argument.Arguments
Gets a simple string argument
getString(int) - Method in interface com.datasiqn.commandcore.argument.Arguments
Gets a simple string argument
getString(int) - Method in class com.datasiqn.commandcore.argument.StringArguments
 
getString(int) - Method in class com.datasiqn.commandcore.argument.StringArguments
 
getTabComplete(CommandContext) - Method in class com.datasiqn.commandcore.argument.type.ArgumentType.EnumArgumentType
 
getTabComplete(CommandContext) - Method in class com.datasiqn.commandcore.argument.type.ArgumentType.EnumArgumentType
 
getTabComplete(CommandContext) - Method in class com.datasiqn.commandcore.argument.type.ArgumentType.FilteredEnumArgumentType
 
getTabComplete(CommandContext) - Method in class com.datasiqn.commandcore.argument.type.ArgumentType.FilteredEnumArgumentType
 
getTabComplete(CommandContext) - Method in interface com.datasiqn.commandcore.argument.type.ArgumentType
Gets the tabcomplete for this ArgumentType
getTabComplete(CommandContext) - Method in interface com.datasiqn.commandcore.argument.type.ArgumentType
Gets the tabcomplete for this ArgumentType
getTabComplete(CommandContext) - Method in class com.datasiqn.commandcore.command.builder.ArgumentBuilder
 
getTabComplete(CommandContext) - Method in class com.datasiqn.commandcore.command.builder.ArgumentBuilder
 
getTabComplete(CommandContext) - Method in class com.datasiqn.commandcore.command.builder.CommandNode
Gets the tabcomplete for this node
getTabComplete(CommandContext) - Method in class com.datasiqn.commandcore.command.builder.CommandNode
Gets the tabcomplete for this node
getTabComplete(CommandContext) - Method in class com.datasiqn.commandcore.command.builder.LiteralBuilder
 
getTabComplete(CommandContext) - Method in class com.datasiqn.commandcore.command.builder.LiteralBuilder
 
getThis() - Method in class com.datasiqn.commandcore.command.builder.ArgumentBuilder
 
getThis() - Method in class com.datasiqn.commandcore.command.builder.ArgumentBuilder
 
getThis() - Method in class com.datasiqn.commandcore.command.builder.CommandBuilder
 
getThis() - Method in class com.datasiqn.commandcore.command.builder.CommandBuilder
 
getThis() - Method in class com.datasiqn.commandcore.command.builder.CommandLink
 
getThis() - Method in class com.datasiqn.commandcore.command.builder.CommandLink
 
getThis() - Method in class com.datasiqn.commandcore.command.builder.LiteralBuilder
 
getThis() - Method in class com.datasiqn.commandcore.command.builder.LiteralBuilder
 
getTypeName() - Method in class com.datasiqn.commandcore.argument.type.ArgumentType.EnumArgumentType
 
getTypeName() - Method in class com.datasiqn.commandcore.argument.type.ArgumentType.EnumArgumentType
 
getTypeName() - Method in interface com.datasiqn.commandcore.argument.type.SimpleArgumentType
Gets the argument type name
getTypeName() - Method in interface com.datasiqn.commandcore.argument.type.SimpleArgumentType
Gets the argument type name
getUsageArgument(boolean) - Method in class com.datasiqn.commandcore.command.builder.ArgumentBuilder
 
getUsageArgument(boolean) - Method in class com.datasiqn.commandcore.command.builder.ArgumentBuilder
 
getUsageArgument(boolean) - Method in class com.datasiqn.commandcore.command.builder.CommandNode
 
getUsageArgument(boolean) - Method in class com.datasiqn.commandcore.command.builder.CommandNode
 
getUsageArgument(boolean) - Method in class com.datasiqn.commandcore.command.builder.LiteralBuilder
 
getUsageArgument(boolean) - Method in class com.datasiqn.commandcore.command.builder.LiteralBuilder
 
getUsages(boolean) - Method in class com.datasiqn.commandcore.command.builder.CommandNode
 
getUsages(boolean) - Method in class com.datasiqn.commandcore.command.builder.CommandNode
 
getUsages() - Method in interface com.datasiqn.commandcore.command.Command
Gets the usages for this command
getUsages() - Method in interface com.datasiqn.commandcore.command.Command
Gets the usages for this command
getUsagesFor(String, int) - Method in class com.datasiqn.commandcore.CommandCore
Generates a formatted string for each usage of a command
getUsagesFor(String, int) - Method in class com.datasiqn.commandcore.CommandCore
Generates a formatted string for each usage of a command
getWorld() - Method in class com.datasiqn.commandcore.locatable.LocatableBlockSender
 
getWorld() - Method in class com.datasiqn.commandcore.locatable.LocatableBlockSender
 
getWorld() - Method in interface com.datasiqn.commandcore.locatable.LocatableCommandSender
Gets which world this object is located in
getWorld() - Method in interface com.datasiqn.commandcore.locatable.LocatableCommandSender
Gets which world this object is located in
getWorld() - Method in class com.datasiqn.commandcore.locatable.LocatableEntitySender
 
getWorld() - Method in class com.datasiqn.commandcore.locatable.LocatableEntitySender
 

H

hasCommand(String, boolean) - Method in class com.datasiqn.commandcore.managers.CommandManager
Checks whether a command with that name exists or not
hasCommand(String, boolean) - Method in class com.datasiqn.commandcore.managers.CommandManager
Checks whether a command with that name exists or not
hasCustomPluginName() - Method in class com.datasiqn.commandcore.InitOptions
Gets whether the user has defined a custom plugin name or not
hasCustomPluginName() - Method in class com.datasiqn.commandcore.InitOptions
Gets whether the user has defined a custom plugin name or not
hasDescription() - Method in interface com.datasiqn.commandcore.command.Command
Gets whether this command has a description or not
hasDescription() - Method in interface com.datasiqn.commandcore.command.Command
Gets whether this command has a description or not
hasPermission() - Method in interface com.datasiqn.commandcore.command.Command
Gets whether this command has a permission or not
hasPermission() - Method in interface com.datasiqn.commandcore.command.Command
Gets whether this command has a permission or not
hasPermission(Permission) - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Gets whether the source of the command has a permission or not
hasPermission(String) - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Gets whether the source of the command has a permission or not
hasPermission(Permission) - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Gets whether the source of the command has a permission or not
hasPermission(String) - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Gets whether the source of the command has a permission or not

I

index() - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Gets the current index of the reader
index() - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Gets the current index of the reader
index() - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 
index() - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 
init(JavaPlugin, String) - Static method in class com.datasiqn.commandcore.CommandCore
Initializes CommandCore so that it can be accessed using CommandCore.getInstance()
init(JavaPlugin, InitOptions) - Static method in class com.datasiqn.commandcore.CommandCore
Initializes CommandCore so that it can be accessed using CommandCore.getInstance()
init(JavaPlugin, String) - Static method in class com.datasiqn.commandcore.CommandCore
Initializes CommandCore so that it can be accessed using CommandCore.getInstance()
init(JavaPlugin, InitOptions) - Static method in class com.datasiqn.commandcore.CommandCore
Initializes CommandCore so that it can be accessed using CommandCore.getInstance()
InitOptions - Class in com.datasiqn.commandcore
Initialization options used when initializing CommandCore.
InitOptions - Class in com.datasiqn.commandcore
Initialization options used when initializing CommandCore.
InitOptions(InitOptions.Builder) - Constructor for class com.datasiqn.commandcore.InitOptions
Creates an InitOptions from a Builder
InitOptions(InitOptions.Builder) - Constructor for class com.datasiqn.commandcore.InitOptions
Creates an InitOptions from a Builder
InitOptions.Builder - Class in com.datasiqn.commandcore
Builder class to create an InitOptions object
InitOptions.Builder - Class in com.datasiqn.commandcore
Builder class to create an InitOptions object
InitOptions.Warning - Enum in com.datasiqn.commandcore
A collection of possible errors when making command creation
InitOptions.Warning - Enum in com.datasiqn.commandcore
A collection of possible errors when making command creation
INTEGER - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents an integer
INTEGER - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents an integer
isAlias(String) - Method in class com.datasiqn.commandcore.managers.CommandManager
Gets whether name is a command alias or not
isAlias(String) - Method in class com.datasiqn.commandcore.managers.CommandManager
Gets whether name is a command alias or not
ITEM - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a material where Material.isItem() is true
ITEM - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a material where Material.isItem() is true

J

jumpTo(int) - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Sets the index to something else, "jumping" to that location
jumpTo(int) - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Sets the index to something else, "jumping" to that location
jumpTo(int) - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 
jumpTo(int) - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 

L

literal(String) - Static method in class com.datasiqn.commandcore.command.builder.LiteralBuilder
Creates a new LiteralBuilder
literal(String) - Static method in class com.datasiqn.commandcore.command.builder.LiteralBuilder
Creates a new LiteralBuilder
LiteralBuilder - Class in com.datasiqn.commandcore.command.builder
Represents a literal node
LiteralBuilder - Class in com.datasiqn.commandcore.command.builder
Represents a literal node
LIVING_ENTITY - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents an entity that is living
LIVING_ENTITY - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents an entity that is living
LocatableBlockSender - Class in com.datasiqn.commandcore.locatable
Represents a block that can be located
LocatableBlockSender - Class in com.datasiqn.commandcore.locatable
Represents a block that can be located
LocatableBlockSender(BlockCommandSender) - Constructor for class com.datasiqn.commandcore.locatable.LocatableBlockSender
Constructs a new LocatableBlock with an internal command sender of blockSender
LocatableBlockSender(BlockCommandSender) - Constructor for class com.datasiqn.commandcore.locatable.LocatableBlockSender
Constructs a new LocatableBlock with an internal command sender of blockSender
LocatableCommandSender - Interface in com.datasiqn.commandcore.locatable
Represents a command sender that can be located
LocatableCommandSender - Interface in com.datasiqn.commandcore.locatable
Represents a command sender that can be located
LocatableEntitySender - Class in com.datasiqn.commandcore.locatable
Represents an entity that can be located
LocatableEntitySender - Class in com.datasiqn.commandcore.locatable
Represents an entity that can be located
LocatableEntitySender(Entity) - Constructor for class com.datasiqn.commandcore.locatable.LocatableEntitySender
Constructs a new LocatableEntity with an internal command sender of entity
LocatableEntitySender(Entity) - Constructor for class com.datasiqn.commandcore.locatable.LocatableEntitySender
Constructs a new LocatableEntity with an internal command sender of entity
LOOT_TABLE - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a loot table
LOOT_TABLE - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a loot table

M

MATERIAL - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a material
MATERIAL - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a material

N

NAME - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents the name of something.
NAME - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents the name of something.
name - Variable in class com.datasiqn.commandcore.command.builder.CommandBuilder
 
name - Variable in class com.datasiqn.commandcore.command.builder.CommandBuilder
 
NATURAL_NUMBER - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents an integer that is no smaller than 1
NATURAL_NUMBER - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents an integer that is no smaller than 1
next() - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Advances the reader by 1, returning the current character after advancing
next() - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Advances the reader by 1, returning the current character after advancing
next() - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 
next() - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 
nextWord() - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Returns the next word and places the reader on the space after that word, or the last character in the reader
nextWord() - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Returns the next word and places the reader on the space after that word, or the last character in the reader
nextWord() - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 
nextWord() - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 

P

parse(ArgumentReader) - Method in interface com.datasiqn.commandcore.argument.type.ArgumentType
Attempts to parse an ArgumentReader.
parse(ArgumentReader) - Method in interface com.datasiqn.commandcore.argument.type.ArgumentType
Attempts to parse an ArgumentReader.
parse(ArgumentReader) - Method in interface com.datasiqn.commandcore.argument.type.SimpleArgumentType
 
parse(ArgumentReader) - Method in interface com.datasiqn.commandcore.argument.type.SimpleArgumentType
 
parse(ArgumentReader) - Method in class com.datasiqn.commandcore.command.builder.ArgumentBuilder
 
parse(ArgumentReader) - Method in class com.datasiqn.commandcore.command.builder.ArgumentBuilder
 
parse(ArgumentReader) - Method in class com.datasiqn.commandcore.command.builder.CommandNode
Attempts to parse a string
parse(ArgumentReader) - Method in class com.datasiqn.commandcore.command.builder.CommandNode
Attempts to parse a string
parse(ArgumentReader) - Method in class com.datasiqn.commandcore.command.builder.LiteralBuilder
 
parse(ArgumentReader) - Method in class com.datasiqn.commandcore.command.builder.LiteralBuilder
 
parseWord(String) - Method in class com.datasiqn.commandcore.argument.type.ArgumentType.EnumArgumentType
 
parseWord(String) - Method in class com.datasiqn.commandcore.argument.type.ArgumentType.EnumArgumentType
 
parseWord(String) - Method in class com.datasiqn.commandcore.argument.type.ArgumentType.FilteredEnumArgumentType
 
parseWord(String) - Method in class com.datasiqn.commandcore.argument.type.ArgumentType.FilteredEnumArgumentType
 
parseWord(String) - Method in interface com.datasiqn.commandcore.argument.type.SimpleArgumentType
Parses just a single word
parseWord(String) - Method in interface com.datasiqn.commandcore.argument.type.SimpleArgumentType
Parses just a single word
permission - Variable in class com.datasiqn.commandcore.command.builder.CommandBuilder
 
permission(String) - Method in class com.datasiqn.commandcore.command.builder.CommandBuilder
Sets the permission of the command
permission - Variable in class com.datasiqn.commandcore.command.builder.CommandBuilder
 
permission(String) - Method in class com.datasiqn.commandcore.command.builder.CommandBuilder
Sets the permission of the command
PLAYER - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a player
PLAYER - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a player
PlayerCommandSource - Class in com.datasiqn.commandcore.command.source
Represents a CommandSource where the sender is a Player.\

NOTE: Do not directly instantiate this class! Instead, use the factory method createSource
PlayerCommandSource - Class in com.datasiqn.commandcore.command.source
Represents a CommandSource where the sender is a Player.\

NOTE: Do not directly instantiate this class! Instead, use the factory method createSource
PlayerCommandSource(Player) - Constructor for class com.datasiqn.commandcore.command.source.PlayerCommandSource
Creates a new CommandSource with the internal sender of sender.
PlayerCommandSource(Player) - Constructor for class com.datasiqn.commandcore.command.source.PlayerCommandSource
Creates a new CommandSource with the internal sender of sender.
pluginName(String) - Method in class com.datasiqn.commandcore.InitOptions.Builder
Sets the custom plugin name that appears when showing the help screen
pluginName(String) - Method in class com.datasiqn.commandcore.InitOptions.Builder
Sets the custom plugin name that appears when showing the help screen

R

rangedInt(int) - Static method in interface com.datasiqn.commandcore.argument.type.ArgumentType
Creates an ArgumentType that represents an integer with a minimum value (inclusive)
rangedInt(int, int) - Static method in interface com.datasiqn.commandcore.argument.type.ArgumentType
Creates an ArgumentType that represents an integer with a minimum (inclusive) and maximum (inclusive) value
rangedInt(int) - Static method in interface com.datasiqn.commandcore.argument.type.ArgumentType
Creates an ArgumentType that represents an integer with a minimum value (inclusive)
rangedInt(int, int) - Static method in interface com.datasiqn.commandcore.argument.type.ArgumentType
Creates an ArgumentType that represents an integer with a minimum (inclusive) and maximum (inclusive) value
registerCommand(CommandBuilder) - Method in class com.datasiqn.commandcore.managers.CommandManager
Registers a new command
registerCommand(CommandBuilder) - Method in class com.datasiqn.commandcore.managers.CommandManager
Registers a new command
requires - Variable in class com.datasiqn.commandcore.command.builder.CommandLink
 
requires(CommandLink.Requirement) - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Requires the context in which the command is executed in to pass the requires check
requires - Variable in class com.datasiqn.commandcore.command.builder.CommandLink
 
requires(CommandLink.Requirement) - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Requires the context in which the command is executed in to pass the requires check
requiresBlock() - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Requires the sender to be a BlockCommandSender
requiresBlock() - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Requires the sender to be a BlockCommandSender
requiresEntity() - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Requires the sender to be an Entity
requiresEntity() - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Requires the sender to be an Entity
requiresLocatable() - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Requires the sender to be locatable
requiresLocatable() - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Requires the sender to be locatable
requiresPlayer() - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Requires the sender to be a Player
requiresPlayer() - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Requires the sender to be a Player

S

sendCommandHelp(CommandSender, String) - Method in class com.datasiqn.commandcore.CommandCore
Sends command usage to sender
sendCommandHelp(CommandSender, String) - Method in class com.datasiqn.commandcore.CommandCore
Sends command usage to sender
sendHelpMenu(CommandSender) - Method in class com.datasiqn.commandcore.CommandCore
Sends the help menu to sender
sendHelpMenu(CommandSender) - Method in class com.datasiqn.commandcore.CommandCore
Sends the help menu to sender
sendMessage(String...) - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Sends the command source a message
sendMessage(String...) - Method in interface com.datasiqn.commandcore.command.source.CommandSource
Sends the command source a message
shouldWarn(InitOptions.Warning) - Method in class com.datasiqn.commandcore.InitOptions
Gets whether it should warn the user on a specific warning or not
shouldWarn(InitOptions.Warning) - Method in class com.datasiqn.commandcore.InitOptions
Gets whether it should warn the user on a specific warning or not
SimpleArgumentType<T> - Interface in com.datasiqn.commandcore.argument.type
Represents an ArgumentType that just parses a single word
SimpleArgumentType<T> - Interface in com.datasiqn.commandcore.argument.type
Represents an ArgumentType that just parses a single word
size() - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Gets the size of the underlying data
size() - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Gets the size of the underlying data
size() - Method in interface com.datasiqn.commandcore.argument.Arguments
Gets the size of the arguments
size() - Method in interface com.datasiqn.commandcore.argument.Arguments
Gets the size of the arguments
size() - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 
size() - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 
size() - Method in class com.datasiqn.commandcore.argument.StringArguments
 
size() - Method in class com.datasiqn.commandcore.argument.StringArguments
 
SPAWNABLE_ENTITY - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents an entity that can be spawned using RegionAccessor.spawnEntity(Location, EntityType).
SPAWNABLE_ENTITY - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents an entity that can be spawned using RegionAccessor.spawnEntity(Location, EntityType).
splice(int) - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Performs a splice that gets a string starting at index beginning and ending at index ArgumentReader.size()
splice(int, int) - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Performs a splice that gets a string starting at index beginning and ending at index end
splice(int) - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Performs a splice that gets a string starting at index beginning and ending at index ArgumentReader.size()
splice(int, int) - Method in interface com.datasiqn.commandcore.argument.ArgumentReader
Performs a splice that gets a string starting at index beginning and ending at index end
splice(int) - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 
splice(int, int) - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 
splice(int) - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 
splice(int, int) - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 
StringArgumentReader - Class in com.datasiqn.commandcore.argument
An ArgumentReader that reads a string
StringArgumentReader - Class in com.datasiqn.commandcore.argument
An ArgumentReader that reads a string
StringArgumentReader(String) - Constructor for class com.datasiqn.commandcore.argument.StringArgumentReader
Creates a new ArgumentReader that reads a string
StringArgumentReader(String) - Constructor for class com.datasiqn.commandcore.argument.StringArgumentReader
Creates a new ArgumentReader that reads a string
StringArguments - Class in com.datasiqn.commandcore.argument
Represents a list of arguments.
StringArguments - Class in com.datasiqn.commandcore.argument
Represents a list of arguments.
StringArguments(List<String>) - Constructor for class com.datasiqn.commandcore.argument.StringArguments
Creates a new ListArguments
StringArguments(List<String>) - Constructor for class com.datasiqn.commandcore.argument.StringArguments
Creates a new ListArguments

T

tabComplete(CommandContext) - Method in interface com.datasiqn.commandcore.command.Command
Gets the tabcomplete for this command executor
tabComplete(CommandContext) - Method in interface com.datasiqn.commandcore.command.Command
Gets the tabcomplete for this command executor
TabComplete - Class in com.datasiqn.commandcore.command
Represents the tab completions of a command
TabComplete - Class in com.datasiqn.commandcore.command
Represents the tab completions of a command
TabComplete(List<String>, String) - Constructor for class com.datasiqn.commandcore.command.TabComplete
Creates a new TabComplete
TabComplete(List<String>, String) - Constructor for class com.datasiqn.commandcore.command.TabComplete
Creates a new TabComplete
testRequirement(CommandContext) - Method in interface com.datasiqn.commandcore.command.builder.CommandLink.Requirement
Tests this requirement
testRequirement(CommandContext) - Method in interface com.datasiqn.commandcore.command.builder.CommandLink.Requirement
Tests this requirement
then(CommandNode<?>) - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Adds a new node onto this command builder
then(CommandNode<?>) - Method in class com.datasiqn.commandcore.command.builder.CommandLink
Adds a new node onto this command builder
toString() - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 
toString() - Method in class com.datasiqn.commandcore.argument.StringArgumentReader
 
toString() - Method in class com.datasiqn.commandcore.command.builder.ArgumentBuilder
 
toString() - Method in class com.datasiqn.commandcore.command.builder.ArgumentBuilder
 
toString() - Method in class com.datasiqn.commandcore.command.builder.LiteralBuilder
 
toString() - Method in class com.datasiqn.commandcore.command.builder.LiteralBuilder
 
toString() - Method in enum com.datasiqn.commandcore.InitOptions.Warning
 
toString() - Method in enum com.datasiqn.commandcore.InitOptions.Warning
 

U

UUID - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a UUID
UUID - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a UUID

V

valueOf(String) - Static method in enum com.datasiqn.commandcore.InitOptions.Warning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datasiqn.commandcore.InitOptions.Warning
Returns the enum constant of this type with the specified name.
values() - Method in class com.datasiqn.commandcore.command.TabComplete
Gets the tab complete values
values() - Method in class com.datasiqn.commandcore.command.TabComplete
Gets the tab complete values
values() - Static method in enum com.datasiqn.commandcore.InitOptions.Warning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datasiqn.commandcore.InitOptions.Warning
Returns an array containing the constants of this enum type, in the order they are declared.
VECTOR - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a vector
VECTOR - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a vector

W

warnIf(InitOptions.Warning, boolean, Object...) - Method in class com.datasiqn.commandcore.InitOptions
Warns a specific warning if a condition is met and shouldWarn(warning) returns true
warnIf(InitOptions.Warning, boolean, Object...) - Method in class com.datasiqn.commandcore.InitOptions
Warns a specific warning if a condition is met and shouldWarn(warning) returns true
warnOn(InitOptions.Warning...) - Method in class com.datasiqn.commandcore.InitOptions.Builder
Tells CommandCore what warnings it should give when you register a command
warnOn(InitOptions.Warning...) - Method in class com.datasiqn.commandcore.InitOptions.Builder
Tells CommandCore what warnings it should give when you register a command
WORD - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that is just a single word
WORD - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that is just a single word
WORLD - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a loaded world
WORLD - Static variable in interface com.datasiqn.commandcore.argument.type.ArgumentType
ArgumentType that represents a loaded world
A B C D E F G H I J L M N P R S T U V W 
Skip navigation links

Copyright © 2024. All rights reserved.