mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 20:29:20 +00:00
9 lines
124 B
Java
9 lines
124 B
Java
|
package com.earth2me.essentials;
|
||
|
|
||
|
import org.bukkit.Location;
|
||
|
|
||
|
|
||
|
public interface ITarget
|
||
|
{
|
||
|
public Location getLocation();
|
||
|
}
|