java.lang.Object
com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.LegendaryCheckSpawns
All Implemented Interfaces:
CheckSpawns

public class LegendaryCheckSpawns extends Object implements CheckSpawns
A /checkspawns for the legendary spawner. It simulates a pass of the LegendarySpawner and on top of using spawner's selection algorithm to create the information, adds information about the spawner itself's state including its chance of success and time until next cycle.
  • Field Details

    • node

      public String node
      The permission node required to use this checkspawns.
  • Constructor Details

    • LegendaryCheckSpawns

      public LegendaryCheckSpawns(String node)
  • Method Details