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 p_108252_, Supplier<Collection<String>> p_108253_)  
- 
Method Details
- 
getNames
Collection<String> getNames(CommandSourceStack p_108252_, Supplier<Collection<String>> p_108253_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException
 
 -