Salty as fuck Posted September 30, 2016 Share Posted September 30, 2016 (edited) been fixed, pls close Edited September 30, 2016 by Reminiscence Quote Link to comment Share on other sites More sharing options...
Token Posted September 30, 2016 Share Posted September 30, 2016 ctrl + shift + o is the eclipse shortcut for imports 2 Quote Link to comment Share on other sites More sharing options...
Salty as fuck Posted September 30, 2016 Author Share Posted September 30, 2016 ctrl + shift + o is the eclipse shortcut for imports the collectors import isn't what got me lol Quote Link to comment Share on other sites More sharing options...
Token Posted September 30, 2016 Share Posted September 30, 2016 You importe wrong List, there is java.awt.List and java.util.List Quote Link to comment Share on other sites More sharing options...
Salty as fuck Posted September 30, 2016 Author Share Posted September 30, 2016 (edited) You importe wrong List, there is java.awt.List and java.util.List didn't even import the list lol, will import manually and see if it helps imported manually, fixed that error, but other errors occurred ; -; will import both kek importing java.util.list fixed the npc filter, but broke my paint :'( that didn't help lol also - had to re-import everything in the paint, just gotta get variable n figured out Edited September 30, 2016 by Reminiscence Quote Link to comment Share on other sites More sharing options...
Mr Pro Pop Posted September 30, 2016 Share Posted September 30, 2016 (edited) You don't want to use the one i gave you ? Its perfect! this doesn't need to be a dispute, We had an altercation and it ended awhile ago. water under the bridge. I apologized @Reminiscence Edited September 30, 2016 by Mr Pro Pop Quote Link to comment Share on other sites More sharing options...
Team Cape Posted September 30, 2016 Share Posted September 30, 2016 didn't even import the list lol, will import manually and see if it helps imported manually, fixed that error, but other errors occurred ; -; will import both kek importing java.util.list fixed the npc filter, but broke my paint :'( that didn't help lol also - had to re-import everything in the paint, just gotta get variable n figured out you're importing everything in java.awt.x if you do java.awt.* You need to import java.util.list, but you're effectively importing java.awt.list Quote Link to comment Share on other sites More sharing options...
Salty as fuck Posted September 30, 2016 Author Share Posted September 30, 2016 you're importing everything in java.awt.x if you do java.awt.* You need to import java.util.list, but you're effectively importing java.awt.list already imported java.util.list alone and it fixed it for the most part. the 'n' variable has been having issues the whole time lol Quote Link to comment Share on other sites More sharing options...
Explv Posted September 30, 2016 Share Posted September 30, 2016 already imported java.util.list alone and it fixed it for the most part. the 'n' variable has been having issues the whole time lol Is your IDE set to use Java 8? Quote Link to comment Share on other sites More sharing options...
FrostBug Posted September 30, 2016 Share Posted September 30, 2016 already imported java.util.list alone and it fixed it for the most part. the 'n' variable has been having issues the whole time lol Source level 1.8? Quote Link to comment Share on other sites More sharing options...
Salty as fuck Posted September 30, 2016 Author Share Posted September 30, 2016 Is your IDE set to use Java 8? Source level 1.8? yes Quote Link to comment Share on other sites More sharing options...