Package org.getspout.spoutapi.packet

Examples of org.getspout.spoutapi.packet.PacketDownloadMusic


              return;
            }
            volumePercent = event.getVolumePercent();
          }
          SpoutCraftPlayer ccp = (SpoutCraftPlayer) target;
          ccp.sendPacket(new PacketDownloadMusic(plugin != null ? plugin.getDescription().getName() : "temp", Url, location, distance, volumePercent, soundEffect, notify));
        }
      } else {
        throw new UnsupportedOperationException("All audio files must be ogg vorbis, wav, or midi type");
      }
    }
View Full Code Here

TOP

Related Classes of org.getspout.spoutapi.packet.PacketDownloadMusic

Copyright © 2018 www.massapicom. 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.