Uses of Class
net.minecraft.command.EntitySelector
Packages that use EntitySelector
Package
Description
The base package for all Minecraft classes.
-
Uses of EntitySelector in net.minecraft
Fields in net.minecraft declared as EntitySelectorModifier and TypeFieldDescriptionprivate final EntitySelectorclass_10104.comp_3068The field for thecomp_3068record component.Methods in net.minecraft that return EntitySelectorModifier and TypeMethodDescriptionclass_10104.comp_3068()Returns the value of thecomp_3068record component.Constructors in net.minecraft with parameters of type 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 @Nullable EntitySelectorEntityNbtDataSource.selectorThe field for theselectorrecord component.Methods in net.minecraft.text that return EntitySelectorModifier and TypeMethodDescriptionprivate 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)