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