Uses of Annotation Interface
io.github.projectunified.craftcommand.validation.annotation.ValidateWith
Packages that use ValidateWith
Package
Description
-
Uses of ValidateWith in io.github.projectunified.craftcommand.example.bukkit
Method parameters in io.github.projectunified.craftcommand.example.bukkit with annotations of type ValidateWithModifier and TypeMethodDescriptionvoidTeleportCommand.tpCoordinate(org.bukkit.entity.Player sender, double x, double y, double z) -
Uses of ValidateWith in io.github.projectunified.craftcommand.example.paper
Method parameters in io.github.projectunified.craftcommand.example.paper with annotations of type ValidateWithModifier and TypeMethodDescriptionvoidTeleportCommand.tpCoordinate(org.bukkit.entity.Player sender, double x, double y, double z) -
Uses of ValidateWith in io.github.projectunified.craftcommand.example.standalone
Method parameters in io.github.projectunified.craftcommand.example.standalone with annotations of type ValidateWith -
Uses of ValidateWith in io.github.projectunified.craftcommand.validation.processor.extension
Methods in io.github.projectunified.craftcommand.validation.processor.extension that return types with arguments of type ValidateWithMethods in io.github.projectunified.craftcommand.validation.processor.extension with parameters of type ValidateWithModifier and TypeMethodDescriptionvoidValidateWithHandler.handle(ValidateWith annotation, ParameterModel parameter, String varName, String instanceExpr, String senderVar, com.palantir.javapoet.MethodSpec.Builder methodSpec)