getTicksPerAnimalSpawns

public abstract int getTicksPerAnimalSpawns()

Gets default ticks per animal spawns value.

Example Usage:

  • A value of 1 will mean the server will attempt to spawn monsters every tick.
  • A value of 400 will mean the server will attempt to spawn monsters every 400th tick.
  • A value below 0 will be reset back to Minecraft's default.

Note: If set to 0, animal spawning will be disabled. We recommend using spawn-animals to control this instead.

Minecraft default: 400.

Return

the default ticks per animal spawns value