Class StopSoundMessage

java.lang.Object
net.glowstone.net.message.play.game.StopSoundMessage
All Implemented Interfaces:
com.flowpowered.network.Message

public final class StopSoundMessage extends Object implements com.flowpowered.network.Message
  • Constructor Details

    • StopSoundMessage

      public StopSoundMessage(@Nullable org.bukkit.SoundCategory source, @Nullable String sound)
  • Method Details

    • getSource

      @Nullable public org.bukkit.SoundCategory getSource()
    • getSound

      @Nullable public String getSound()
    • equals

      public boolean equals(Object o)
      Specified by:
      equals in interface com.flowpowered.network.Message
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.flowpowered.network.Message
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Specified by:
      toString in interface com.flowpowered.network.Message
      Overrides:
      toString in class Object