Eliot Posted June 20, 2014 Share 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(); Link to comment Share on other sites More sharing options...
todamach Posted June 20, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
Joseph Posted June 20, 2014 Share 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 Link to comment Share on other sites More sharing options...