Package cofh.core.entity

Examples of cofh.core.entity.EntityLightningBoltFake


    }
  }

  public static void doFakeLightningBolt(World world, double x, double y, double z) {

    EntityLightningBoltFake bolt = new EntityLightningBoltFake(world, x, y, z);
    world.addWeatherEffect(bolt);
  }
View Full Code Here

TOP

Related Classes of cofh.core.entity.EntityLightningBoltFake

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.