Package com.griefdefender.api.data
Interface ClanData
- All Superinterfaces:
ClanDataGetter
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAccessorTags(Set<String> accessorTags) Sets the trusted clan accessor tags.voidsetBuilderTags(Set<String> builderTags) Sets the trusted builder tags.voidsetContainerTags(Set<String> containerTags) Sets the trusted container tags.voidsetManagerTags(Set<String> managerTags) Sets the trusted manager tags.voidsetResidentTags(Set<String> residentTags) Sets the trusted resident tags.Methods inherited from interface com.griefdefender.api.data.ClanDataGetter
getAccessorTags, getBuilderTags, getContainerTags, getManagerTags, getResidentTags
-
Method Details
-
setAccessorTags
Sets the trusted clan accessor tags.- Parameters:
The- set of accessor tags
-
setBuilderTags
Sets the trusted builder tags.- Parameters:
The- set of builder tags
-
setContainerTags
Sets the trusted container tags.- Parameters:
The- set of container tags
-
setManagerTags
Sets the trusted manager tags.- Parameters:
The- set of manager tags
-
setResidentTags
Sets the trusted resident tags.- Parameters:
The- set of resident tags
-