public class TerrainExamine
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TerrainExamine.TerrainType
Types of terrain that can influence move effects.
|
Constructor and Description |
---|
TerrainExamine() |
Modifier and Type | Method and Description |
---|---|
static TerrainExamine.TerrainType |
getTerrain(PixelmonWrapper user)
Gets the terrain of the battlefield below the user.
|
public static TerrainExamine.TerrainType getTerrain(PixelmonWrapper user)
user
- The move's user.