Uses of Record Class
net.minecraft.util.parsing.packrat.commands.Grammar
Packages that use Grammar
Package
Description
-
Uses of Grammar in net.minecraft.commands.arguments
Fields in net.minecraft.commands.arguments declared as GrammarModifier and TypeFieldDescriptionprivate final Grammar<ResourceOrIdArgument.Result<T, Tag>> ResourceOrIdArgument.grammarMethods in net.minecraft.commands.arguments that return GrammarModifier and TypeMethodDescriptionstatic <T,O> Grammar <ResourceOrIdArgument.Result<T, O>> ResourceOrIdArgument.createGrammar(ResourceKey<? extends Registry<T>> pRegistryKey, com.mojang.serialization.DynamicOps<O> pOps) Methods in net.minecraft.commands.arguments with parameters of type Grammar -
Uses of Grammar in net.minecraft.commands.arguments.item
Methods in net.minecraft.commands.arguments.item that return GrammarModifier and TypeMethodDescriptionComponentPredicateParser.createGrammar(ComponentPredicateParser.Context<T, C, P> pContext) -
Uses of Grammar in net.minecraft.nbt
Fields in net.minecraft.nbt declared as GrammarMethods in net.minecraft.nbt that return GrammarModifier and TypeMethodDescriptionstatic <T> Grammar<T> SnbtGrammar.createParser(com.mojang.serialization.DynamicOps<T> pOps) Constructors in net.minecraft.nbt with parameters of type Grammar