Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ AudioPlayer
Method
AudioPlayer
src/Graphwar/PreGameScreen.java:401–406 ·
view source on GitHub ↗
(AudioClip audioClip)
Source
from the content-addressed store, hash-verified
399
private
AudioClip audioClip;
400
401
public
AudioPlayer(AudioClip audioClip)
402
{
403
this.audioClip = audioClip;
404
405
new
Thread(this).start();
406
}
407
408
public
void
run()
409
{
Callers
nothing calls this directly
Calls
1
start
Method · 0.80
Tested by
no test coverage detected