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 dm$bintermediary net/minecraft/class_2191$class_2193named net/minecraft/command/argument/GameProfileArgumentType$SelectorBacked
-
Field Summary
Fields Modifier and Type Field Description private EntitySelectorselector -
Constructor Summary
Constructors Constructor Description SelectorBacked(EntitySelector entitySelector) -
Method Summary
Modifier and Type Method Description Collection<com.mojang.authlib.GameProfile>getNames(ServerCommandSource serverCommandSource)
-
Field Details
-
selector
- Mappings:
Namespace Name Mixin selector official aLdm$b;a:Lfc;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- Mappings:
Namespace Name Mixin selector official getNamesLdm$a;getNames(Ldb;)Ljava/util/Collection;intermediary getNamesLnet/minecraft/class_2191$class_2192;getNames(Lnet/minecraft/class_2168;)Ljava/util/Collection;named getNamesLnet/minecraft/command/argument/GameProfileArgumentType$GameProfileArgument;getNames(Lnet/minecraft/server/command/ServerCommandSource;)Ljava/util/Collection;
-