Uses of Class
net.minecraft.commands.arguments.selector.EntitySelectorParser
Packages that use EntitySelectorParser
Package
Description
-
Uses of EntitySelectorParser in net.minecraft.commands.arguments.selector.options
Fields in net.minecraft.commands.arguments.selector.options with type parameters of type EntitySelectorParserModifier and TypeFieldDescriptionprivate final Predicate<EntitySelectorParser> EntitySelectorOptions.Option.canUseThe field for thecanUserecord component.Methods in net.minecraft.commands.arguments.selector.options that return types with arguments of type EntitySelectorParserModifier and TypeMethodDescriptionEntitySelectorOptions.Option.canUse()Returns the value of thecanUserecord component.Methods in net.minecraft.commands.arguments.selector.options with parameters of type EntitySelectorParserModifier and TypeMethodDescriptionEntitySelectorOptions.get(EntitySelectorParser parser, String id, int cursor) voidEntitySelectorOptions.Modifier.handle(EntitySelectorParser parser) static voidEntitySelectorOptions.suggestNames(EntitySelectorParser parser, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) Method parameters in net.minecraft.commands.arguments.selector.options with type arguments of type EntitySelectorParserModifier and TypeMethodDescriptionstatic voidEntitySelectorOptions.register(String id, EntitySelectorOptions.Modifier handler, Predicate<EntitySelectorParser> predicate, Component tooltip) Constructor parameters in net.minecraft.commands.arguments.selector.options with type arguments of type EntitySelectorParserModifierConstructorDescription(package private)Option(EntitySelectorOptions.Modifier modifier, Predicate<EntitySelectorParser> canUse, Component description) Creates an instance of aOptionrecord class. -
Uses of EntitySelectorParser in net.neoforged.neoforge.common.command
Methods in net.neoforged.neoforge.common.command with parameters of type EntitySelectorParserModifier and TypeMethodDescriptionIEntitySelectorType.build(EntitySelectorParser parser) Returns anEntitySelectorbased on the givenEntitySelectorParser.static EntitySelectorEntitySelectorManager.parseSelector(EntitySelectorParser parser) This method is called inparse()
If the REGISTRY does not contain a custom selector for the command being parsed, this method returnsnulland the vanilla logic inEntitySelectorParser#parseSelector()is used.