Uses of Interface
io.papermc.paper.command.brigadier.argument.resolvers.selector.EntitySelectorArgumentResolver
Packages that use EntitySelectorArgumentResolver
-
Uses of EntitySelectorArgumentResolver in io.papermc.paper.command.brigadier.argument
Methods in io.papermc.paper.command.brigadier.argument that return types with arguments of type EntitySelectorArgumentResolverModifier 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.