Package com.avrix.events
Class OnCoopJoinFailedEvent
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnCoopJoinFailedEvent
Triggered when a player fails to join a cooperative game.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGetting the event nameabstract voidhandleEvent(Integer playerId) Called Event Handling Method
- 
Constructor Details- 
OnCoopJoinFailedEventpublic OnCoopJoinFailedEvent()
 
- 
- 
Method Details- 
getEventNameGetting the event name- Specified by:
- getEventNamein class- Event
- Returns:
- name of the event being implemented
 
- 
handleEventCalled Event Handling Method- Parameters:
- playerId- The identifier of the player who was denied access to join the cooperative game. It can be either 0, 1, 2, or 3.
 
 
-