Class TeamArgumentType
java.lang.Object
eu.sculkpowered.server.command.argument.TeamArgumentType
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<Team>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparse
(com.mojang.brigadier.StringReader reader) static TeamArgumentType
static TeamArgumentType
team
(TeamHandler teamHandler) 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
-
TeamArgumentType
-
-
Method Details