Examples of RandomDrop


Examples of org.spout.vanilla.data.drops.type.RandomDrop

  public SelectedDrops addSelect(Flag... flags) {
    return add(new SelectedDrops().addFlags(flags));
  }

  public RandomDrop add(Material dropMaterial, int... amount) {
    return add(new RandomDrop(dropMaterial, amount));
  }
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.