TF-EssentialsX/Essentials/src/com/earth2me/essentials/ITarget.java

9 lines
124 B
Java
Raw Normal View History

2013-06-08 20:40:02 +00:00
package com.earth2me.essentials;
import org.bukkit.Location;
public interface ITarget
{
public Location getLocation();
}