Optimize imports

This commit is contained in:
Yuri Moens 2021-10-25 11:10:22 +02:00
parent df82a9be82
commit 06333b3364
Signed by: ymo
GPG Key ID: F6D51D6FE15BE924
2 changed files with 0 additions and 3 deletions

View File

@ -6,12 +6,10 @@ import org.dreambot.api.input.Mouse;
import org.dreambot.api.methods.Calculations; import org.dreambot.api.methods.Calculations;
import org.dreambot.api.methods.MethodProvider; import org.dreambot.api.methods.MethodProvider;
import org.dreambot.api.methods.container.impl.Inventory; import org.dreambot.api.methods.container.impl.Inventory;
import org.dreambot.api.methods.filter.Filter;
import org.dreambot.api.methods.interactive.GameObjects; import org.dreambot.api.methods.interactive.GameObjects;
import org.dreambot.api.methods.interactive.Players; import org.dreambot.api.methods.interactive.Players;
import org.dreambot.api.methods.magic.Magic; import org.dreambot.api.methods.magic.Magic;
import org.dreambot.api.methods.magic.Normal; import org.dreambot.api.methods.magic.Normal;
import org.dreambot.api.methods.map.Area;
import org.dreambot.api.methods.tabs.Tab; import org.dreambot.api.methods.tabs.Tab;
import org.dreambot.api.methods.tabs.Tabs; import org.dreambot.api.methods.tabs.Tabs;
import org.dreambot.api.script.TaskNode; import org.dreambot.api.script.TaskNode;

View File

@ -8,7 +8,6 @@ import org.dreambot.api.methods.Calculations;
import org.dreambot.api.methods.MethodProvider; import org.dreambot.api.methods.MethodProvider;
import org.dreambot.api.methods.container.impl.Inventory; import org.dreambot.api.methods.container.impl.Inventory;
import org.dreambot.api.methods.container.impl.Shop; import org.dreambot.api.methods.container.impl.Shop;
import org.dreambot.api.methods.interactive.Players;
import org.dreambot.api.methods.skills.Skills; import org.dreambot.api.methods.skills.Skills;
import org.dreambot.api.methods.world.World; import org.dreambot.api.methods.world.World;
import org.dreambot.api.methods.world.Worlds; import org.dreambot.api.methods.world.Worlds;