Examples of onDefend()


Examples of calclavia.api.mffs.modules.IInterdictionMatrixModule.onDefend()

    {
      if (itemStack.getItem() instanceof IInterdictionMatrixModule)
      {
        IInterdictionMatrixModule module = (IInterdictionMatrixModule) itemStack.getItem();

        if (module.onDefend(this, entityLiving) || entityLiving.isDead)
        {
          break;
        }
      }
    }
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.