Eliot Posted June 20, 2014 Posted June 20, 2014 Guys, calm your tits I suck at java in general, and now it's whole new API, so I'm confused more than usual. Since, I don't like creating new thread for every small question (or should I do that?), I'll ask here: if(East[i].contains(ore) && canReach(ore)){ } I want to check if area contains entity, and if I can reach that entity. Obviously, I don't know how to use canReach. So, how to use canReach? if (area.contains(object) && map.canReach(object)) doSomething();
todamach Posted June 20, 2014 Author Posted June 20, 2014 Now that I look at API docs, it makes so much sense.... I understand, that I can find everything I need there, but I just don't understand a lot of things there. Thank you
Joseph Posted June 20, 2014 Posted June 20, 2014 Now that I look at API docs, it makes so much sense.... I understand, that I can find everything I need there, but I just don't understand a lot of things there. Thank you If you have any question feel free to ask. Even if it's an API question