Uses of Interface
net.minecraft.command.argument.RegistryEntryArgumentType.EntryParser
Packages that use RegistryEntryArgumentType.EntryParser
-
Uses of RegistryEntryArgumentType.EntryParser in net.minecraft.command.argument
Classes in net.minecraft.command.argument that implement RegistryEntryArgumentType.EntryParserModifier and TypeClassDescriptionstatic final recordstatic final recordFields in net.minecraft.command.argument with type parameters of type RegistryEntryArgumentType.EntryParserModifier and TypeFieldDescriptionprivate final PackratParser<RegistryEntryArgumentType.EntryParser<T, NbtElement>> RegistryEntryArgumentType.parserMethods in net.minecraft.command.argument that return types with arguments of type RegistryEntryArgumentType.EntryParserModifier and TypeMethodDescriptionstatic <T,O> PackratParser <RegistryEntryArgumentType.EntryParser<T, O>> RegistryEntryArgumentType.createParser(RegistryKey<? extends Registry<T>> key, com.mojang.serialization.DynamicOps<O> ops) Method parameters in net.minecraft.command.argument with type arguments of type RegistryEntryArgumentType.EntryParserModifier and TypeMethodDescriptionprivate <O> @Nullable RegistryEntry<T> RegistryEntryArgumentType.parse(com.mojang.brigadier.StringReader reader, PackratParser<RegistryEntryArgumentType.EntryParser<T, O>> parser, com.mojang.serialization.DynamicOps<O> ops)