Class TrackingSpawnerCoordinator
java.lang.Object
com.pixelmonmod.pixelmon.api.spawning.SpawnerCoordinator
com.pixelmonmod.pixelmon.spawning.TrackingSpawnerCoordinator
The top class of Pixelmon's implementation of the Better Spawner. This is the 
 
SpawnerCoordinator which creates and maintains a series of PlayerTrackingSpawners.- 
Field SummaryFields inherited from class com.pixelmonmod.pixelmon.api.spawning.SpawnerCoordinatorPROCESSOR, spawners
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionactivate()Boots the coordinator, which without overriding involves scheduling the processor and registering on the Forge bus.voidonPlayerLogin(net.minecraftforge.event.entity.player.PlayerEvent.PlayerLoggedInEvent event) voidonPlayerLogout(net.minecraftforge.event.entity.player.PlayerEvent.PlayerLoggedOutEvent event) Methods inherited from class com.pixelmonmod.pixelmon.api.spawning.SpawnerCoordinatordeactivate, getActive, getSpawner, onTick
- 
Constructor Details- 
TrackingSpawnerCoordinatorpublic TrackingSpawnerCoordinator()
 
- 
- 
Method Details- 
activateDescription copied from class:SpawnerCoordinatorBoots the coordinator, which without overriding involves scheduling the processor and registering on the Forge bus.- Overrides:
- activatein class- SpawnerCoordinator
 
- 
onPlayerLoginpublic void onPlayerLogin(net.minecraftforge.event.entity.player.PlayerEvent.PlayerLoggedInEvent event) 
- 
onPlayerLogoutpublic void onPlayerLogout(net.minecraftforge.event.entity.player.PlayerEvent.PlayerLoggedOutEvent event) 
 
-