api: move autoweed to farming plugin
This commit is contained in:
@@ -22,12 +22,12 @@
|
|||||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
package net.runelite.api.vars;
|
package net.runelite.client.plugins.timetracking.farming;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An enumeration of possible autoweed settings.
|
* An enumeration of possible autoweed settings.
|
||||||
*/
|
*/
|
||||||
public enum Autoweed
|
enum Autoweed
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Access to autoweed has not been unlocked.
|
* Access to autoweed has not been unlocked.
|
||||||
@@ -42,7 +42,6 @@ import net.runelite.api.GameState;
|
|||||||
import net.runelite.api.Varbits;
|
import net.runelite.api.Varbits;
|
||||||
import net.runelite.api.WidgetNode;
|
import net.runelite.api.WidgetNode;
|
||||||
import net.runelite.api.coords.WorldPoint;
|
import net.runelite.api.coords.WorldPoint;
|
||||||
import net.runelite.api.vars.Autoweed;
|
|
||||||
import net.runelite.api.widgets.WidgetModalMode;
|
import net.runelite.api.widgets.WidgetModalMode;
|
||||||
import net.runelite.client.Notifier;
|
import net.runelite.client.Notifier;
|
||||||
import net.runelite.client.config.ConfigManager;
|
import net.runelite.client.config.ConfigManager;
|
||||||
|
|||||||
Reference in New Issue
Block a user