Interface ChangeClaimEvent.Type

All Superinterfaces:
net.kyori.event.Cancellable, ChangeClaimEvent, ClaimEvent, Event
Enclosing interface:
ChangeClaimEvent

public static interface ChangeClaimEvent.Type extends ChangeClaimEvent
An event that is fired when a ClaimType is changed.
  • Method Details

    • getOriginalType

      ClaimType getOriginalType()
      Gets the original ClaimType.
      Returns:
      The original claim type
    • getType

      ClaimType getType()
      Gets the new ClaimType.
      Returns:
      The new claim type