Uses of Record Class
net.minecraft.text.ParsedSelector
Packages that use ParsedSelector
-
Uses of ParsedSelector in net.minecraft.text
Fields in net.minecraft.text declared as ParsedSelectorModifier and TypeFieldDescriptionprivate final ParsedSelector
SelectorTextContent.selector
The field for theselector
record component.Fields in net.minecraft.text with type parameters of type ParsedSelectorModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ParsedSelector> ParsedSelector.CODEC
private final com.mojang.datafixers.util.Either
<ParsedSelector, String> ScoreTextContent.name
The field for thename
record component.Methods in net.minecraft.text that return ParsedSelectorModifier and TypeMethodDescriptionSelectorTextContent.selector()
Returns the value of theselector
record component.Methods in net.minecraft.text that return types with arguments of type ParsedSelectorModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either
<ParsedSelector, String> ScoreTextContent.name()
Returns the value of thename
record component.static com.mojang.serialization.DataResult
<ParsedSelector> Methods in net.minecraft.text with parameters of type ParsedSelectorModifier and TypeMethodDescriptionstatic MutableText
Text.score
(ParsedSelector selector, String objective) static MutableText
Text.selector
(ParsedSelector selector, Optional<Text> separator) Constructors in net.minecraft.text with parameters of type ParsedSelectorModifierConstructorDescriptionSelectorTextContent
(ParsedSelector parsedSelector, Optional<Text> separator) Constructor parameters in net.minecraft.text with type arguments of type ParsedSelectorModifierConstructorDescriptionScoreTextContent
(com.mojang.datafixers.util.Either<ParsedSelector, String> either, String objective)