Jump to content

[combat]NPC filtering pls halp


Recommended Posts

Posted (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

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
Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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