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

8 lines
120 B
Java
Raw Normal View History

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