Jump to content

[combat]NPC filtering pls halp


Salty as fuck

Recommended Posts

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

nbtFiI5.png

 

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 - 

g5TxAPj.png

 

had to re-import everything in the paint, just gotta get variable n figured out

Edited by Reminiscence
Link to comment
Share on other sites

didn't even import the list lol, will import manually and see if it helps

nbtFiI5.png

 

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 - 

g5TxAPj.png

 

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...