Salty as fuck Posted September 30, 2016 Posted September 30, 2016 (edited) been fixed, pls close Edited September 30, 2016 by Reminiscence
Token Posted September 30, 2016 Posted September 30, 2016 ctrl + shift + o is the eclipse shortcut for imports 2
Salty as fuck Posted September 30, 2016 Author Posted September 30, 2016 ctrl + shift + o is the eclipse shortcut for imports the collectors import isn't what got me lol
Token Posted September 30, 2016 Posted September 30, 2016 You importe wrong List, there is java.awt.List and java.util.List
Salty as fuck Posted September 30, 2016 Author 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
Mr Pro Pop Posted September 30, 2016 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
Team Cape Posted September 30, 2016 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
Salty as fuck Posted September 30, 2016 Author 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
Explv Posted September 30, 2016 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?
FrostBug Posted September 30, 2016 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?
Salty as fuck Posted September 30, 2016 Author Posted September 30, 2016 Is your IDE set to use Java 8? Source level 1.8? yes