Package buildcraft.api.statements

Examples of buildcraft.api.statements.StatementMouseClick


          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

Related Classes of buildcraft.api.statements.StatementMouseClick

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.