PlaceholderAPI/src/main/java/me/clip/placeholderapi/expansion/Relational.java

8 lines
182 B
Java
Raw Normal View History

2018-03-21 00:04:14 +01:00
package me.clip.placeholderapi.expansion;
import org.bukkit.entity.Player;
public interface Relational {
String onPlaceholderRequest(Player one, Player two, String identifier);
}