Uses of Record Class
net.minecraft.class_10104
Packages that use class_10104
-
Uses of class_10104 in net.minecraft
Fields in net.minecraft with type parameters of type class_10104Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_10104> class_10104.field_53684Methods in net.minecraft that return types with arguments of type class_10104Modifier and TypeMethodDescriptionstatic com.mojang.serialization.DataResult<class_10104> class_10104.method_62667(String string) -
Uses of class_10104 in net.minecraft.text
Fields in net.minecraft.text declared as class_10104Modifier and TypeFieldDescriptionprivate final class_10104SelectorTextContent.selectorThe field for theselectorrecord component.Fields in net.minecraft.text with type parameters of type class_10104Modifier and TypeFieldDescriptionprivate final com.mojang.datafixers.util.Either<class_10104, String> ScoreTextContent.nameThe field for thenamerecord component.Methods in net.minecraft.text that return class_10104Modifier and TypeMethodDescriptionSelectorTextContent.selector()Returns the value of theselectorrecord component.Methods in net.minecraft.text that return types with arguments of type class_10104Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<class_10104, String> ScoreTextContent.name()Returns the value of thenamerecord component.Methods in net.minecraft.text with parameters of type class_10104Modifier and TypeMethodDescriptionstatic MutableTextText.method_62790(class_10104 class_10104, String string) static MutableTextText.selector(class_10104 class_10104, Optional<Text> separator) Constructors in net.minecraft.text with parameters of type class_10104ModifierConstructorDescriptionSelectorTextContent(class_10104 class_10104, Optional<Text> separator) Constructor parameters in net.minecraft.text with type arguments of type class_10104ModifierConstructorDescriptionScoreTextContent(com.mojang.datafixers.util.Either<class_10104, String> either, String objective)