Uses of Class
net.minecraft.command.arguments.EntitySelector
Package
Description
-
Uses of EntitySelector in net.minecraft.command.arguments
Modifier and TypeFieldDescriptionprivate final EntitySelector
GameProfileArgument.ProfileProvider.selector
private final EntitySelector
MessageArgument.Part.selector
private final EntitySelector
ScoreHolderArgument.NameProvider.selector
Modifier and TypeMethodDescriptionEntitySelectorParser.getSelector()
EntityArgument.parse
(com.mojang.brigadier.StringReader p_parse_1_) EntitySelectorParser.parse()
ModifierConstructorDescriptionNameProvider
(EntitySelector p_i47977_1_) Part
(int p_i48020_1_, int p_i48020_2_, EntitySelector p_i48020_3_) ProfileProvider
(EntitySelector p_i48084_1_) -
Uses of EntitySelector in net.minecraft.util.text
Modifier and TypeFieldDescriptionprivate final EntitySelector
NBTTextComponent.Entity.compiledSelector
private final EntitySelector
ScoreTextComponent.selector
private final EntitySelector
SelectorTextComponent.selector
Modifier and TypeMethodDescriptionprivate static EntitySelector
NBTTextComponent.Entity.compileSelector
(String p_218686_0_) private static EntitySelector
ScoreTextComponent.parseSelector
(String p_240707_0_) ModifierConstructorDescriptionprivate
Entity
(String p_i51293_1_, NBTPathArgument.NBTPath p_i51293_2_, boolean p_i51293_3_, String p_i51293_4_, EntitySelector p_i51293_5_) private
ScoreTextComponent
(String p_i232569_1_, EntitySelector p_i232569_2_, String p_i232569_3_) -
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)