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
private final EntitySelector
ScoreHolderArgumentType.SelectorScoreHolders.selector
Methods in net.minecraft.command.argument that return EntitySelectorModifier and TypeMethodDescriptionMessageArgumentType.MessageSelector.getSelector()
EntityArgumentType.parse
(com.mojang.brigadier.StringReader stringReader) Constructors in net.minecraft.command.argument with parameters of type EntitySelectorModifierConstructorDescriptionMessageSelector
(int start, int end, EntitySelector selector) SelectorBacked
(EntitySelector selector) SelectorScoreHolders
(EntitySelector selector) -
Uses of EntitySelector in net.minecraft.text
Fields in net.minecraft.text declared as EntitySelectorModifier 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
Methods in net.minecraft.text that return EntitySelectorModifier 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.Constructors in net.minecraft.text with parameters of type EntitySelectorModifierConstructorDescriptionEntityNbtDataSource
(String rawPath, @Nullable EntitySelector entitySelector)