Uses of Interface
net.minecraft.class_10842
Packages that use class_10842
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10842 in net.minecraft
Methods in net.minecraft with parameters of type class_10842Modifier and TypeMethodDescription<T> Tclass_10832.class_10835.method_68188(class_10842<S, T> class_10842) <T> Tclass_10832.method_68188(class_10842<S, T> class_10842) -
Uses of class_10842 in net.minecraft.command.argument.packrat
Classes in net.minecraft.command.argument.packrat that implement class_10842Fields in net.minecraft.command.argument.packrat declared as class_10842Modifier and TypeFieldDescriptionprivate final class_10842<S, T> Term.class_10844.elementThe field for theelementrecord component.private final class_10842<S, T> Term.class_10845.elementThe field for theelementrecord component.private final class_10842<com.mojang.brigadier.StringReader, Identifier> IdentifiableParsingRule.symbolprivate final class_10842<com.mojang.brigadier.StringReader, T> ArgumentParser.topThe field for thetoprecord component.Methods in net.minecraft.command.argument.packrat that return class_10842Modifier and TypeMethodDescriptionTerm.class_10844.element()Returns the value of theelementrecord component.Term.class_10845.element()Returns the value of theelementrecord component.<T> class_10842<S, T> <T> class_10842<S, T> ParsingRules.method_68207(Symbol<T> symbol, Term<S> term, ParsingRule.RuleAction<S, T> ruleAction) <T> class_10842<S, T> ParsingRules.method_68209(Symbol<T> symbol) <T> class_10842<S, T> ParsingRules.set(Symbol<T> symbol, ParsingRule<S, T> rule) <T> class_10842<S, T> class_10842<com.mojang.brigadier.StringReader, T> ArgumentParser.top()Returns the value of thetoprecord component.Methods in net.minecraft.command.argument.packrat with parameters of type class_10842Modifier and TypeMethodDescription<T> TParsingState.method_68188(class_10842<S, T> class_10842) static <S,T> Term <S> Term.method_68230(class_10842<S, T> class_10842, Symbol<List<T>> symbol) static <S,T> Term <S> Term.method_68231(class_10842<S, T> class_10842, Symbol<List<T>> symbol, int int2) static <S,T> Term <S> Term.method_68232(class_10842<S, T> class_10842, Symbol<List<T>> symbol, Term<S> term) static <S,T> Term <S> Term.method_68233(class_10842<S, T> class_10842, Symbol<List<T>> symbol, Term<S> term, int int2) static <S,T> Term <S> Term.method_68235(class_10842<S, T> class_10842, Symbol<List<T>> symbol, Term<S> term) static <S,T> Term <S> Term.method_68236(class_10842<S, T> class_10842, Symbol<List<T>> symbol, Term<S> term, int int2) default <T> Optional<T> ParsingState.startParsing(class_10842<S, T> class_10842) Constructors in net.minecraft.command.argument.packrat with parameters of type class_10842ModifierConstructorDescriptionArgumentParser(ParsingRules<com.mojang.brigadier.StringReader> parsingRules, class_10842<com.mojang.brigadier.StringReader, T> class_10842) class_10844(class_10842<S, T> class_10842, Symbol<List<T>> symbol, int int2) class_10845(class_10842<S, T> class_10842, Symbol<List<T>> symbol, Term<S> term, int int2, boolean bool) (package private)ComponentParsingRule(class_10842<com.mojang.brigadier.StringReader, Identifier> class_10842, PackratParsing.Callbacks<T, C, P> callbacks) protectedIdentifiableParsingRule(class_10842<com.mojang.brigadier.StringReader, Identifier> class_10842, C callbacks) (package private)ItemParsingRule(class_10842<com.mojang.brigadier.StringReader, Identifier> class_10842, PackratParsing.Callbacks<T, C, P> callbacks) (package private)SubPredicateParsingRule(class_10842<com.mojang.brigadier.StringReader, Identifier> class_10842, PackratParsing.Callbacks<T, C, P> callbacks) (package private)TagParsingRule(class_10842<com.mojang.brigadier.StringReader, Identifier> class_10842, PackratParsing.Callbacks<T, C, P> callbacks)