| Package | Description |
|---|---|
| com.sk89q.worldguard.domains | |
| com.sk89q.worldguard.protection.regions | |
| com.sk89q.worldguard.protection.util |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDomain.addAll(DefaultDomain other)
Add all the entries from another domain.
|
void |
DefaultDomain.removeAll(DefaultDomain other)
Remove all the entries from another domain.
|
| Constructor and Description |
|---|
DefaultDomain(DefaultDomain existing)
Create a new domain from an existing one, making a copy of all values.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultDomain |
ProtectedRegion.getMembers()
Get the domain that contains the members of this region, which does
not automatically include the owners.
|
DefaultDomain |
ProtectedRegion.getOwners()
Get the domain that contains the owners of this region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtectedRegion.setMembers(DefaultDomain members)
Set the members domain.
|
void |
ProtectedRegion.setOwners(DefaultDomain owners)
Set the owner domain.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultDomain |
DomainInputResolver.call() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<DefaultDomain,DefaultDomain> |
DomainInputResolver.createAddAllFunction(DefaultDomain target) |
com.google.common.base.Function<DefaultDomain,DefaultDomain> |
DomainInputResolver.createAddAllFunction(DefaultDomain target) |
com.google.common.base.Function<DefaultDomain,DefaultDomain> |
DomainInputResolver.createRemoveAllFunction(DefaultDomain target) |
com.google.common.base.Function<DefaultDomain,DefaultDomain> |
DomainInputResolver.createRemoveAllFunction(DefaultDomain target) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<DefaultDomain,DefaultDomain> |
DomainInputResolver.createAddAllFunction(DefaultDomain target) |
com.google.common.base.Function<DefaultDomain,DefaultDomain> |
DomainInputResolver.createRemoveAllFunction(DefaultDomain target) |
Copyright © 2015. All Rights Reserved.