Uses of Class
org.rspeer.game.component.tdi.MusicPlayer.Track
-
Packages that use MusicPlayer.Track Package Description org.rspeer.game.component.tdi -
-
Uses of MusicPlayer.Track in org.rspeer.game.component.tdi
Methods in org.rspeer.game.component.tdi that return MusicPlayer.Track Modifier and Type Method Description static MusicPlayer.Track
MusicPlayer.Track. valueOf(String name)
Returns the enum constant of this type with the specified name.static MusicPlayer.Track[]
MusicPlayer.Track. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-