Uses of Class
rs.kreme.ksbot.api.game.pathing.MovementFlags
-
Packages that use MovementFlags Package Description rs.kreme.ksbot.api.game.pathing -
-
Uses of MovementFlags in rs.kreme.ksbot.api.game.pathing
Fields in rs.kreme.ksbot.api.game.pathing with type parameters of type MovementFlags Modifier and Type Field Description static java.util.List<MovementFlags>
MovementFlags. NOT_WALKABLE
Methods in rs.kreme.ksbot.api.game.pathing that return MovementFlags Modifier and Type Method Description static MovementFlags
MovementFlags. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MovementFlags[]
MovementFlags. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in rs.kreme.ksbot.api.game.pathing that return types with arguments of type MovementFlags Modifier and Type Method Description static java.util.List<MovementFlags>
MovementFlags. getListFlags(int collisionData)
static java.util.Set<MovementFlags>
MovementFlags. getSetFlags(int collisionData)
static java.util.Set<MovementFlags>
MovementFlags. getSetFlags(net.runelite.api.coords.WorldPoint worldPoint)
-