Uses of Interface
io.papermc.paper.command.brigadier.argument.resolvers.selector.PlayerSelectorArgumentResolver
-
Uses of PlayerSelectorArgumentResolver in io.papermc.paper.command.brigadier.argument
Modifier and TypeMethodDescriptionstatic @NotNull com.mojang.brigadier.arguments.ArgumentType
<PlayerSelectorArgumentResolver> ArgumentTypes.player()
Represents a selector that can capture a singular player entity.static @NotNull com.mojang.brigadier.arguments.ArgumentType
<PlayerSelectorArgumentResolver> ArgumentTypes.players()
Represents a selector that can capture multiple player entities.