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