Uses of Record Class
net.minecraft.command.argument.packrat.Symbol
Packages that use Symbol
Package
Description
The base package for all Minecraft classes.
-
Uses of Symbol in net.minecraft
Methods in net.minecraft that return SymbolMethods in net.minecraft with parameters of type SymbolModifier and TypeMethodDescriptionintclass_10832.class_10834.method_68196(Symbol<?> symbol) intclass_10832.class_10834.method_68197(Symbol<?> symbol) -
Uses of Symbol in net.minecraft.command.argument.packrat
Fields in net.minecraft.command.argument.packrat declared as SymbolModifier and TypeFieldDescriptionParsingRules.class_10838.field_57523Term.class_10844.listNameThe field for thelistNamerecord component.Term.class_10845.listNameThe field for thelistNamerecord component.Term.AlwaysTerm.nameThe field for thenamerecord component.ParsingRules.class_10839.nameToStoreThe field for thenameToStorerecord component.Fields in net.minecraft.command.argument.packrat with type parameters of type SymbolModifier and TypeFieldDescriptionprivate final Map<Symbol<?>, ParsingRules.class_10838<S, ?>> ParsingRules.rulesMethods in net.minecraft.command.argument.packrat that return SymbolModifier and TypeMethodDescriptionTerm.class_10844.listName()Returns the value of thelistNamerecord component.Term.class_10845.listName()Returns the value of thelistNamerecord component.ParsingRules.class_10838.method_68213()Term.AlwaysTerm.name()Returns the value of thenamerecord component.ParsingRules.class_10839.nameToStore()Returns the value of thenameToStorerecord component.static <T> Symbol<T> Methods in net.minecraft.command.argument.packrat that return types with arguments of type SymbolMethods in net.minecraft.command.argument.packrat with parameters of type SymbolModifier and TypeMethodDescriptionstatic <S,T> Term <S> <T> T<T> class_10842<S, T> final <T> Tfinal <T> TParseResults.getAnyOrThrow(Symbol<? extends T>[] symbols) <T> TParseResults.getOrDefault(Symbol<T> symbol, T t) <T> TParseResults.getOrThrow(Symbol<T> symbol) ParsingRules.method_68206(Symbol<T> symbol, Symbol<T> symbol2) <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) ParsingRules.method_68210(Symbol<T> symbol) private <T> ParsingRules.class_10838<S, T> ParsingRules.method_68211(Symbol<T> symbol) intParseResults.method_68219(Symbol<?>[] symbol) private intParseResults.method_68223(Symbol<?> symbol) 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) <T> void<T> class_10842<S, T> ParsingRules.set(Symbol<T> symbol, ParsingRule<S, T> rule) <T> class_10842<S, T> Constructors in net.minecraft.command.argument.packrat with parameters of type SymbolModifierConstructorDescriptionAlwaysTerm(Symbol<T> symbol, T t) privateclass_10838(Symbol<T> symbol) (package private)class_10839(ParsingRules.class_10838<S, T> class_10838, Symbol<T> symbol) 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)