Interface ScoreHolderArgument.Result
- All Known Implementing Classes:
ScoreHolderArgument.SelectorResult
- Enclosing class:
ScoreHolderArgument
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiongetNames(CommandSourceStack sender, Supplier<Collection<ScoreHolder>> wildcard)
-
Method Details
-
getNames
Collection<ScoreHolder> getNames(CommandSourceStack sender, Supplier<Collection<ScoreHolder>> wildcard) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-