Uses of Class
io.github.projectunified.craftcommand.example.paper.AllFeaturesCommand.Point
Packages that use AllFeaturesCommand.Point
-
Uses of AllFeaturesCommand.Point in io.github.projectunified.craftcommand.example.paper
Methods in io.github.projectunified.craftcommand.example.paper 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(io.papermc.paper.command.brigadier.CommandSourceStack sender, double x, double y) Methods in io.github.projectunified.craftcommand.example.paper with parameters of type AllFeaturesCommand.PointModifier and TypeMethodDescriptionvoidAllFeaturesCommand.resolve(io.papermc.paper.command.brigadier.CommandSourceStack sender, AllFeaturesCommand.Point pt) voidAllFeaturesCommand.resolveAndDefault(io.papermc.paper.command.brigadier.CommandSourceStack sender, AllFeaturesCommand.Point pt, String mode) voidAllFeaturesCommand.resolveAndSuggest(io.papermc.paper.command.brigadier.CommandSourceStack sender, AllFeaturesCommand.Point pt, String mode) voidAllFeaturesCommand.resolveAndValidate(io.papermc.paper.command.brigadier.CommandSourceStack sender, AllFeaturesCommand.Point pt, int level) voidAllFeaturesCommand.resolveDefault(io.papermc.paper.command.brigadier.CommandSourceStack sender, AllFeaturesCommand.Point pt) voidAllFeaturesCommand.resolveNamed(io.papermc.paper.command.brigadier.CommandSourceStack sender, AllFeaturesCommand.Point pt) voidAllFeaturesCommand.resolveSuggest(io.papermc.paper.command.brigadier.CommandSourceStack sender, AllFeaturesCommand.Point pt) voidAllFeaturesCommand.sameSender(io.papermc.paper.command.brigadier.CommandSourceStack sender, AllFeaturesCommand.Point pt) voidAllFeaturesCommand.tripleInteract(io.papermc.paper.command.brigadier.CommandSourceStack sender, AllFeaturesCommand.Point pt, String color, int level) voidAllFeaturesCommand.validatePoint(AllFeaturesCommand.Point pt)