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
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class de.simonsator.partyandfriends.api.events.party.PartyEvent
getPartyMethods inherited from class net.md_5.bungee.api.plugin.Event
postCall 
- 
Constructor Details
- 
PartyJoinEvent
 
 - 
 - 
Method Details
- 
getPlayer
 - 
isCancelled
public boolean isCancelled()- Specified by:
 isCancelledin interfacenet.md_5.bungee.api.plugin.Cancellable
 - 
setCancelled
public void setCancelled(boolean b) - Specified by:
 setCancelledin interfacenet.md_5.bungee.api.plugin.Cancellable
 
 -