Package com.griefdefender.api.event
Interface ClanTrustClaimEvent
- All Superinterfaces:
net.kyori.event.Cancellable,ClaimEvent,Event,TrustClaimEvent
- All Known Subinterfaces:
ClanTrustClaimEvent.Add,ClanTrustClaimEvent.Remove
An event that is fired when one or more clan trust changes in a
Claim.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceFired when a group is added to claim trust.static interfaceFired when a group is removed from claim trust. -
Method Summary
Methods inherited from interface net.kyori.event.Cancellable
cancelled, cancelledMethods inherited from interface com.griefdefender.api.event.ClaimEvent
getClaim, getClaims, getMessage, getSource, getSourceUser, setMessageMethods inherited from interface com.griefdefender.api.event.TrustClaimEvent
getTrustType
-
Method Details
-
getClans
Gets the set of clans requesting trust.- Returns:
- The set of clans requesting trust
-