Package com.griefdefender.api.event
Interface GroupTrustClaimEvent
- All Superinterfaces:
net.kyori.event.Cancellable,ClaimEvent,Event,TrustClaimEvent
- All Known Subinterfaces:
GroupTrustClaimEvent.Add,GroupTrustClaimEvent.Remove
An event that is fired when a
's trust changes in a
invalid reference
Group
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
-
getGroups
Gets the list of groups requesting trust.- Returns:
- The list of groups requesting trust
-