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

public class FishingCheckSpawns extends Object implements CheckSpawns
A /checkspawns for fishing. It creates a SpawnLocation at the target's bobber's position if applicable, sets the location type based on the rod and location, and then uses the fishing spawner's selection algorithm to create all information.
  • Constructor Details

    • FishingCheckSpawns

      public FishingCheckSpawns()
  • Method Details