Uses of Class
io.github.projectunified.craftcommand.example.bukkit.AllFeaturesCommand.Point
Packages that use AllFeaturesCommand.Point
-
Uses of AllFeaturesCommand.Point in io.github.projectunified.craftcommand.example.bukkit
Methods in io.github.projectunified.craftcommand.example.bukkit that return AllFeaturesCommand.PointModifier and TypeMethodDescriptionAllFeaturesCommand.resolvePoint(double x, double y) AllFeaturesCommand.resolvePointDefault(double x, double y) AllFeaturesCommand.resolvePointNamed(double x, double y) AllFeaturesCommand.resolvePointSuggest(String mode, double x) AllFeaturesCommand.resolvePointWithSender(org.bukkit.command.CommandSender sender, double x, double y) Methods in io.github.projectunified.craftcommand.example.bukkit with parameters of type AllFeaturesCommand.PointModifier and TypeMethodDescriptionvoidAllFeaturesCommand.resolve(org.bukkit.command.CommandSender sender, AllFeaturesCommand.Point pt) voidAllFeaturesCommand.resolveAndDefault(org.bukkit.command.CommandSender sender, AllFeaturesCommand.Point pt, String mode) voidAllFeaturesCommand.resolveAndSuggest(org.bukkit.command.CommandSender sender, AllFeaturesCommand.Point pt, String mode) voidAllFeaturesCommand.resolveAndValidate(org.bukkit.command.CommandSender sender, AllFeaturesCommand.Point pt, int level) voidAllFeaturesCommand.resolveDefault(org.bukkit.command.CommandSender sender, AllFeaturesCommand.Point pt) voidAllFeaturesCommand.resolveNamed(org.bukkit.command.CommandSender sender, AllFeaturesCommand.Point pt) voidAllFeaturesCommand.resolveSuggest(org.bukkit.command.CommandSender sender, AllFeaturesCommand.Point pt) voidAllFeaturesCommand.sameSender(org.bukkit.command.CommandSender sender, AllFeaturesCommand.Point pt) voidAllFeaturesCommand.tripleInteract(org.bukkit.command.CommandSender sender, AllFeaturesCommand.Point pt, String color, int level) voidAllFeaturesCommand.validatePoint(AllFeaturesCommand.Point pt)