Package org.getspout.spoutapi.event.spout

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


        build = Integer.parseInt(versionString);
      } catch (Exception e) {
        build = 1700;
      }
      ((SpoutCraftPlayer) sp).setBuildVersion(build);
      SpoutcraftBuildSetEvent sbse = new SpoutcraftBuildSetEvent(sp, build);
      Bukkit.getPluginManager().callEvent(sbse);
    }
  }
View Full Code Here

TOP

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

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.