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

Method setSize

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

Source from the content-addressed store, hash-verified

155 }
156
157 public void setSize(){
158 if (files== null)
159 size = 0;
160 else
161 size=files[0].size();
162 }
163
164 public void loadSoundName(){
165 if (size == 0) return;

Callers 1

getInstanceMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected