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.Set<MovementFlags>MovementFlags. NOT_WALKABLEFlags that make a tile unwalkableMethods in rs.kreme.ksbot.api.game.pathing that return MovementFlags Modifier and Type Method Description static MovementFlagsMovementFlags. 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)Returns a list of movement flags that are present in the collision datastatic java.util.Set<MovementFlags>MovementFlags. getSetFlags(int collisionData)Returns a set of movement flags that are present in the collision datastatic java.util.Set<MovementFlags>MovementFlags. getSetFlags(net.runelite.api.coords.WorldPoint worldPoint)Returns a set of movement flags for a specific world pointMethods in rs.kreme.ksbot.api.game.pathing with parameters of type MovementFlags Modifier and Type Method Description static booleanMovementFlags. isBlocked(net.runelite.api.coords.WorldPoint worldPoint, MovementFlags direction)Checks if movement is blocked in a specific direction
-