Package tv.phantombot.event.ytplayer
Class YTPlayerStateEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.ytplayer.YTPlayerEvent
tv.phantombot.event.ytplayer.YTPlayerStateEvent
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetState()Method that returns the player state.intMethod that returns the player state ID.
- 
Constructor Details- 
YTPlayerStateEventClass constructor.- Parameters:
- state-
 
 
- 
- 
Method Details- 
getStateMethod that returns the player state.- Returns:
- state
 
- 
getStateIdpublic int getStateId()Method that returns the player state ID.- Returns:
- state.i
 
 
-