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.CODEC
Methods 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 MutableComponent
Component.score
(SelectorPattern p_363804_, String p_362439_) static MutableComponent
Component.selector
(SelectorPattern p_362718_, Optional<Component> p_237104_) -
Uses of SelectorPattern in net.minecraft.network.chat.contents
Fields in net.minecraft.network.chat.contents declared as SelectorPatternModifier and TypeFieldDescriptionprivate final SelectorPattern
SelectorContents.selector
The field for theselector
record 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.name
The field for thename
record component.Methods in net.minecraft.network.chat.contents that return SelectorPatternModifier and TypeMethodDescriptionSelectorContents.selector()
Returns the value of theselector
record 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 thename
record component.Constructors in net.minecraft.network.chat.contents with parameters of type SelectorPatternModifierConstructorDescriptionSelectorContents
(SelectorPattern selector, Optional<Component> separator) Creates an instance of aSelectorContents
record 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 aScoreContents
record class.