Package tconstruct.util

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

Related Classes of tconstruct.util.DamageSourceLandmine

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.