Package net.minecraft.commands.arguments
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 pSource, Supplier<Collection<ScoreHolder>> pObjectives)
-
Method Details
-
getNames
Collection<ScoreHolder> getNames(CommandSourceStack pSource, Supplier<Collection<ScoreHolder>> pObjectives) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-