Uses of Annotation Interface
io.github.projectunified.craftcommand.annotation.Optional
Packages that use Optional
Package
Description
-
Uses of Optional in io.github.projectunified.craftcommand.example.bukkit
Method parameters in io.github.projectunified.craftcommand.example.bukkit with annotations of type OptionalModifier and TypeMethodDescriptionvoidTeleportCommand.execute(org.bukkit.entity.Player sender, org.bukkit.entity.Player target) org.bukkit.LocationTeleportCommand.resolveLocationLocal(org.bukkit.entity.Player sender, double x, double y, double z, org.bukkit.World world) voidTeleportCommand.tpPlayer(org.bukkit.entity.Player sender, org.bukkit.entity.Player target, int level) -
Uses of Optional in io.github.projectunified.craftcommand.example.paper
Method parameters in io.github.projectunified.craftcommand.example.paper with annotations of type OptionalModifier and TypeMethodDescriptionvoidTeleportCommand.execute(org.bukkit.entity.Player sender, org.bukkit.entity.Player target) org.bukkit.LocationTeleportCommand.resolveLocationLocal(org.bukkit.entity.Player sender, double x, double y, double z, org.bukkit.World world) voidTeleportCommand.tpPlayer(org.bukkit.entity.Player sender, org.bukkit.entity.Player target, int level) -
Uses of Optional in io.github.projectunified.craftcommand.example.standalone
Method parameters in io.github.projectunified.craftcommand.example.standalone with annotations of type Optional