@FunctionalInterface
public static interface EntitySpawnPlacementRegistry.IPlacementPredicate<T extends Entity>
Modifier and Type | Method and Description |
---|---|
boolean |
test(EntityType<T> p_test_1_,
IWorld p_test_2_,
SpawnReason p_test_3_,
BlockPos p_test_4_,
java.util.Random p_test_5_) |
boolean test(EntityType<T> p_test_1_, IWorld p_test_2_, SpawnReason p_test_3_, BlockPos p_test_4_, java.util.Random p_test_5_)