Uses of Record Class
net.minecraft.commands.arguments.selector.SelectorPattern
Packages that use SelectorPattern
Package
Description
-
Uses of SelectorPattern in net.minecraft.commands.arguments.selector
Fields in net.minecraft.commands.arguments.selector with type parameters of type SelectorPatternModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SelectorPattern> SelectorPattern.CODECMethods in net.minecraft.commands.arguments.selector that return types with arguments of type SelectorPattern -
Uses of SelectorPattern in net.minecraft.network.chat
Methods in net.minecraft.network.chat with parameters of type SelectorPatternModifier and TypeMethodDescriptionstatic MutableComponentComponent.score(SelectorPattern pattern, String objective) static MutableComponentComponent.selector(SelectorPattern pattern, Optional<Component> separator) -
Uses of SelectorPattern in net.minecraft.network.chat.contents
Fields in net.minecraft.network.chat.contents declared as SelectorPatternModifier and TypeFieldDescriptionprivate final SelectorPatternSelectorContents.selectorThe field for theselectorrecord component.Fields in net.minecraft.network.chat.contents with type parameters of type SelectorPatternModifier and TypeFieldDescriptionprivate final com.mojang.datafixers.util.Either<SelectorPattern, String> ScoreContents.nameThe field for thenamerecord component.Methods in net.minecraft.network.chat.contents that return SelectorPatternModifier and TypeMethodDescriptionSelectorContents.selector()Returns the value of theselectorrecord component.Methods in net.minecraft.network.chat.contents that return types with arguments of type SelectorPatternModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<SelectorPattern, String> ScoreContents.name()Returns the value of thenamerecord component.Constructors in net.minecraft.network.chat.contents with parameters of type SelectorPatternModifierConstructorDescriptionSelectorContents(SelectorPattern selector, Optional<Component> separator) Creates an instance of aSelectorContentsrecord class.Constructor parameters in net.minecraft.network.chat.contents with type arguments of type SelectorPatternModifierConstructorDescriptionScoreContents(com.mojang.datafixers.util.Either<SelectorPattern, String> name, String objective) Creates an instance of aScoreContentsrecord class.