java.lang.Object
com.pixelmonmod.pixelmon.command.impl.research.ResearchArgument
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<Research>
public class ResearchArgument
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<Research>
-
Constructor Summary
Constructors
-
Method Summary
parse(com.mojang.brigadier.StringReader stringReader)
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
getExamples, listSuggestions
-
Constructor Details
-
ResearchArgument
public ResearchArgument()
-
Method Details
-
parse
public Research parse(com.mojang.brigadier.StringReader stringReader)
throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Specified by:
parse
in interface com.mojang.brigadier.arguments.ArgumentType<Research>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException