Package net.minecraft.entity
Interface EntitySpawnPlacementRegistry.IPlacementPredicate<T extends Entity>
- Enclosing class:
- EntitySpawnPlacementRegistry
- 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 EntitySpawnPlacementRegistry.IPlacementPredicate<T extends Entity>
-
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(EntityType<T> p_test_1_, IServerWorld p_test_2_, SpawnReason p_test_3_, BlockPos p_test_4_, Random p_test_5_)
-
Method Details
-
test
boolean test(EntityType<T> p_test_1_, IServerWorld p_test_2_, SpawnReason p_test_3_, BlockPos p_test_4_, Random p_test_5_)
-