Interface SheepColors.Factory

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.Factory
Mappings:
Namespace Name
named net/minecraft/entity/passive/SheepColors$Factory
intermediary net/minecraft/class_10777$class_10778
official clz$a
  • Method Summary

    Modifier and Type
    Method
    Description
    init(Random seed)
     
  • Method Details

    • init

      DyeColor init(Random seed)
      Mappings:
      Namespace Name Mixin selector
      named init Lnet/minecraft/entity/passive/SheepColors$Factory;init(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 Lclz$a;get(Lazv;)Lcyi;