public class OpponentInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
ability |
int |
form |
Gender |
gender |
java.lang.String |
heldItem |
float |
lastSeenHealthPercentage |
java.lang.String[] |
seenMoves |
int |
specialTexture |
Species |
species |
Constructor and Description |
---|
OpponentInfo() |
public Species species
public Gender gender
public int form
public int specialTexture
public float lastSeenHealthPercentage
public java.lang.String[] seenMoves
public java.lang.String ability
public java.lang.String heldItem