Class TriggerLocation

java.lang.Object
com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
com.pixelmonmod.pixelmon.api.spawning.conditions.TriggerLocation

public class TriggerLocation extends LocationType
A blank type of LocationType that can never be selected by the standard CalculateSpawnLocations and therefore only is used inside SpawnLocations that are created specifically (such as when a fishing rod tries to catch something).
  • Constructor Details

    • TriggerLocation

      public TriggerLocation(String name)