Package net.minecraft.world.spawner
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(EntityType<?> p_test_1_, BlockPos p_test_2_, IChunk p_test_3_)
-
-
-
Method Detail
-
test
boolean test(EntityType<?> p_test_1_, BlockPos p_test_2_, IChunk p_test_3_)
-
-