Index

A B C D E F G H I L M N O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

actualMap - Variable in class dev.efekos.arn.data.ExceptionMap
Actual map that is represented by this ExceptionMap.
addArgumentResolvers(List<CommandArgumentResolver>) - Method in interface dev.efekos.arn.config.ArnConfigurer
Adds extra CommandArgumentResolvers to the given list.
addArgumentResolvers(List<CommandArgumentResolver>) - Method in class dev.efekos.arn.config.BaseArnConfigurer
Adds extra CommandArgumentResolvers to the given list.
addHandlerMethodArgumentResolvers(List<CommandHandlerMethodArgumentResolver>) - Method in interface dev.efekos.arn.config.ArnConfigurer
Adds extra CommandHandlerMethodArgumentResolvers to the given list.
addHandlerMethodArgumentResolvers(List<CommandHandlerMethodArgumentResolver>) - Method in class dev.efekos.arn.config.BaseArnConfigurer
Adds extra CommandHandlerMethodArgumentResolvers to the given list.
annotationData - Variable in class dev.efekos.arn.data.CommandHandlerMethod
An annotation data created from the Command annotation on CommandHandlerMethod.method.
apply(Parameter) - Method in interface dev.efekos.arn.resolver.CommandArgumentResolver
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdAdvancementArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdAttributeArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdBlockArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdBlockDataArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdBooleanArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdCustomArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdDimensionArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdDoubleArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdEffectTypeArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdEnchantmentArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdEntityArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdEnumArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdFloatArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdGameModeArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdIntArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdInventorySlotArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdItemArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdItemStackArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdLocationArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdLongArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdMultipleEntityArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdMultiplePlayerArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdPlayerArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdStringArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdTextArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
apply(Parameter) - Method in class dev.efekos.arn.resolver.impl.command.CmdVectorArg
Creates a ArgumentBuilder that will represent parameter in the command structure.
ARGUMENT_DISPLAY_COLORS - Static variable in class dev.efekos.arn.Arn
Argument formatting colors.
argumentResolvers - Variable in class dev.efekos.arn.data.CommandHandlerMethod
A list of CommandArgumentResolvers found and used by Arn.
Arn - Class in dev.efekos.arn
Main class of Arn, used to run command scanning and registration.
Arn() - Constructor for class dev.efekos.arn.Arn
 
ArnArgumentException - Exception in dev.efekos.arn.exception
An exception type thrown by Arn if there is something wrong with Containers annotated with CustomArgument.
ArnArgumentException() - Constructor for exception dev.efekos.arn.exception.ArnArgumentException
Creates a new exception.
ArnArgumentException(String) - Constructor for exception dev.efekos.arn.exception.ArnArgumentException
Creates a new exception.
ArnArgumentException(String, Throwable) - Constructor for exception dev.efekos.arn.exception.ArnArgumentException
Creates a new exception.
ArnArgumentException(String, Throwable, boolean, boolean) - Constructor for exception dev.efekos.arn.exception.ArnArgumentException
Creates a new exception.
ArnArgumentException(Throwable) - Constructor for exception dev.efekos.arn.exception.ArnArgumentException
Creates a new exception.
ArnCommandException - Exception in dev.efekos.arn.exception
An exception type thrown by Arn when there is something wrong with a CommandHandlerMethod.
ArnCommandException() - Constructor for exception dev.efekos.arn.exception.ArnCommandException
Creates a new exception.
ArnCommandException(String) - Constructor for exception dev.efekos.arn.exception.ArnCommandException
Creates a new exception.
ArnCommandException(String, Throwable) - Constructor for exception dev.efekos.arn.exception.ArnCommandException
Creates a new exception.
ArnCommandException(String, Throwable, boolean, boolean) - Constructor for exception dev.efekos.arn.exception.ArnCommandException
Creates a new exception.
ArnCommandException(Throwable) - Constructor for exception dev.efekos.arn.exception.ArnCommandException
Creates a new exception.
ArnConfigurer - Interface in dev.efekos.arn.config
An interface that represents a configurer of Arn.
ArnContainerException - Exception in dev.efekos.arn.exception
An exception thrown when a Container can't be instantiated by Arn.
ArnContainerException() - Constructor for exception dev.efekos.arn.exception.ArnContainerException
Creates a new exception.
ArnContainerException(String) - Constructor for exception dev.efekos.arn.exception.ArnContainerException
Creates a new exception.
ArnContainerException(String, Throwable) - Constructor for exception dev.efekos.arn.exception.ArnContainerException
Creates a new exception.
ArnContainerException(String, Throwable, boolean, boolean) - Constructor for exception dev.efekos.arn.exception.ArnContainerException
Creates a new exception.
ArnContainerException(Throwable) - Constructor for exception dev.efekos.arn.exception.ArnContainerException
Creates a new exception.
ArnException - Exception in dev.efekos.arn.exception
Base exception type thrown by Arn.
ArnException() - Constructor for exception dev.efekos.arn.exception.ArnException
Creates a new exception.
ArnException(String) - Constructor for exception dev.efekos.arn.exception.ArnException
Creates a new exception.
ArnException(String, Throwable) - Constructor for exception dev.efekos.arn.exception.ArnException
Creates a new exception.
ArnException(String, Throwable, boolean, boolean) - Constructor for exception dev.efekos.arn.exception.ArnException
Creates a new exception.
ArnException(Throwable) - Constructor for exception dev.efekos.arn.exception.ArnException
Creates a new exception.
ArnExceptionTypes - Class in dev.efekos.arn.exception.type
Utility class containing every exception type thrown by Arn.
ArnExceptionTypes() - Constructor for class dev.efekos.arn.exception.type.ArnExceptionTypes
 
A B C D E F G H I L M N O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form