Essentials/Essentials/src/net/ess3/api/IWarps.java

11 lines
311 B
Java

package net.ess3.api;
/**
* This interface may contain future additions to the warps API on top of {@link com.earth2me.essentials.api.IWarps}.
*
* Note: Maintainers should add methods to {@link com.earth2me.essentials.api.IWarps}.
*/
public interface IWarps extends com.earth2me.essentials.api.IWarps {
}