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 EntitySelectorGameProfileArgumentType.SelectorBacked.selectorprivate final EntitySelectorMessageArgumentType.MessageSelector.selectorThe field for theselectorrecord component.private final EntitySelectorScoreHolderArgumentType.SelectorScoreHolders.selectorMethods in net.minecraft.command.argument that return EntitySelectorModifier and TypeMethodDescriptionEntityArgumentType.parse(com.mojang.brigadier.StringReader stringReader) private EntitySelectorEntityArgumentType.parse(com.mojang.brigadier.StringReader reader, boolean allowAtSelectors) <S> EntitySelectorEntityArgumentType.parse(com.mojang.brigadier.StringReader stringReader, S s) MessageArgumentType.MessageSelector.selector()Returns the value of theselectorrecord component.Constructors in net.minecraft.command.argument with parameters of type EntitySelectorModifierConstructorDescriptionMessageSelector(int start, int end, EntitySelector selector) Creates an instance of aMessageSelectorrecord 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 EntitySelectorParsedSelector.comp_3068The field for thecomp_3068record component.private final @Nullable EntitySelectorEntityNbtDataSource.selectorThe field for theselectorrecord component.Methods in net.minecraft.text that return EntitySelectorModifier and TypeMethodDescriptionParsedSelector.comp_3068()Returns the value of thecomp_3068record component.private static @Nullable EntitySelectorEntityNbtDataSource.parseSelector(String rawSelector) EntityNbtDataSource.selector()Returns the value of theselectorrecord component.Constructors in net.minecraft.text with parameters of type EntitySelectorModifierConstructorDescriptionEntityNbtDataSource(String rawPath, @Nullable EntitySelector entitySelector) ParsedSelector(String string, EntitySelector entitySelector)