Class PixelmonSpawning

java.lang.Object
com.pixelmonmod.pixelmon.spawning.PixelmonSpawning

public class PixelmonSpawning extends Object
Managing class for Pixelmon's implementation of the Better Spawner. This class is responsible for housing the used SpawnerCoordinator, many of the set list references, and the trigger spawners used directly in the different sections of the codebase such as in fishing and external moves.

It is strongly advised to add to or configure Pixelmon's implementation instead of attempting to bypass this class.