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