public interface IWorldEntitySpawner
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IWorldEntitySpawner.Handler
This interface will be injected using Mixin on top of vanilla WorldEntitySpawner
|
| Modifier and Type | Method and Description |
|---|---|
int |
findChunksForSpawning(net.minecraft.world.WorldServer world,
boolean hostileEnable,
boolean peacefulEnable,
boolean spawnOnSetTickRate) |