mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-09 10:11:18 +02:00
2.8.5
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package me.clip.placeholderapi.expansion;
|
||||
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
public interface Relational {
|
||||
String onPlaceholderRequest(Player one, Player two, String identifier);
|
||||
}
|
Reference in New Issue
Block a user