Package net.minecraft.command.argument
Interface RegistryEntryArgumentType.EntryParser<T,O> 
- All Known Implementing Classes:
 RegistryEntryArgumentType.DirectParser,RegistryEntryArgumentType.ReferenceParser
- Enclosing class:
 RegistryEntryArgumentType<T>
public static interface RegistryEntryArgumentType.EntryParser<T,O> 
- Mappings:
 Namespace Name named net/minecraft/command/argument/RegistryEntryArgumentType$EntryParserintermediary net/minecraft/class_9433$class_11382official fo$g
- 
Method Summary
Modifier and TypeMethodDescriptionparse(com.mojang.brigadier.ImmutableStringReader reader, RegistryWrapper.WrapperLookup registries, com.mojang.serialization.DynamicOps<O> ops, com.mojang.serialization.Codec<T> codec, RegistryWrapper.Impl<T> registryAccess)  
- 
Method Details
- 
parse
RegistryEntry<T> parse(com.mojang.brigadier.ImmutableStringReader reader, RegistryWrapper.WrapperLookup registries, com.mojang.serialization.DynamicOps<O> ops, com.mojang.serialization.Codec<T> codec, RegistryWrapper.Impl<T> registryAccess) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
 Namespace Name Mixin selector named parseLnet/minecraft/command/argument/RegistryEntryArgumentType$EntryParser;parse(Lcom/mojang/brigadier/ImmutableStringReader;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/Codec;Lnet/minecraft/registry/RegistryWrapper$Impl;)Lnet/minecraft/registry/entry/RegistryEntry;intermediary method_71499Lnet/minecraft/class_9433$class_11382;method_71499(Lcom/mojang/brigadier/ImmutableStringReader;Lnet/minecraft/class_7225$class_7874;Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/Codec;Lnet/minecraft/class_7225$class_7226;)Lnet/minecraft/class_6880;official aLfo$g;a(Lcom/mojang/brigadier/ImmutableStringReader;Ljn$a;Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/Codec;Ljn$b;)Ljl;
 
 -