Examples of giveExp()


Examples of org.getspout.spoutapi.player.SpoutPlayer.giveExp()

      }
      if (event.getEntity().getType() == EntityType.PIG_ZOMBIE) {
        sp.giveExp(5);
      }
      if (event.getEntity().getType() == EntityType.SLIME) {
        sp.giveExp(5);
      }
      if (event.getEntity().getType() == EntityType.WOLF) {
        sp.giveExp(5);
      }
View Full Code Here

Examples of org.getspout.spoutapi.player.SpoutPlayer.giveExp()

      }
      if (event.getEntity().getType() == EntityType.SLIME) {
        sp.giveExp(5);
      }
      if (event.getEntity().getType() == EntityType.WOLF) {
        sp.giveExp(5);
      }

    }

  }
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.