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$LootConditionArgumentTypeintermediary net/minecraft/class_9433$class_9435official fo$d
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.command.argument.RegistryEntryArgumentType
RegistryEntryArgumentType.class_11458, RegistryEntryArgumentType.DirectParser<T,O>, RegistryEntryArgumentType.EntryParser<T, O>, RegistryEntryArgumentType.LootConditionArgumentType, RegistryEntryArgumentType.LootFunctionArgumentType, RegistryEntryArgumentType.LootTableArgumentType, RegistryEntryArgumentType.ReferenceParser<T, O> -
Field Summary
Fields inherited from class net.minecraft.command.argument.RegistryEntryArgumentType
FAILED_TO_PARSE_EXCEPTION, NO_SUCH_ELEMENT_EXCEPTION, OPS -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLootConditionArgumentType(CommandRegistryAccess registryAccess) -
Method Summary
Methods inherited from class net.minecraft.command.argument.RegistryEntryArgumentType
createParser, getExamples, getLootCondition, getLootFunction, getLootTable, listSuggestions, lootCondition, lootFunction, lootTable, method_71779, method_71780, parseMethods 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
parse
-
Constructor Details
-
LootConditionArgumentType
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/command/argument/RegistryEntryArgumentType$LootConditionArgumentType;<init>(Lnet/minecraft/command/CommandRegistryAccess;)Vintermediary <init>Lnet/minecraft/class_9433$class_9435;<init>(Lnet/minecraft/class_7157;)Vofficial <init>Lfo$d;<init>(Leg;)V
-