api: move autoweed to farming plugin

This commit is contained in:
Adam
2022-04-11 00:02:27 -04:00
parent 244f8e7ad5
commit 0c0f790bee
2 changed files with 2 additions and 3 deletions

View File

@@ -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.

View File

@@ -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;