Uses of Class
net.minecraft.command.EntitySelector
Packages that use EntitySelector
-
Uses of EntitySelector in net.minecraft.command
Methods in net.minecraft.command that return EntitySelector -
Uses of EntitySelector in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as EntitySelectorModifier and TypeFieldDescriptionprivate final EntitySelector
GameProfileArgumentType.SelectorBacked.selector
private final EntitySelector
MessageArgumentType.MessageSelector.selector
The field for theselector
record component.private final EntitySelector
ScoreHolderArgumentType.SelectorScoreHolders.selector
Methods in net.minecraft.command.argument that return EntitySelectorModifier and TypeMethodDescriptionEntityArgumentType.parse
(com.mojang.brigadier.StringReader stringReader) private EntitySelector
EntityArgumentType.parse
(com.mojang.brigadier.StringReader reader, boolean allowAtSelectors) <S> EntitySelector
EntityArgumentType.parse
(com.mojang.brigadier.StringReader stringReader, S s) MessageArgumentType.MessageSelector.selector()
Returns the value of theselector
record component.Constructors in net.minecraft.command.argument with parameters of type EntitySelectorModifierConstructorDescriptionMessageSelector
(int start, int end, EntitySelector selector) Creates an instance of aMessageSelector
record class.SelectorBacked
(EntitySelector selector) SelectorScoreHolders
(EntitySelector selector) -
Uses of EntitySelector in net.minecraft.text
Fields in net.minecraft.text declared as EntitySelectorModifier and TypeFieldDescriptionprivate final EntitySelector
ParsedSelector.comp_3068
The field for thecomp_3068
record component.private final @Nullable EntitySelector
EntityNbtDataSource.selector
The field for theselector
record component.Methods in net.minecraft.text that return EntitySelectorModifier and TypeMethodDescriptionParsedSelector.comp_3068()
Returns the value of thecomp_3068
record component.private static @Nullable EntitySelector
EntityNbtDataSource.parseSelector
(String rawSelector) EntityNbtDataSource.selector()
Returns the value of theselector
record component.Constructors in net.minecraft.text with parameters of type EntitySelectorModifierConstructorDescriptionEntityNbtDataSource
(String rawPath, @Nullable EntitySelector entitySelector) ParsedSelector
(String string, EntitySelector entitySelector)