CL_Pokemon - meytar14/ex2 GitHub Wiki
CL_Pokemon
constructor:
CL_Pokemon(Point3D p, int t, double v, double s, edge_data e)
Methods:
compare(CL_Pokemon o1, CL_Pokemon o2)- comare between the values of the pokemons
get_edge()- return the edge that the pokemon is on
getLocation()- return the location of the pokemon
getType()- return the type of the pokemon
getValue()- return the value of the pokemon
set_edge(edge_data _edge)- set the edge of the pokemon