Package net.minecraft.commands.arguments
Interface SignedArgument<T>
- All Superinterfaces:
com.mojang.brigadier.arguments.ArgumentType<T>
- All Known Implementing Classes:
MessageArgument
public interface SignedArgument<T>
extends com.mojang.brigadier.arguments.ArgumentType<T>
-
Method Summary
Methods inherited from interface com.mojang.brigadier.arguments.ArgumentType
getExamples, listSuggestions, parse