Package buildcraft.api.statements

Examples of buildcraft.api.statements.IStatementParameter.onClick()


        if (param == null) {
          param = statement.getStatement().createParameter(paramSlot.slot);
        }

        if (param != null) {
          param.onClick(gate, statement.getStatement(), mc.thePlayer.inventory.getItemStack(),
              new StatementMouseClick(k, isShiftKeyDown()));
          paramSlot.setParameter(param, true);
        }
      }
    }
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.