public class SpawnDistanceLevelTweak extends java.lang.Object implements SpawningTweak
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 and Description |
---|
SpawnDistanceLevelTweak() |
Modifier and Type | Method and Description |
---|---|
void |
doTweak(AbstractSpawner spawner,
SpawnAction<? extends net.minecraft.entity.Entity> action)
Performs the tweak to the given spawn action or its entity.
|
public void doTweak(AbstractSpawner spawner, SpawnAction<? extends net.minecraft.entity.Entity> action)
SpawningTweak
doTweak
in interface SpawningTweak