Package com.griefdefender.api.data
Interface ClanDataGetter
- All Known Subinterfaces:
ClanData
public interface ClanDataGetter
-
Method Summary
Modifier and TypeMethodDescriptionGets the trusted accessor tags.Gets the trusted builder tags.Gets the trusted container tags.Gets the trusted manager tags.Gets the trusted resident tags.
-
Method Details
-
getAccessorTags
Gets the trusted accessor tags.- Returns:
- The mutable accessor tags
-
getBuilderTags
Gets the trusted builder tags.- Returns:
- The mutable builder tags
-
getContainerTags
Gets the trusted container tags.- Returns:
- The mutable container tags
-
getManagerTags
Gets the trusted manager tags.- Returns:
- The mutable manager tags
-
getResidentTags
Gets the trusted resident tags.- Returns:
- The mutable resident tags
-