Examples of doParticles()


Examples of vazkii.botania.api.mana.ILensEffect.doParticles()

  public void particles() {
    if(isDead || !worldObj.isRemote)
      return;

    ILensEffect lens = getLensInstance();
    if(lens != null && !lens.doParticles(this, getSourceLens()))
      return;

    Color color = new Color(getColor());
    float r = color.getRed() / 255F;
    float g = color.getGreen() / 255F;
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.