Example #1
0
 @SideOnly(Side.CLIENT)
 private void endEffects() {
   sound.stop();
   surround.setDead();
 }
Example #2
0
 @SideOnly(Side.CLIENT)
 private void endEffects() {
   if (surround != null) surround.setDead();
   if (arc != null) arc.setDead();
   if (sound != null) sound.stop();
 }