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$DialogArgumentType
intermediary net/minecraft/class_9433$class_11458
official fo$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, parse
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
parse
-
Constructor Details
-
DialogArgumentType
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/command/argument/RegistryEntryArgumentType$DialogArgumentType;<init>(Lnet/minecraft/command/CommandRegistryAccess;)V
intermediary <init>
Lnet/minecraft/class_9433$class_11458;<init>(Lnet/minecraft/class_7157;)V
official <init>
Lfo$a;<init>(Leg;)V
-