Package org.spout.vanilla.data.effect

Examples of org.spout.vanilla.data.effect.Effect.playGlobal()


      }

      if (toLaunch != null) {
        block.getWorld().createAndSpawnEntity(position, LoadOption.NO_LOAD, toLaunch.getClass());
      }
      shootEffect.playGlobal(block.getPosition());
      GeneralEffects.SMOKE.playGlobal(block.getPosition(), direction);
      return true;
    }
    // If nothing happened make sure we play the generic click sound.
    GeneralEffects.RANDOM_CLICK2.playGlobal(block.getPosition());
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.