I keep getting the compile errors:
Code:
.\Clicking.java:3134: cannot find symbol
symbol : method keepItem1()
location: class client
c.keepItem1();
^
.\Clicking.java:3259: cannot find symbol
symbol : method keepItem1()
location: class client
c.keepItem1();
^
.\Clicking.java:3264: cannot find symbol
symbol : method keepItem2()
location: class client
c.keepItem2();
^
.\Clicking.java:3269: cannot find symbol
symbol : method keepItem3()
location: class client
c.keepItem3();
^
.\Clicking.java:3385: cannot find symbol
symbol : method keepItem4()
location: class client
c.keepItem4();
^
That's the first part.
And..
Code:
.\client.java:6989: cannot find symbol
symbol : method keepItemHandle()
location: class client
keepItemHandle();
^
.\client.java:6992: cannot find symbol
symbol : method applyProtectItemProt()
location: class client
applyProtectItemProt();
^
7 errors
Press any key to continue . . .
Do I need to add in my player class something like:
Code:
public int keepItem1
Then item 2, 3, 4, etc..
I unno guys. :/