Uses of Interface
io.papermc.paper.command.brigadier.argument.resolvers.selector.EntitySelectorArgumentResolver
Packages that use EntitySelectorArgumentResolver
Package
Description
Arguments.
-
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 com.mojang.brigadier.arguments.ArgumentType
<EntitySelectorArgumentResolver> ArgumentTypes.entities()
Represents a selector that can capture multiple entities.static com.mojang.brigadier.arguments.ArgumentType
<EntitySelectorArgumentResolver> ArgumentTypes.entity()
Represents a selector that can capture any single entity. -
Uses of EntitySelectorArgumentResolver in moe.caramel.daydream.brigadier.argument
Methods in moe.caramel.daydream.brigadier.argument that return types with arguments of type EntitySelectorArgumentResolverModifier and TypeMethodDescriptiondefault com.mojang.brigadier.arguments.ArgumentType
<EntitySelectorArgumentResolver> EntityArgument.entities()
Deprecated, for removal: This API element is subject to removal in a future version.default com.mojang.brigadier.arguments.ArgumentType
<EntitySelectorArgumentResolver> EntityArgument.entity()
Deprecated, for removal: This API element is subject to removal in a future version.