Exemplo n.º 1
0
 @Override
 public Matcher getMatcher() {
   return lazyC.getMatcher();
 }
Exemplo n.º 2
0
 @Override
 public SubConfiguration getPluginConfig() {
   return SubConfiguration.getConfig(lazyC.getDisplayName());
 }
Exemplo n.º 3
0
 public String getHost() {
   return lazyC.getDisplayName();
 }
Exemplo n.º 4
0
 @Override
 public long getVersion() {
   return lazyC.getVersion();
 }
Exemplo n.º 5
0
 public Pattern getSupportedLinks() {
   return lazyC.getPattern();
 }