public class RegistryProvider<T> extends Object implements Comparable<RegistryProvider<T>>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RegistryProvider<T> that) |
PluginContainer |
getPlugin() |
int |
getPriority() |
T |
getValue() |
public PluginContainer getPlugin()
public int getPriority()
public int compareTo(RegistryProvider<T> that)
compareTo in interface Comparable<RegistryProvider<T>>Copyright © 2020. All rights reserved.