Package net.minecraft.commands.arguments
Class GameProfileArgument.SelectorResult
java.lang.Object
net.minecraft.commands.arguments.GameProfileArgument.SelectorResult
- All Implemented Interfaces:
GameProfileArgument.Result
- Enclosing class:
- GameProfileArgument
public static class GameProfileArgument.SelectorResult
extends Object
implements GameProfileArgument.Result
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollection<com.mojang.authlib.GameProfile>
getNames
(CommandSourceStack p_94607_)
-
Field Details
-
selector
-
-
Constructor Details
-
SelectorResult
-
-
Method Details
-
getNames
public Collection<com.mojang.authlib.GameProfile> getNames(CommandSourceStack p_94607_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
getNames
in interfaceGameProfileArgument.Result
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-