Class FluteLevelTweak

java.lang.Object
com.pixelmonmod.pixelmon.spawning.FluteLevelTweak
All Implemented Interfaces:
SpawningTweak

public class FluteLevelTweak extends Object implements SpawningTweak
  • Constructor Details

    • FluteLevelTweak

      public FluteLevelTweak()
  • 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 interface SpawningTweak
    • getTweakedLevel

      public int getTweakedLevel(AbstractSpawner spawner, SpawnAction<? extends net.minecraft.world.entity.Entity> action, int level)