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 ea$b
intermediary net/minecraft/class_2191$class_2193
named net/minecraft/command/argument/GameProfileArgumentType$SelectorBacked
  • Field Details

    • selector

      private final EntitySelector selector
      Mappings:
      Namespace Name Mixin selector
      official a Lea$b;a:Lfv;
      intermediary field_9870 Lnet/minecraft/class_2191$class_2193;field_9870:Lnet/minecraft/class_2300;
      named selector Lnet/minecraft/command/argument/GameProfileArgumentType$SelectorBacked;selector:Lnet/minecraft/command/EntitySelector;
  • Constructor Details

    • SelectorBacked

      public SelectorBacked(EntitySelector selector)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lea$b;<init>(Lfv;)V
      intermediary <init> Lnet/minecraft/class_2191$class_2193;<init>(Lnet/minecraft/class_2300;)V
      named <init> Lnet/minecraft/command/argument/GameProfileArgumentType$SelectorBacked;<init>(Lnet/minecraft/command/EntitySelector;)V
  • Method Details

    • getNames

      public Collection<com.mojang.authlib.GameProfile> getNames(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      getNames in interface GameProfileArgumentType.GameProfileArgument
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official getNames Lea$a;getNames(Ldn;)Ljava/util/Collection;
      intermediary getNames Lnet/minecraft/class_2191$class_2192;getNames(Lnet/minecraft/class_2168;)Ljava/util/Collection;
      named getNames Lnet/minecraft/command/argument/GameProfileArgumentType$GameProfileArgument;getNames(Lnet/minecraft/server/command/ServerCommandSource;)Ljava/util/Collection;