Class FactionPlayerEvent

java.lang.Object
org.bukkit.event.Event
dev.kitteh.factions.event.FactionEvent
dev.kitteh.factions.event.FactionPlayerEvent
Direct Known Subclasses:
DTRLossEvent, FactionNewAdminEvent, FactionRelationWishEvent, FactionRenameEvent, FactionSetHomeEvent, FPlayerJoinEvent, FPlayerLeaveEvent, FPlayerTeleportEvent, LandClaimEvent, LandUnclaimAllEvent, LandUnclaimEvent, PowerLossEvent

@NullMarked public class FactionPlayerEvent extends FactionEvent
Represents an event involving a Faction and a FPlayer.
  • Constructor Details

    • FactionPlayerEvent

      public FactionPlayerEvent(Faction faction, FPlayer fPlayer)
  • Method Details

    • getFPlayer

      public FPlayer getFPlayer()