java.lang.Object
com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine

public class TerrainExamine extends Object
Evaluates the terrain and biome for certain moves.
  • Constructor Details

    • TerrainExamine

      public TerrainExamine()
  • Method Details

    • getTerrain

      public static TerrainExamine.TerrainType getTerrain(PixelmonWrapper user)
      Gets the terrain of the battlefield below the user.
      Parameters:
      user - The move's user.
      Returns:
      A type representing the terrain of the battle.