Package com.avrix.events
Class OnViewTicketsEvent
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnViewTicketsEvent
Triggered when the game client is receiving tickets from the server.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGetting the event nameabstract voidhandleEvent(zombie.core.network.ByteBufferWriter tickets) Called Event Handling Method
- 
Constructor Details- 
OnViewTicketsEventpublic OnViewTicketsEvent()
 
- 
- 
Method Details- 
getEventNameGetting the event name- Specified by:
- getEventNamein class- Event
- Returns:
- name of the event being implemented
 
- 
handleEventpublic abstract void handleEvent(zombie.core.network.ByteBufferWriter tickets) Called Event Handling Method- Parameters:
- tickets- The buffer where to write the tickets.
 
 
-