Class PartyJoinEvent

java.lang.Object
net.md_5.bungee.api.plugin.Event
de.simonsator.partyandfriends.api.events.party.PartyEvent
de.simonsator.partyandfriends.api.events.party.PartyJoinEvent
All Implemented Interfaces:
net.md_5.bungee.api.plugin.Cancellable

public class PartyJoinEvent extends PartyEvent implements net.md_5.bungee.api.plugin.Cancellable
  • Constructor Details

  • Method Details

    • getPlayer

      public OnlinePAFPlayer getPlayer()
    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface net.md_5.bungee.api.plugin.Cancellable
    • setCancelled

      public void setCancelled(boolean b)
      Specified by:
      setCancelled in interface net.md_5.bungee.api.plugin.Cancellable