Class DomainInputResolver

java.lang.Object
com.sk89q.worldguard.protection.util.DomainInputResolver
All Implemented Interfaces:
Callable<DefaultDomain>

public class DomainInputResolver extends Object implements Callable<DefaultDomain>
Resolves input for a domain (i.e. "player1 player2 <uuid> g:group").
  • Constructor Details

    • DomainInputResolver

      public DomainInputResolver(com.sk89q.worldguard.util.profile.resolver.ProfileService profileService, String[] input)
      Create a new instance.
      Parameters:
      profileService - the profile service
      input - the input to parse
  • Method Details