Class TerrainExamine
java.lang.Object
com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine
Evaluates the terrain and biome for certain moves.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Types of terrain that can influence move effects. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TerrainExamine.TerrainType
getTerrain
(PixelmonWrapper user) Gets the terrain of the battlefield below the user.
-
Constructor Details
-
TerrainExamine
public TerrainExamine()
-
-
Method Details
-
getTerrain
Gets the terrain of the battlefield below the user.- Parameters:
user
- The move's user.- Returns:
- A type representing the terrain of the battle.
-