- 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
-
- 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
- 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
-
- getBlockChecked() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
-
- getChecked(int, ArgumentType<T>) - Method in interface com.datasiqn.commandcore.argument.Arguments
-
- getChecked(int, ArgumentType<T>) - Method in interface com.datasiqn.commandcore.argument.Arguments
-
- 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
-
- getEntityChecked() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
-
- 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
-
- getLocatableChecked() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
-
- 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
-
- getPlayerChecked() - Method in interface com.datasiqn.commandcore.command.source.CommandSource
-
- 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
-
- 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
-
- init(JavaPlugin, InitOptions) - Static method in class com.datasiqn.commandcore.CommandCore
-
- init(JavaPlugin, String) - Static method in class com.datasiqn.commandcore.CommandCore
-
- init(JavaPlugin, InitOptions) - Static method in class com.datasiqn.commandcore.CommandCore
-
- 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
- literal(String) - Static method in class com.datasiqn.commandcore.command.builder.LiteralBuilder
-
- literal(String) - Static method in class com.datasiqn.commandcore.command.builder.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
- 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
- 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