mechanics.moves
Class MoveListEntry
java.lang.Object
mechanics.moves.MoveListEntry
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class MoveListEntry
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
This class represents an entry in a pokemon's move list.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoveListEntry
public MoveListEntry(java.lang.String name,
PokemonMove move)
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
getName
public java.lang.String getName()
getMove
public PokemonMove getMove()