Need help with an error in NPCHandler.
Error:
Code:
NPCHandler.java:2856: cannot find symbol
symbol : method randomCyclops()
location: class client
ItemHandler.addItem(client.randomCyclops(),
^
NPCHandler.java:2865: cannot find symbol
symbol : method randomCyclops2()
location: class client
ItemHandler.addItem(client.randomCyclops2(),
^
NPCHandler.java:2874: cannot find symbol
symbol : method randomCyclops3()
location: class client
ItemHandler.addItem(client.randomCyclops3(),
^
NPCHandler.java:2883: cannot find symbol
symbol : method randomCyclops4()
location: class client
ItemHandler.addItem(client.randomCyclops4(),
^
NPCHandler.java:2892: cannot find symbol
symbol : method randomCyclops5()
location: class client
ItemHandler.addItem(client.randomCyclops5(),
^
NPCHandler.java:2901: cannot find symbol
symbol : method randomCyclops6()
location: class client
ItemHandler.addItem(client.randomCyclops6(),
^
NPCHandler.java:2910: cannot find symbol
symbol : method randomCyclops7()
location: class client
ItemHandler.addItem(client.randomCyclops7(),
^
7 errors
Press any key to continue . . .
I declared the ints in the client class, but I'm still getting this error :(.