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.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(EntityType<?> p_test_1_, BlockPos p_test_2_, IChunk p_test_3_)
-
Method Details
-
test
-