mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-06 05:17:05 +02:00
Performance Improvements (#340)
* Performance Improvements * More Optimizations * Even More Optimizations & Cleanups * Almost a recode I guess
This commit is contained in:
@@ -30,11 +30,10 @@ import org.bukkit.entity.Player;
|
||||
* @author Ryan McCarthy
|
||||
*/
|
||||
public interface Cleanable {
|
||||
|
||||
/**
|
||||
* Called when a player leaves the server
|
||||
*
|
||||
* @param p (@link Player} who left the server
|
||||
* @param player (@link Player} who left the server
|
||||
*/
|
||||
void cleanup(Player p);
|
||||
void cleanup(Player player);
|
||||
}
|
||||
|
Reference in New Issue
Block a user