summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/ITarget.java
blob: 4fa833807186d058f5eb2b481fc294f3adfead09 (plain)
1
2
3
4
5
6
7
8
9
10
package com.earth2me.essentials;

import org.bukkit.Location;
import org.bukkit.Server;


public interface ITarget
{
	public Location getLocation();
}