Uses of Annotation Interface
io.github.projectunified.craftcommand.annotation.Resolve
Packages that use Resolve
Package
Description
-
Uses of Resolve in io.github.projectunified.craftcommand.example.bukkit
Method parameters in io.github.projectunified.craftcommand.example.bukkit with annotations of type ResolveModifier and TypeMethodDescriptionvoidTeleportCommand.teleportLocationLocal(org.bukkit.entity.Player sender, org.bukkit.Location location) -
Uses of Resolve in io.github.projectunified.craftcommand.example.paper
Method parameters in io.github.projectunified.craftcommand.example.paper with annotations of type ResolveModifier and TypeMethodDescriptionvoidTeleportCommand.teleportLocationLocal(org.bukkit.entity.Player sender, org.bukkit.Location location) -
Uses of Resolve in io.github.projectunified.craftcommand.example.standalone
Method parameters in io.github.projectunified.craftcommand.example.standalone with annotations of type ResolveModifier and TypeMethodDescriptionvoidCalculatorCommand.whoAmI(CalculatorCommand.CustomSender sender)