Package calclavia.api.mffs.modules

Examples of calclavia.api.mffs.modules.IInterdictionMatrixModule


    for (ItemStack itemStack : this.getModuleStacks())
    {
      if (itemStack.getItem() instanceof IInterdictionMatrixModule)
      {
        IInterdictionMatrixModule module = (IInterdictionMatrixModule) itemStack.getItem();

        if (module.onDefend(this, entityLiving) || entityLiving.isDead)
        {
          break;
        }
      }
    }
View Full Code Here

TOP

Related Classes of calclavia.api.mffs.modules.IInterdictionMatrixModule

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.