Package net.minecraft

Interface class_4186.class_4187

All Known Implementing Classes:
class_4186.class_4188
Enclosing class:
class_4186
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_4186.class_4187
Mappings:
Namespace Name
official cp$a
intermediary net/minecraft/class_4186$class_4187
named net/minecraft/class_4186$class_4187
  • Method Details

    • getNames

      Collection<String> getNames(class_3915 class_3915, Supplier<Collection<String>> supplier) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official getNames Lcp$a;getNames(Lbu;Ljava/util/function/Supplier;)Ljava/util/Collection;
      intermediary getNames Lnet/minecraft/class_4186$class_4187;getNames(Lnet/minecraft/class_3915;Ljava/util/function/Supplier;)Ljava/util/Collection;
      named getNames Lnet/minecraft/class_4186$class_4187;getNames(Lnet/minecraft/class_3915;Ljava/util/function/Supplier;)Ljava/util/Collection;