Examples of DamageSourceLandmine


Examples of tconstruct.util.DamageSourceLandmine

    @Override
    public void executeLogic (World par1World, int par2, int par3, int par4, ItemStack par5ItemStack, Entity triggerer, boolean willBlockBeRemoved)
    {
        if (triggerer != null)
        {
            triggerer.attackEntityFrom(new DamageSourceLandmine("Landmine"), 5F);
        }
    }
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.