Interface Colors.Sampler

Enclosing class:
Colors
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 Colors.Sampler
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Integer
    apply(@NotNull Biome biome, @NotNull Integer x, @NotNull Integer z)
     
  • Method Details

    • apply

      @NotNull @NotNull Integer apply(@NotNull @NotNull Biome biome, @NotNull @NotNull Integer x, @NotNull @NotNull Integer z)