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
private final EntitySelector
ScoreHolderArgumentType.SelectorScoreHolder.selector
Modifier and TypeMethodDescriptionMessageArgumentType.MessageSelector.getSelector()
EntityArgumentType.parse
(com.mojang.brigadier.StringReader stringReader) ModifierConstructorDescriptionMessageSelector
(int start, int end, EntitySelector selector) SelectorBacked
(EntitySelector selector) SelectorScoreHolder
(EntitySelector selector) -
Uses of EntitySelector in net.minecraft.text
Modifier and TypeFieldDescriptionprivate final @Nullable EntitySelector
EntityNbtDataSource.selector
The field for theselector
record component.private final @Nullable EntitySelector
ScoreTextContent.selector
private final @Nullable EntitySelector
SelectorTextContent.selector
Modifier and TypeMethodDescriptionScoreTextContent.getSelector()
SelectorTextContent.getSelector()
private static @Nullable EntitySelector
ScoreTextContent.parseEntitySelector
(String name) private static @Nullable EntitySelector
EntityNbtDataSource.parseSelector
(String rawSelector) private static @Nullable EntitySelector
SelectorTextContent.readSelector
(String pattern) EntityNbtDataSource.selector()
Returns the value of theselector
record component.ModifierConstructorDescriptionEntityNbtDataSource
(String rawPath, @Nullable EntitySelector entitySelector)