Class SpawnInfoNPC
java.lang.Object
com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.SpawnInfoNPC
-
Field Summary
FieldsFields inherited from class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
anticondition, chance, compositeCondition, condition, groupSpawnSettings, GSON, locationTypes, percentage, rarity, rarityMultipliers, requiredSpace, set, spawnInfoTypes, stringLocationTypes, tags, typeID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconstruct(AbstractSpawner spawner, SpawnLocation spawnLocation) Constructs aSpawnActionbased on the information in this SpawnInfo, theAbstractSpawner, and theSpawnLocation.toString()Gets the display String for use in /checkspawns.Methods inherited from class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
calculateNominalRarity, fits, getAdjustedRarity, onExport, onImport
-
Field Details
-
TYPE_ID_NPC
- See Also:
-
preset
public net.minecraft.resources.ResourceLocation preset
-
-
Constructor Details
-
SpawnInfoNPC
public SpawnInfoNPC()
-
-
Method Details
-
construct
Description copied from class:SpawnInfoConstructs aSpawnActionbased on the information in this SpawnInfo, theAbstractSpawner, and theSpawnLocation. -
toString
Description copied from class:SpawnInfoGets the display String for use in /checkspawns.
-