Package com.epicbot.api.shared.methods
Interface IWorldAPI
-
public interface IWorldAPI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCurrent()
Gets the current world.java.util.List<World>
getWorlds()
boolean
hop(int world)
boolean
hop(java.util.function.Predicate<World> filter)
boolean
hopToF2P()
boolean
hopToP2P()
boolean
isCurrentWorldMembers()
Gets whether or not the current world is a members world.boolean
isWorldMenuOpen()
boolean
openWorldMenu()
-
-
-
Method Detail
-
getCurrent
int getCurrent()
Gets the current world.- Returns:
- int, 300+
-
isCurrentWorldMembers
boolean isCurrentWorldMembers()
Gets whether or not the current world is a members world.- Returns:
- true if members, false otherwise
-
hop
boolean hop(java.util.function.Predicate<World> filter)
-
hop
boolean hop(int world)
-
hopToF2P
boolean hopToF2P()
-
hopToP2P
boolean hopToP2P()
-
openWorldMenu
boolean openWorldMenu()
-
isWorldMenuOpen
boolean isWorldMenuOpen()
-
getWorlds
java.util.List<World> getWorlds()
-
-