Uses of Interface
net.minecraft.command.argument.DecoratableArgumentType
Packages that use DecoratableArgumentType
-
Uses of DecoratableArgumentType in net.minecraft.command.argument
Subinterfaces of DecoratableArgumentType in net.minecraft.command.argumentClasses in net.minecraft.command.argument that implement DecoratableArgumentTypeFields in net.minecraft.command.argument declared as DecoratableArgumentTypeModifier and TypeFieldDescriptionprivate final DecoratableArgumentType<?>DecoratableArgumentList.ParsedArgument.argumentTypeThe field for theargumentTyperecord component.Methods in net.minecraft.command.argument that return DecoratableArgumentTypeModifier and TypeMethodDescriptionDecoratableArgumentList.ParsedArgument.argumentType()Returns the value of theargumentTyperecord component.Constructors in net.minecraft.command.argument with parameters of type DecoratableArgumentTypeModifierConstructorDescriptionParsedArgument(com.mojang.brigadier.tree.ArgumentCommandNode<S, ?> argumentCommandNode, com.mojang.brigadier.context.ParsedArgument<S, ?> parsedArgument, DecoratableArgumentType<?> decoratableArgumentType)