Uses of Class
net.minecraft.commands.arguments.selector.EntitySelector
Package
Description
-
Uses of EntitySelector in net.minecraft.commands.arguments
Modifier and TypeFieldDescriptionprivate final EntitySelector
GameProfileArgument.SelectorResult.selector
private final EntitySelector
MessageArgument.Part.selector
private final EntitySelector
ScoreHolderArgument.SelectorResult.selector
Modifier and TypeMethodDescriptionMessageArgument.Part.getSelector()
EntityArgument.parse
(com.mojang.brigadier.StringReader p_91451_) ModifierConstructorDescriptionPart
(int p_96856_, int p_96857_, EntitySelector p_96858_) SelectorResult
(EntitySelector p_94605_) SelectorResult
(EntitySelector p_108256_) -
Uses of EntitySelector in net.minecraft.commands.arguments.selector
Modifier and TypeMethodDescriptionEntitySelectorParser.getSelector()
EntitySelectorParser.parse()
-
Uses of EntitySelector in net.minecraft.network.chat
Modifier and TypeFieldDescriptionprivate final EntitySelector
NbtComponent.EntityNbtComponent.compiledSelector
private final EntitySelector
ScoreComponent.selector
private final EntitySelector
SelectorComponent.selector
Modifier and TypeMethodDescriptionprivate static EntitySelector
NbtComponent.EntityNbtComponent.compileSelector
(String p_131020_) ScoreComponent.getSelector()
SelectorComponent.getSelector()
private static EntitySelector
ScoreComponent.parseSelector
(String p_131067_) ModifierConstructorDescriptionprivate
EntityNbtComponent
(String p_178487_, NbtPathArgument.NbtPath p_178488_, boolean p_178489_, String p_178490_, EntitySelector p_178491_, Optional<Component> p_178492_) private
ScoreComponent
(String p_131050_, EntitySelector p_131051_, String p_131052_) -
Uses of EntitySelector in net.minecraftforge.common.command
Modifier and TypeMethodDescriptionIEntitySelectorType.build
(EntitySelectorParser parser) Returns anEntitySelector
based on the givenEntitySelectorParser
.static EntitySelector
EntitySelectorManager.parseSelector
(EntitySelectorParser parser) This method is called inEntitySelectorParser.parse()
If the REGISTRY does not contain a custom selector for the command being parsed, this method returnsnull
and the vanilla logic inEntitySelectorParser#parseSelector()
is used. -
Uses of EntitySelector in net.minecraftforge.debug.chat
Modifier and TypeMethodDescriptionEntitySelectorTest.ExampleCustomSelector.build
(EntitySelectorParser parser)