mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
@@ -2,8 +2,7 @@ package org.bukkit.plugin;
|
||||
|
||||
/**
|
||||
* A registered service provider.
|
||||
*
|
||||
* @author sk89q
|
||||
*
|
||||
* @param <T> Service
|
||||
*/
|
||||
public class RegisteredServiceProvider<T> implements Comparable<RegisteredServiceProvider<?>> {
|
||||
|
@@ -10,8 +10,6 @@ import java.util.List;
|
||||
* services manager in order to use a service (if one is available). If
|
||||
* multiple plugins register a service, then the service with the highest
|
||||
* priority takes precedence.
|
||||
*
|
||||
* @author sk89q
|
||||
*/
|
||||
public interface ServicesManager {
|
||||
|
||||
|
@@ -11,8 +11,6 @@ import java.util.NoSuchElementException;
|
||||
|
||||
/**
|
||||
* A simple services manager.
|
||||
*
|
||||
* @author sk89q
|
||||
*/
|
||||
public class SimpleServicesManager implements ServicesManager {
|
||||
|
||||
|
Reference in New Issue
Block a user