Package org.getspout.spoutapi.event.spout

Examples of org.getspout.spoutapi.event.spout.SpoutcraftPreCacheCompletedEvent


  @Override
  public void run(int playerId) {
    SpoutPlayer player = SpoutManager.getPlayerFromId(playerId);
    player.setPreCachingComplete(true);
    Bukkit.getServer().getPluginManager().callEvent(new SpoutcraftPreCacheCompletedEvent(player));
  }
View Full Code Here

TOP

Related Classes of org.getspout.spoutapi.event.spout.SpoutcraftPreCacheCompletedEvent

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.