Guest User

Untitled

a guest
May 25th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Java\EntityDef.java:59: cannot find symbol
  2. symbol : variable entityDef
  3. location: class EntityDef
  4. entityDef.models = new int[1];
  5. ^
  6. Java\EntityDef.java:60: cannot find symbol
  7. symbol : variable entityDef
  8. location: class EntityDef
  9. entityDef.models[0] = 62717;
  10. ^
  11. Java\EntityDef.java:61: cannot find symbol
  12. symbol : variable entityDef
  13. location: class EntityDef
  14. entityDef.name = "Nex";
  15. ^
  16. Java\EntityDef.java:64: cannot find symbol
  17. symbol : variable entityDef
  18. location: class EntityDef
  19. entityDef.standAnim = 6320;
  20. ^
  21. Java\EntityDef.java:65: cannot find symbol
  22. symbol : variable entityDef
  23. location: class EntityDef
  24. entityDef.walkAnim = 6319;
  25. ^
  26. Java\EntityDef.java:66: cannot find symbol
  27. symbol : variable entityDef
  28. location: class EntityDef
  29. entityDef.actions = new String[5];
  30. ^
  31. Java\EntityDef.java:67: cannot find symbol
  32. symbol : variable entityDef
  33. location: class EntityDef
  34. entityDef.actions[1] = "Attack";
  35. ^
  36. Java\EntityDef.java:68: cannot find symbol
  37. symbol : variable entityDef
  38. location: class EntityDef
  39. entityDef.combatLevel = 1001;
  40. ^
  41. Java\EntityDef.java:69: cannot find symbol
  42. symbol : variable entityDef
  43. location: class EntityDef
  44. entityDef.anInt75 = 19;
  45. ^
  46. Note: Java\client.java uses unchecked or unsafe operations.
  47. Note: Recompile with -Xlint:unchecked for details.
  48. 9 errors
  49. Press any key to continue . . .
Add Comment
Please, Sign In to add comment