mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-04 00:37:50 +00:00
Changed package
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
package org.rev317.min.api.interfaces;
|
||||
|
||||
import org.rev317.min.api.wrappers.Tile;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Everel
|
||||
*
|
||||
*/
|
||||
public interface Locatable {
|
||||
|
||||
/**
|
||||
* Gets location of this locatable instance
|
||||
* @return location
|
||||
*/
|
||||
public Tile getLocation();
|
||||
|
||||
/**
|
||||
* Gets distance to this locatable instance
|
||||
* @return distance from player to locatable
|
||||
*/
|
||||
public int distanceTo();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user