mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-11-11 21:29:39 +01:00
Performance Improvements (#340)
* Performance Improvements * More Optimizations * Even More Optimizations & Cleanups * Almost a recode I guess
This commit is contained in:
@@ -23,6 +23,5 @@ 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