Interface WorldEntitySpawner.IDensityCheck

Enclosing class:
WorldEntitySpawner
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 WorldEntitySpawner.IDensityCheck
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(EntityType<?> p_test_1_, BlockPos p_test_2_, IChunk p_test_3_)