Interface SimpleArgument<T>
- All Superinterfaces:
ArgumentInf
- All Known Subinterfaces:
MessageArgument
,SimpleArgumentSuggestion<T>
,TimeArgument
,VecArgument
-
Method Summary
Modifier and TypeMethodDescriptiongetData
(com.mojang.brigadier.context.CommandContext<? extends CommandSourceStack> context, String name) Methods inherited from interface moe.caramel.daydream.brigadier.argument.ArgumentInf
get
-
Method Details
-
getData
T getData(com.mojang.brigadier.context.CommandContext<? extends CommandSourceStack> context, String name) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-