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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionCollection<com.mojang.authlib.GameProfile>getNames(CommandSourceStack p_94607_) 
- 
Field Details- 
selector
 
- 
- 
Constructor Details- 
SelectorResult
 
- 
- 
Method Details- 
getNamespublic Collection<com.mojang.authlib.GameProfile> getNames(CommandSourceStack p_94607_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- getNamesin interface- GameProfileArgument.Result
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
 
-