"You open and plant the seed.");
world.registerGameObject(new GameObject(player.getLocation(),
490, 0, 0));
final Point location = player.getLocation();
Instance.getDelayedEventHandler().add(
new DelayedEvent(null, 180000) {
GameObject object = world.getTile(location)
.getGameObject();
public void run() {
if (object != null) {