Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Y 

F

filter(int...) - Method in class simple.api.queries.SimpleEntityQuery
Will filter out all items whose id isn't one of the elements inside of the {ids} array
filter(String...) - Method in class simple.api.queries.SimpleEntityQuery
Will filter out all items whose name isn't one of the elements inside of the {names} array
filter(Pattern...) - Method in class simple.api.queries.SimpleEntityQuery
Will filter out all items whose name doesn't' match any of the patterns
filter(SimpleLocatable...) - Method in class simple.api.queries.SimpleEntityQuery
Will filter out all items whose location doesn't match any of the locatable objects in the {locatables} array
filter(WorldPoint...) - Method in class simple.api.queries.SimpleEntityQuery
Will filter out all items whose location are not one of those inside of the array {points}
filter(WorldArea) - Method in class simple.api.queries.SimpleEntityQuery
Will filter out all items who are not inside of the specified area
filter(int...) - Method in class simple.api.queries.SimpleItemQuery
Will filter out all items whose id isn't one of the elements inside of the {ids} array
filter(String...) - Method in class simple.api.queries.SimpleItemQuery
Will filter out all items whose name isn't one of the elements inside of the {names} array
filter(Pattern...) - Method in class simple.api.queries.SimpleItemQuery
Will filter out all items whose name doesn't' match any of the patterns
filter(int...) - Method in class simple.api.queries.SimpleLocatableQuery
Will filter out all items whose id isn't one of the elements inside of the {ids} array
filter(SimpleLocatable...) - Method in class simple.api.queries.SimpleLocatableQuery
Will filter out all items whose location doesn't match any of the locatable objects in the {locatables} array
filter(WorldPoint...) - Method in class simple.api.queries.SimpleLocatableQuery
Will filter out all items whose location are not one of those inside of the array {points}
filter(WorldArea) - Method in class simple.api.queries.SimpleLocatableQuery
Will filter out all items who are not inside of the specified area
filter(String...) - Method in class simple.api.queries.SimplePlayerQuery
Will filter out all items whose name isn't one of the elements inside of the {names} array
filter(Pattern...) - Method in class simple.api.queries.SimplePlayerQuery
Will filter out all items whose name doesn't' match any of the patterns
filter(SimpleLocatable...) - Method in class simple.api.queries.SimplePlayerQuery
Will filter out all items whose location doesn't match any of the locatable objects in the {locatables} array
filter(WorldPoint...) - Method in class simple.api.queries.SimplePlayerQuery
Will filter out all items whose location are not one of those inside of the array {points}
filter(WorldArea) - Method in class simple.api.queries.SimplePlayerQuery
Will filter out all items who are not inside of the specified area
filter(Predicate<K>) - Method in class simple.api.queries.SimpleQuery
Will filter out all items that do not pass the specified predicate condition
filter(String...) - Method in class simple.api.queries.SimpleWidgetQuery
Will filter out all items whose name isn't one of the elements inside of the {names} array
filter(int...) - Method in class simple.api.queries.SimpleWidgetQuery
Will filter out all items whose id isn't one of the elements inside of the {ids} array
filterAlive() - Method in class simple.api.filters.SimpleNpcs
 
filterContains(String...) - Method in class simple.api.queries.SimpleEntityQuery
Will filter out all items whose name isn't a substring of one or more of the elements inside of the {names} array
filterContains(String...) - Method in class simple.api.queries.SimpleItemQuery
Will filter out all items whose name isn't a substring of one or more of the elements inside of the {names} array
filterContains(String...) - Method in class simple.api.queries.SimplePlayerQuery
Will filter out all items whose name isn't a substring of one or more of the elements inside of the {names} array
filterContains(String...) - Method in class simple.api.queries.SimpleTextQuery
Will filter out all items whose text does not contain any of the given strings in {texts}.
filterContains(String...) - Method in class simple.api.queries.SimpleWidgetQuery
Will filter out all items whose text does not contain any of the given strings in {texts}.
filterExact(String...) - Method in class simple.api.queries.SimpleTextQuery
Will filter out all items whose text does not exactly match any of the given strings in {texts}.
filterHasAction(String...) - Method in class simple.api.queries.SimpleEntityQuery
Will filter out all items who don't have any actions that are inside of the {actions} array
filterHasAction(Pattern...) - Method in class simple.api.queries.SimpleEntityQuery
Will filter out all items who don't have any actions that match any of the patterns
filterHasAction(String...) - Method in class simple.api.queries.SimpleItemQuery
Will filter out all items who don't have any actions that are inside of the {actions} array
filterHasAction(Pattern...) - Method in class simple.api.queries.SimpleItemQuery
Will filter out all items who don't have any actions that match any of the patterns
filterHasAction(String...) - Method in class simple.api.queries.SimplePlayerQuery
Will filter out all items who don't have any actions that are inside of the {actions} array
filterHasAction(Pattern...) - Method in class simple.api.queries.SimplePlayerQuery
Will filter out all items who don't have any actions that match any of the patterns
filterWithin(int) - Method in class simple.api.queries.SimpleEntityQuery
Will filter out all items not within specified distance to the local player
filterWithin(WorldPoint, int) - Method in class simple.api.queries.SimpleEntityQuery
Will filter out all items not within specified distance to said {worldPoint}
filterWithin(int) - Method in class simple.api.queries.SimpleLocatableQuery
Will filter out all items not within specified distance to the local player
filterWithin(WorldPoint, int) - Method in class simple.api.queries.SimpleLocatableQuery
Will filter out all items not within specified distance to said {worldPoint}
filterWithin(int) - Method in class simple.api.queries.SimplePlayerQuery
Will filter out all items not within specified distance to the local player
filterWithin(WorldPoint, int) - Method in class simple.api.queries.SimplePlayerQuery
Will filter out all items not within specified distance to said {worldPoint}
formatTime(long) - Method in class simple.api.ScriptPaint
Will return a formatted string of time given a number in milliseconds
formatValue(long) - Method in class simple.api.ScriptPaint
 
forName(String) - Static method in enum simple.api.filters.SimpleSkills.Skill
 
fromLocal(SimpleClient, LocalPoint) - Static method in class simple.api.coords.WorldPoint
Gets the coordinate of the tile that contains the passed local point.
fromLocal(SimpleClient, int, int) - Static method in class simple.api.coords.WorldPoint
Gets the coordinate of the tile that contains the passed local point.
fromLocal(SimpleClient, int, int, int) - Static method in class simple.api.coords.WorldPoint
Gets the coordinate of the tile that contains the passed local point.
fromRegion(int, int, int, int) - Static method in class simple.api.coords.WorldPoint
Converts the passed region ID and coordinates to a world coordinate
fromScene(int, int) - Static method in class simple.api.coords.LocalPoint
Gets the coordinate at the center of the passed tile.
fromScene(SimpleClient, int, int, int) - Static method in class simple.api.coords.WorldPoint
Converts the passed scene coordinates to a world space
fromWorld(SimpleClient, WorldPoint) - Static method in class simple.api.coords.LocalPoint
 
fromWorld(SimpleClient, int, int) - Static method in class simple.api.coords.LocalPoint
Gets the local coordinate at the center of the passed tile.
A B C D E F G H I K L M N O P Q R S T U V W X Y 
Skip navigation links