Class SpawnActionWormhole
java.lang.Object
com.pixelmonmod.pixelmon.api.spawning.SpawnAction<WormholeEntity>
com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.wormholes.SpawnActionWormhole
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.spawning.SpawnAction
entity, spawnInfo, spawnLocation -
Constructor Summary
ConstructorsConstructorDescriptionSpawnActionWormhole(SpawnInfoWormhole spawnInfo, SpawnLocation spawnLocation) -
Method Summary
Modifier and TypeMethodDescriptionprotected WormholeEntityCreates the entity and returns the result.Methods inherited from class com.pixelmonmod.pixelmon.api.spawning.SpawnAction
applyLocationMutations, doSpawn, getOrCreateEntity, setEntity
-
Constructor Details
-
SpawnActionWormhole
-
-
Method Details
-
createEntity
Description copied from class:SpawnActionCreates the entity and returns the result. Returning null if the spawn should fail is safe in default implementations.- Specified by:
createEntityin classSpawnAction<WormholeEntity>
-