Package buildcraft.tests.testcase

Examples of buildcraft.tests.testcase.SequenceActionCheckBlockMeta


  }

  @Override
  protected void actionPerformed(GuiButton button) {
    if (button == checkBlockAndMeta) {
      TileTestCase.currentTestCase.registerAction(new SequenceActionCheckBlockMeta(world, x, y, z));
      mc.thePlayer.closeScreen();
    } else if (button == cancel) {
      mc.thePlayer.closeScreen();
    }
  }
View Full Code Here

TOP

Related Classes of buildcraft.tests.testcase.SequenceActionCheckBlockMeta

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.