Package net.minecraft.command.argument
Class RegistryEntryArgumentType.LootConditionArgumentType
java.lang.Object
net.minecraft.command.argument.RegistryEntryArgumentType<LootCondition>
net.minecraft.command.argument.RegistryEntryArgumentType.LootConditionArgumentType
- All Implemented Interfaces:
- com.mojang.brigadier.arguments.ArgumentType<RegistryEntry<LootCondition>>
- Enclosing class:
- RegistryEntryArgumentType<T>
public static class RegistryEntryArgumentType.LootConditionArgumentType
extends RegistryEntryArgumentType<LootCondition>
- Mappings:
- Namespace - Name - named - net/minecraft/command/argument/RegistryEntryArgumentType$LootConditionArgumentType- intermediary - net/minecraft/class_9433$class_9435- official - fz$b
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.command.argument.RegistryEntryArgumentTypeRegistryEntryArgumentType.LootConditionArgumentType, RegistryEntryArgumentType.LootFunctionArgumentType, RegistryEntryArgumentType.LootTableArgumentType
- 
Field SummaryFields inherited from class net.minecraft.command.argument.RegistryEntryArgumentTypeFAILED_TO_PARSE_EXCEPTION
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedLootConditionArgumentType(CommandRegistryAccess registryAccess) 
- 
Method SummaryMethods inherited from class net.minecraft.command.argument.RegistryEntryArgumentTypegetExamples, getLootCondition, getLootFunction, getLootTable, lootCondition, lootFunction, lootTable, parse, parseAsNbtMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.brigadier.arguments.ArgumentTypelistSuggestions, parse
- 
Constructor Details- 
LootConditionArgumentType- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/command/argument/RegistryEntryArgumentType$LootConditionArgumentType;<init>(Lnet/minecraft/command/CommandRegistryAccess;)V- intermediary - <init>- Lnet/minecraft/class_9433$class_9435;<init>(Lnet/minecraft/class_7157;)V- official - <init>- Lfz$b;<init>(Let;)V
 
 
-