mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-02 16:49:09 +00:00
[CLASS UPDATE] Removing redundant modifiers int Locatable interface
This commit is contained in:
@@ -12,13 +12,13 @@ public interface Locatable {
|
||||
*
|
||||
* @return location
|
||||
*/
|
||||
public Tile getLocation();
|
||||
Tile getLocation();
|
||||
|
||||
/**
|
||||
* Gets distance to this locatable instance
|
||||
*
|
||||
* @return distance from player to locatable
|
||||
*/
|
||||
public int distanceTo();
|
||||
int distanceTo();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user