Uses of Annotation Interface
io.github.projectunified.craftcommand.validation.annotation.Max
Packages that use Max
Package
Description
-
Uses of Max in io.github.projectunified.craftcommand.example.bukkit
Method parameters in io.github.projectunified.craftcommand.example.bukkit with annotations of type MaxModifier and TypeMethodDescriptionvoidAllFeaturesCommand.add(org.bukkit.command.CommandSender sender, int x, int y) voidAllFeaturesCommand.range(org.bukkit.command.CommandSender sender, int value) voidAllFeaturesCommand.resolveAndValidate(org.bukkit.command.CommandSender sender, AllFeaturesCommand.Point pt, int level) intAllFeaturesCommand.resolveClamped(int value) voidAllFeaturesCommand.tripleInteract(org.bukkit.command.CommandSender sender, AllFeaturesCommand.Point pt, String color, int level) voidAllFeaturesCommand.validated(org.bukkit.command.CommandSender sender, int value) -
Uses of Max in io.github.projectunified.craftcommand.example.paper
Method parameters in io.github.projectunified.craftcommand.example.paper with annotations of type MaxModifier and TypeMethodDescriptionvoidAllFeaturesCommand.add(io.papermc.paper.command.brigadier.CommandSourceStack sender, int x, int y) voidAllFeaturesCommand.range(io.papermc.paper.command.brigadier.CommandSourceStack sender, int value) voidAllFeaturesCommand.resolveAndValidate(io.papermc.paper.command.brigadier.CommandSourceStack sender, AllFeaturesCommand.Point pt, int level) intAllFeaturesCommand.resolveClamped(int value) voidAllFeaturesCommand.tripleInteract(io.papermc.paper.command.brigadier.CommandSourceStack sender, AllFeaturesCommand.Point pt, String color, int level) voidAllFeaturesCommand.validated(io.papermc.paper.command.brigadier.CommandSourceStack sender, int value) -
Uses of Max in io.github.projectunified.craftcommand.example.standalone
Method parameters in io.github.projectunified.craftcommand.example.standalone with annotations of type MaxModifier and TypeMethodDescriptionvoidValidationCommand.defaultMax(Object sender, int value) voidValidationCommand.maxCustomMessage(Object sender, int value) voidvoidvoidCalculatorCommand.resolveAndValidate(Object sender, CalculatorCommand.Point pt, int level) intCalculatorCommand.resolveClamped(int value) voidDemonstrates @Min and @Max validation on numeric types.voidDemonstrates @Min and @Max validation on numeric types. -
Uses of Max in io.github.projectunified.craftcommand.validation.processor.extension
Methods in io.github.projectunified.craftcommand.validation.processor.extension that return types with arguments of type MaxMethods in io.github.projectunified.craftcommand.validation.processor.extension with parameters of type Max