Examples of Dagger


Examples of tconstruct.items.tools.Dagger

                rotationYaw += 180F;
                prevRotationYaw += 180F;
                ticksInAir = 0;
                if (movingobjectposition.entityHit instanceof EntityLiving)
                {
                    Dagger dagger = (Dagger) returnStack.getItem();
                    this.hitEntity(returnStack, (EntityLiving) movingobjectposition.entityHit, owner, dagger);
                }
            }
        }
        else
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.