MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / loadSoundName

Method loadSoundName

src/main/java/Alerts/AlertCustomize.java:164–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162 }
163
164 public void loadSoundName(){
165 if (size == 0) return;
166 if (soundsMsgIndex>=size) soundsMsgIndex=0;
167 messageSndType=(String) files[0].elementAt(soundsMsgIndex);
168 messagesnd=(String) files[1].elementAt(soundsMsgIndex);
169 }
170
171 public void loadOnlineSoundName(){
172 if (size == 0) return;

Callers 2

cmdSaveMethod · 0.80
getInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected