Package net.minecraft.command.arguments
Interface ScoreHolderArgument.INameProvider
- All Known Implementing Classes:
ScoreHolderArgument.NameProvider
- 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
(CommandSource p_getNames_1_, Supplier<Collection<String>> p_getNames_2_)
-
Method Details
-
getNames
Collection<String> getNames(CommandSource p_getNames_1_, Supplier<Collection<String>> p_getNames_2_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-