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