Uses of Annotation Interface
io.github.projectunified.craftcommand.validation.annotation.Min
Packages that use Min
Package
Description
-
Uses of Min in io.github.projectunified.craftcommand.example.bukkit
Method parameters in io.github.projectunified.craftcommand.example.bukkit with annotations of type MinModifier 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 Min in io.github.projectunified.craftcommand.example.paper
Method parameters in io.github.projectunified.craftcommand.example.paper with annotations of type MinModifier 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 Min in io.github.projectunified.craftcommand.example.standalone
Method parameters in io.github.projectunified.craftcommand.example.standalone with annotations of type MinModifier and TypeMethodDescriptionvoidValidationCommand.defaultMin(Object sender, int value) voidValidationCommand.minCustomMessage(Object sender, int value) voidvoidvoidValidationCommand.minVwStack(Object sender, int value) voidCalculatorCommand.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.void -
Uses of Min in io.github.projectunified.craftcommand.validation.processor.extension
Methods in io.github.projectunified.craftcommand.validation.processor.extension that return types with arguments of type MinMethods in io.github.projectunified.craftcommand.validation.processor.extension with parameters of type Min