Package net.minecraft.command.argument
Interface ScoreHolderArgumentType.ScoreHolder
- All Known Implementing Classes:
ScoreHolderArgumentType.SelectorScoreHolder
- Enclosing class:
- ScoreHolderArgumentType
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ScoreHolderArgumentType.ScoreHolder
-
Method Summary
Modifier and Type Method Description Collection<String>getNames(ServerCommandSource source, Supplier<Collection<String>> supplier)
-
Method Details
-
getNames
-