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