public static class CommandList.CmdStopPlayingSounds
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
Command |
SoundPlayer.StopWhat |
stopWhat |
Constructor and Description |
---|
CmdStopPlayingSounds(SoundPlayer.StopWhat stopWhat) |
Modifier and Type | Method and Description |
---|---|
static CommandList.CmdStopPlayingSounds |
deserialize(java.lang.String serialized) |
java.lang.String |
serialize() |
public static final java.lang.String Command
public final SoundPlayer.StopWhat stopWhat
public CmdStopPlayingSounds(SoundPlayer.StopWhat stopWhat)
public java.lang.String serialize()
public static CommandList.CmdStopPlayingSounds deserialize(java.lang.String serialized)