Package buildcraft.tests.testcase

Examples of buildcraft.tests.testcase.GuiTestCase


  public Object getClientGuiElement(int id, EntityPlayer player, World world, int x, int y, int z) {
    switch (id) {
    case GuiTestIds.TESTER_ID:
      return new GuiTester(player, x, y, z);
    case GuiTestIds.TESTCASE_ID:
      return new GuiTestCase(player, x, y, z);
    default:
      return null;
    }

  }
View Full Code Here

TOP

Related Classes of buildcraft.tests.testcase.GuiTestCase

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.