|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmechanics.moves.MoveSet
public class MoveSet
Constructor Summary | |
---|---|
MoveSet(java.lang.String[] natural,
int[] level,
java.lang.String[] tutor,
java.lang.String[] tm,
java.lang.String[] hm,
java.lang.String[] egg)
Creates a new instance of MoveSet |
Method Summary | |
---|---|
static MoveSetData |
getDefaultData()
Get the default MoveSetData. |
java.lang.String[][] |
getMoves()
Get the moves that this pokemon can learn. |
static java.lang.String |
getMoveType(int i)
Return the textual name of a category of moves. |
int[] |
getNaturalLevels()
Get the levels at which level up moves are learned. |
void |
mergeMoves(int category,
java.lang.String[] moves)
Merge in another move set's data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MoveSet(java.lang.String[] natural, int[] level, java.lang.String[] tutor, java.lang.String[] tm, java.lang.String[] hm, java.lang.String[] egg)
Method Detail |
---|
public void mergeMoves(int category, java.lang.String[] moves)
public static MoveSetData getDefaultData()
public static java.lang.String getMoveType(int i)
public java.lang.String[][] getMoves()
public int[] getNaturalLevels()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |