net.minecraft.commands.arguments

public class ResourceKeyArgument<T>

implements com.mojang.brigadier.arguments.ArgumentType<ResourceKey<T>>

fl
net.minecraft.commands.arguments.ResourceKeyArgument
net.minecraft.class_7079

Field summary

Modifier and TypeField
private static final Collection<String>
a
EXAMPLES
field_37269
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
b
ERROR_INVALID_FEATURE
field_37271
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
c
ERROR_INVALID_STRUCTURE
field_39191
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
d
ERROR_INVALID_TEMPLATE_POOL
field_39192
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
e
ERROR_INVALID_RECIPE
field_54825
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
f
ERROR_INVALID_ADVANCEMENT
field_54826
final ResourceKey<? extends Registry<T>>
g
registryKey
field_37272

Constructor summary

ModifierConstructor
public (ResourceKey<? extends Registry<T>> arg0)

Method summary

Modifier and TypeMethod
public static <T> ResourceKeyArgument<T>
a(alv<? extends jv<T>> arg0)
key(ResourceKey<? extends Registry<T>> arg0)
method_41224(class_5321<? extends class_2378<T>> arg0)
public static <T> ResourceKey<T>
a(com.mojang.brigadier.context.CommandContext<ek> arg0, String arg1, alv<jv<T>> arg2, com.mojang.brigadier.exceptions.DynamicCommandExceptionType arg3)
getRegistryKey(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0, String arg1, ResourceKey<Registry<T>> arg2, com.mojang.brigadier.exceptions.DynamicCommandExceptionType arg3)
method_41220(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1, class_5321<class_2378<T>> arg2, com.mojang.brigadier.exceptions.DynamicCommandExceptionType arg3)
private static <T> Registry<T>
a(com.mojang.brigadier.context.CommandContext<ek> arg0, alv<? extends jv<T>> arg1)
getRegistry(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0, ResourceKey<? extends Registry<T>> arg1)
method_41221(com.mojang.brigadier.context.CommandContext<class_2168> arg0, class_5321<? extends class_2378<T>> arg1)
private static <T> Holder$Reference<T>
b(com.mojang.brigadier.context.CommandContext<ek> arg0, String arg1, alv<jv<T>> arg2, com.mojang.brigadier.exceptions.DynamicCommandExceptionType arg3)
resolveKey(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0, String arg1, ResourceKey<Registry<T>> arg2, com.mojang.brigadier.exceptions.DynamicCommandExceptionType arg3)
method_43777(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1, class_5321<class_2378<T>> arg2, com.mojang.brigadier.exceptions.DynamicCommandExceptionType arg3)
public static Holder$Reference<ConfiguredFeature<?, ?>>
a(com.mojang.brigadier.context.CommandContext<ek> arg0, String arg1)
getConfiguredFeature(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0, String arg1)
method_41225(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
public static Holder$Reference<Structure>
b(com.mojang.brigadier.context.CommandContext<ek> arg0, String arg1)
getStructure(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0, String arg1)
method_43779(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
public static Holder$Reference<StructureTemplatePool>
c(com.mojang.brigadier.context.CommandContext<ek> arg0, String arg1)
getStructureTemplatePool(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0, String arg1)
method_43780(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
public static RecipeHolder<?>
d(com.mojang.brigadier.context.CommandContext<ek> arg0, String arg1)
getRecipe(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0, String arg1)
method_64866(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
public static AdvancementHolder
e(com.mojang.brigadier.context.CommandContext<ek> arg0, String arg1)
getAdvancement(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0, String arg1)
method_64867(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
public ResourceKey<T>
a(com.mojang.brigadier.StringReader arg0)
parse(com.mojang.brigadier.StringReader arg0)
method_41218(com.mojang.brigadier.StringReader arg0)
public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
listSuggestions(com.mojang.brigadier.context.CommandContext<S> arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
listSuggestions(com.mojang.brigadier.context.CommandContext<S> arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
public Collection<String>
getExamples()
getExamples()