Uses of Class
net.minecraft.command.EntitySelector
-
Uses of EntitySelector in net.minecraft.command
-
Uses of EntitySelector in net.minecraft.command.argument
Modifier 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
Modifier 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.ModifierConstructorDescriptionMessageSelector
(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
Modifier 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.Modifier 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.ModifierConstructorDescriptionEntityNbtDataSource
(String rawPath, @Nullable EntitySelector entitySelector) ParsedSelector
(String string, EntitySelector entitySelector)