Package net.minecraft.command.argument
Class RegistryEntryArgumentType.DialogArgumentType
java.lang.Object
net.minecraft.command.argument.RegistryEntryArgumentType<Dialog>
net.minecraft.command.argument.RegistryEntryArgumentType.DialogArgumentType
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<RegistryEntry<Dialog>>
- Enclosing class:
RegistryEntryArgumentType<T>
public static class RegistryEntryArgumentType.DialogArgumentType
extends RegistryEntryArgumentType<Dialog>
- Mappings:
Namespace Name named net/minecraft/command/argument/RegistryEntryArgumentType$DialogArgumentTypeintermediary net/minecraft/class_9433$class_11458official fn$a
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.command.argument.RegistryEntryArgumentType
RegistryEntryArgumentType.DialogArgumentType, 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
Constructors -
Method Summary
Methods inherited from class net.minecraft.command.argument.RegistryEntryArgumentType
createParser, dialog, getDialog, getExamples, getLootCondition, getLootFunction, getLootTable, listSuggestions, lootCondition, lootFunction, lootTable, 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
-
DialogArgumentType
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/command/argument/RegistryEntryArgumentType$DialogArgumentType;<init>(Lnet/minecraft/command/CommandRegistryAccess;)Vintermediary <init>Lnet/minecraft/class_9433$class_11458;<init>(Lnet/minecraft/class_7157;)Vofficial <init>Lfn$a;<init>(Lef;)V
-