Package net.minecraft

Interface class_4073.class_4074

All Known Implementing Classes:
class_4073.class_4075
Enclosing class:
class_4073
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface class_4073.class_4074
Mappings:
Namespace Name
official cd$a
intermediary net/minecraft/class_4073$class_4074
named net/minecraft/class_4073$class_4074
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<com.mojang.authlib.GameProfile>
    getNames(class_3915 class_3915)
     
  • Method Details

    • getNames

      Collection<com.mojang.authlib.GameProfile> getNames(class_3915 class_3915) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official getNames Lcd$a;getNames(Lbu;)Ljava/util/Collection;
      intermediary getNames Lnet/minecraft/class_4073$class_4074;getNames(Lnet/minecraft/class_3915;)Ljava/util/Collection;
      named getNames Lnet/minecraft/class_4073$class_4074;getNames(Lnet/minecraft/class_3915;)Ljava/util/Collection;