Interface SheepColors.ColorSelector

Enclosing class:
SheepColors
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface private static interface SheepColors.ColorSelector
Mappings:
Namespace Name
named net/minecraft/entity/passive/SheepColors$ColorSelector
intermediary net/minecraft/class_10777$class_10778
official cms$a
  • Method Summary

    Modifier and Type
    Method
    Description
    get(Random random)
     
  • Method Details

    • get

      DyeColor get(Random random)
      Mappings:
      Namespace Name Mixin selector
      named get Lnet/minecraft/entity/passive/SheepColors$ColorSelector;get(Lnet/minecraft/util/math/random/Random;)Lnet/minecraft/util/DyeColor;
      intermediary get Lnet/minecraft/class_10777$class_10778;get(Lnet/minecraft/class_5819;)Lnet/minecraft/class_1767;
      official get Lcms$a;get(Lbai;)Lczi;