Class MuteEvent

  • All Implemented Interfaces:
    Event

    public class MuteEvent
    extends java.lang.Object
    implements Event
    Payload that accompanies the onMute() event.
    • Constructor Summary

      Constructors 
      Constructor Description
      MuteEvent​(boolean mute)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getMute()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MuteEvent

        public MuteEvent​(boolean mute)
    • Method Detail

      • getMute

        public boolean getMute()
        Returns:
        The player's new mute state.