public class UltraSpaceLevelTweak extends java.lang.Object implements SpawningTweak
Constructor and Description |
---|
UltraSpaceLevelTweak() |
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.
|
int |
getTweakedLevel(SpawnAction<? extends net.minecraft.entity.Entity> action,
int level,
int min,
int max) |
public void doTweak(AbstractSpawner spawner, SpawnAction<? extends net.minecraft.entity.Entity> action)
SpawningTweak
doTweak
in interface SpawningTweak
public int getTweakedLevel(SpawnAction<? extends net.minecraft.entity.Entity> action, int level, int min, int max)