Package net.minecraft.command.argument
Class RegistryEntryArgumentType.LootTableArgumentType
java.lang.Object
net.minecraft.command.argument.RegistryEntryArgumentType<LootTable>
net.minecraft.command.argument.RegistryEntryArgumentType.LootTableArgumentType
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<RegistryEntry<LootTable>>
- Enclosing class:
RegistryEntryArgumentType<T>
public static class RegistryEntryArgumentType.LootTableArgumentType
extends RegistryEntryArgumentType<LootTable>
- Mappings:
Namespace Name named net/minecraft/command/argument/RegistryEntryArgumentType$LootTableArgumentType
intermediary net/minecraft/class_9433$class_9436
official fr$c
-
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
ModifierConstructorDescriptionprotected
LootTableArgumentType
(CommandRegistryAccess registryAccess) -
Method Summary
Methods inherited from class net.minecraft.command.argument.RegistryEntryArgumentType
getExamples, getLootCondition, getLootFunction, getLootTable, lootCondition, lootFunction, lootTable, parse, parseAsNbt
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.mojang.brigadier.arguments.ArgumentType
listSuggestions
-
Constructor Details
-
LootTableArgumentType
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/command/argument/RegistryEntryArgumentType$LootTableArgumentType;<init>(Lnet/minecraft/command/CommandRegistryAccess;)V
intermediary <init>
Lnet/minecraft/class_9433$class_9436;<init>(Lnet/minecraft/class_7157;)V
official <init>
Lfr$c;<init>(Lel;)V
-