Uses of Class
net.minecraft.command.EntitySelector
Packages that use EntitySelector
- 
Uses of EntitySelector in net.minecraft.commandMethods in net.minecraft.command that return EntitySelector
- 
Uses of EntitySelector in net.minecraft.command.argumentFields in net.minecraft.command.argument declared as EntitySelectorModifier and TypeFieldDescriptionprivate final EntitySelectorGameProfileArgumentType.SelectorBacked.selectorprivate final EntitySelectorMessageArgumentType.MessageSelector.selectorprivate final EntitySelectorScoreHolderArgumentType.SelectorScoreHolder.selectorMethods 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) SelectorScoreHolder(EntitySelector selector) 
- 
Uses of EntitySelector in net.minecraft.textFields in net.minecraft.text declared as EntitySelectorModifier and TypeFieldDescriptionprivate final @Nullable EntitySelectorEntityNbtDataSource.selectorThe field for theselectorrecord component.private final @Nullable EntitySelectorScoreTextContent.selectorprivate final @Nullable EntitySelectorSelectorTextContent.selectorMethods in net.minecraft.text that return EntitySelectorModifier and TypeMethodDescriptionScoreTextContent.getSelector()SelectorTextContent.getSelector()private static @Nullable EntitySelectorScoreTextContent.parseEntitySelector(String name) private static @Nullable EntitySelectorEntityNbtDataSource.parseSelector(String rawSelector) private static @Nullable EntitySelectorSelectorTextContent.readSelector(String pattern) EntityNbtDataSource.selector()Returns the value of theselectorrecord component.Constructors in net.minecraft.text with parameters of type EntitySelectorModifierConstructorDescriptionEntityNbtDataSource(String rawPath, @Nullable EntitySelector entitySelector)