1package com.runehive.content.bot.objective.impl;
3import com.runehive.content.bot.PlayerBot;
4import com.runehive.content.bot.objective.BotObjective;
5import com.runehive.content.bot.objective.BotObjectiveListener;
6import com.runehive.game.world.entity.mob.Direction;
7import com.runehive.game.world.position.Position;
8import com.runehive.util.RandomUtils;
void finish(PlayerBot bot)
Represents a single tile on the game world.
static Position create(int x, int y, int z)
Creates a location.
A static-util class that provides additional functionality for generating pseudo-random numbers.
static int inclusive(int min, int max)
Returns a pseudo-random int value between inclusive min and inclusive max.
Represents the enumerated directions an entity can walk or face.