Package com.pixelmonmod.pixelmon.api.spawning.conditions
package com.pixelmonmod.pixelmon.api.spawning.conditions
-
ClassDescriptionA type of location to spawn.A component of
SpawnInfo
which mutates the rarity of the spawn if the location it is trying to spawn at satisfies the condition and does not satisfy the anticondition.A condition for a particularSpawnInfo
andSpawnLocation
.A blank type ofLocationType
that can never be selected by the standardCalculateSpawnLocations
and therefore only is used insideSpawnLocation
s that are created specifically (such as when a fishing rod tries to catch something).