Class SpawnDistanceLevelTweak
java.lang.Object
com.pixelmonmod.pixelmon.spawning.SpawnDistanceLevelTweak
- All Implemented Interfaces:
SpawningTweak
A
SpawningTweak
which modifies the levels of spawned Pokémon to better suit the distance from
spawn. This is only automatically applied to spawners
is on.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doTweak
(AbstractSpawner spawner, SpawnAction<? extends net.minecraft.world.entity.Entity> action) Performs the tweak to the given spawn action or its entity.
-
Constructor Details
-
SpawnDistanceLevelTweak
public SpawnDistanceLevelTweak()
-
-
Method Details
-
doTweak
public void doTweak(AbstractSpawner spawner, SpawnAction<? extends net.minecraft.world.entity.Entity> action) Description copied from interface:SpawningTweak
Performs the tweak to the given spawn action or its entity.- Specified by:
doTweak
in interfaceSpawningTweak
-