Botre Posted March 17, 2016 Posted March 17, 2016 public void EatShark() { Item shark = getInventory().getItem("Shark") if(shark != null) shark.interact("Eat"); World.killPuppy(); } 2
Vilius Posted March 17, 2016 Posted March 17, 2016 Hero, please follow the simple code conventions given here, it will make our life easier: http://www.oracle.com/technetwork/java/codeconventions-135099.html
The Hero of Time Posted March 17, 2016 Author Posted March 17, 2016 Hero, please follow the simple code conventions given here, it will make our life easier: http://www.oracle.com/technetwork/java/codeconventions-135099.html OCD much