import com.google.gson.JsonObject;
import com.runehive.Config;
import com.runehive.content.skillcape.SkillCape;
import com.runehive.content.skill.impl.farming.FarmingConstants;
import com.runehive.content.skill.impl.farming.zones.FarmingZone;
import com.runehive.game.action.Action;
import com.runehive.game.action.policy.WalkablePolicy;
import com.runehive.game.world.Interactable;
import com.runehive.game.world.entity.mob.player.Player;
import com.runehive.game.world.entity.skill.Skill;
import com.runehive.util.RandomUtils;
Go to the source code of this file.