Uses of Enum Class
tech.guilhermekaua.spigotboot.commands.CommandTextResolutionContext.TargetType
Packages that use CommandTextResolutionContext.TargetType
-
Uses of CommandTextResolutionContext.TargetType in tech.guilhermekaua.spigotboot.commands
Methods in tech.guilhermekaua.spigotboot.commands that return CommandTextResolutionContext.TargetTypeModifier and TypeMethodDescriptionCommandTextResolutionContext.getTargetType()Returns the enum constant of this class with the specified name.CommandTextResolutionContext.TargetType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tech.guilhermekaua.spigotboot.commands with parameters of type CommandTextResolutionContext.TargetTypeModifier and TypeMethodDescriptionstatic CommandTextResolutionContextCommandTextResolutionContext.forMethod(@Nullable Context context, Class<?> handlerType, Method method, CommandTextResolutionContext.TargetType targetType, String value) static CommandTextResolutionContextCommandTextResolutionContext.forRoot(@Nullable Context context, Class<?> handlerType, CommandTextResolutionContext.TargetType targetType, String value)