September 30, 20169 yr Author ctrl + shift + o is the eclipse shortcut for imports the collectors import isn't what got me lol
September 30, 20169 yr Author 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, 20169 yr by Reminiscence
September 30, 20169 yr 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, 20169 yr by Mr Pro Pop
September 30, 20169 yr 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
September 30, 20169 yr Author 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
September 30, 20169 yr 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?
September 30, 20169 yr 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?
Create an account or sign in to comment