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 ParsedSelectorSelectorTextContent.selectorThe field for theselectorrecord component.Fields in net.minecraft.text with type parameters of type ParsedSelectorModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ParsedSelector> ParsedSelector.CODECprivate final com.mojang.datafixers.util.Either<ParsedSelector, String> ScoreTextContent.nameThe field for thenamerecord component.Methods in net.minecraft.text that return ParsedSelectorModifier and TypeMethodDescriptionSelectorTextContent.selector()Returns the value of theselectorrecord 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 thenamerecord component.static com.mojang.serialization.DataResult<ParsedSelector> Methods in net.minecraft.text with parameters of type ParsedSelectorModifier and TypeMethodDescriptionstatic MutableTextText.score(ParsedSelector selector, String objective) static MutableTextText.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)