Package net.minecraft.command.argument
Class RegistryEntryArgumentType.LootFunctionArgumentType
java.lang.Object
net.minecraft.command.argument.RegistryEntryArgumentType<LootFunction>
net.minecraft.command.argument.RegistryEntryArgumentType.LootFunctionArgumentType
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<RegistryEntry<LootFunction>>
- Enclosing class:
RegistryEntryArgumentType<T>
public static class RegistryEntryArgumentType.LootFunctionArgumentType
extends RegistryEntryArgumentType<LootFunction>
- Mappings:
Namespace Name official fj$aintermediary net/minecraft/class_9433$class_9434named net/minecraft/command/argument/RegistryEntryArgumentType$LootFunctionArgumentType
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.command.argument.RegistryEntryArgumentType
RegistryEntryArgumentType.LootConditionArgumentType, RegistryEntryArgumentType.LootFunctionArgumentType, RegistryEntryArgumentType.LootTableArgumentType -
Field Summary
Fields inherited from class net.minecraft.command.argument.RegistryEntryArgumentType
FAILED_TO_PARSE_EXCEPTION -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLootFunctionArgumentType(CommandRegistryAccess registryAccess) -
Method Summary
Methods inherited from class net.minecraft.command.argument.RegistryEntryArgumentType
getExamples, getLootCondition, getLootFunction, getLootTable, lootCondition, lootFunction, lootTable, parse, parseAsNbtMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.brigadier.arguments.ArgumentType
listSuggestions
-
Constructor Details
-
LootFunctionArgumentType
- Mappings:
Namespace Name Mixin selector official <init>Lfj$a;<init>(Led;)Vintermediary <init>Lnet/minecraft/class_9433$class_9434;<init>(Lnet/minecraft/class_7157;)Vnamed <init>Lnet/minecraft/command/argument/RegistryEntryArgumentType$LootFunctionArgumentType;<init>(Lnet/minecraft/command/CommandRegistryAccess;)V
-