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

public class PlayerTrackingCheckSpawns extends Object implements CheckSpawns
A /checkspawns for the regular PlayerTrackingSpawner. It perfectly simulates a regular spawn cycle of the target's/sender's spawner and uses that spawner's selection algorithm to create all information.
  • Constructor Details

    • PlayerTrackingCheckSpawns

      public PlayerTrackingCheckSpawns()
  • Method Details

    • checkSpawns

      public void checkSpawns(AbstractSpawner spawner, net.minecraft.commands.CommandSourceStack sender, List<String> arguments)
      Description copied from interface: CheckSpawns
      Executes /checkspawns directly from the command.
      Specified by:
      checkSpawns in interface CheckSpawns