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 java.lang.Object implements GameProfileArgument.IProfileProvider
-
-
Field Summary
Fields Modifier and Type Field Description private EntitySelector
selector
-
Constructor Summary
Constructors Constructor Description ProfileProvider(EntitySelector p_i48084_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<com.mojang.authlib.GameProfile>
getNames(CommandSource p_getNames_1_)
-
-
-
Field Detail
-
selector
private final EntitySelector selector
-
-
Constructor Detail
-
ProfileProvider
public ProfileProvider(EntitySelector p_i48084_1_)
-
-
Method Detail
-
getNames
public java.util.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
-
-