Package net.minecraft.command.argument
Class GameProfileArgumentType.SelectorBacked
java.lang.Object
net.minecraft.command.argument.GameProfileArgumentType.SelectorBacked
- All Implemented Interfaces:
GameProfileArgumentType.GameProfileArgument
- Enclosing class:
- GameProfileArgumentType
public static class GameProfileArgumentType.SelectorBacked
extends Object
implements GameProfileArgumentType.GameProfileArgument
- Mappings:
Namespace Name official ds$bintermediary net/minecraft/class_2191$class_2193named net/minecraft/command/argument/GameProfileArgumentType$SelectorBacked
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<com.mojang.authlib.GameProfile>getNames(ServerCommandSource serverCommandSource)
-
Field Details
-
selector
- Mappings:
Namespace Name Mixin selector official aLds$b;a:Lfh;intermediary field_9870Lnet/minecraft/class_2191$class_2193;field_9870:Lnet/minecraft/class_2300;named selectorLnet/minecraft/command/argument/GameProfileArgumentType$SelectorBacked;selector:Lnet/minecraft/command/EntitySelector;
-
-
Constructor Details
-
SelectorBacked
-
-
Method Details
-
getNames
public Collection<com.mojang.authlib.GameProfile> getNames(ServerCommandSource serverCommandSource) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Specified by:
getNamesin interfaceGameProfileArgumentType.GameProfileArgument- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-