Class GameTestsTunnelChemical

java.lang.Object
org.cyclops.integratedmekanism.gametest.GameTestsTunnelChemical

public class GameTestsTunnelChemical extends Object
  • Field Details

  • Constructor Details

    • GameTestsTunnelChemical

      public GameTestsTunnelChemical()
  • Method Details

    • setTank

      public static mekanism.common.tile.TileEntityChemicalTank setTank(net.minecraft.gametest.framework.GameTestHelper helper, net.minecraft.core.BlockPos pos)
    • testChemicalImporterToInterfaceBoolean

      public void testChemicalImporterToInterfaceBoolean(net.minecraft.gametest.framework.GameTestHelper helper)
    • testChemicalInterfaceToExporterBoolean

      public void testChemicalInterfaceToExporterBoolean(net.minecraft.gametest.framework.GameTestHelper helper)
    • testChemicalImporterToInterfaceToExporterBoolean

      public void testChemicalImporterToInterfaceToExporterBoolean(net.minecraft.gametest.framework.GameTestHelper helper)
    • testChemicalsImporterToInterfaceChemicalCorrect

      public void testChemicalsImporterToInterfaceChemicalCorrect(net.minecraft.gametest.framework.GameTestHelper helper)
    • testChemicalsImporterToInterfaceChemicalIncorrect

      public void testChemicalsImporterToInterfaceChemicalIncorrect(net.minecraft.gametest.framework.GameTestHelper helper)
    • testChemicalsImporterToFilteredInterfaceBoolean

      public void testChemicalsImporterToFilteredInterfaceBoolean(net.minecraft.gametest.framework.GameTestHelper helper)
    • testChemicalsImporterToFilteredInterfaceChemicalCorrect

      public void testChemicalsImporterToFilteredInterfaceChemicalCorrect(net.minecraft.gametest.framework.GameTestHelper helper)
    • testChemicalsImporterToFilteredInterfaceChemicalIncorrect

      public void testChemicalsImporterToFilteredInterfaceChemicalIncorrect(net.minecraft.gametest.framework.GameTestHelper helper)
    • testChemicalsImporterToInterfaceChemicalListCorrect

      public void testChemicalsImporterToInterfaceChemicalListCorrect(net.minecraft.gametest.framework.GameTestHelper helper)
    • testChemicalsImporterToInterfaceChemicalListIncorrect

      public void testChemicalsImporterToInterfaceChemicalListIncorrect(net.minecraft.gametest.framework.GameTestHelper helper)
    • testChemicalsImporterToInterfaceChemicalListBlacklistCorrect

      public void testChemicalsImporterToInterfaceChemicalListBlacklistCorrect(net.minecraft.gametest.framework.GameTestHelper helper)
    • testChemicalsImporterToInterfaceChemicalListBlacklistIncorrect

      public void testChemicalsImporterToInterfaceChemicalListBlacklistIncorrect(net.minecraft.gametest.framework.GameTestHelper helper)
    • testChemicalInterfaceToExporterChemicalFromSubnet

      public void testChemicalInterfaceToExporterChemicalFromSubnet(net.minecraft.gametest.framework.GameTestHelper helper)
    • testChemicalWorldImporterToInterfaceBoolean

      public void testChemicalWorldImporterToInterfaceBoolean(net.minecraft.gametest.framework.GameTestHelper helper)
    • setupPassiveImporter

      protected static org.cyclops.integrateddynamics.api.part.PartPos setupPassiveImporter(net.minecraft.gametest.framework.GameTestHelper helper)
      Setup a chemical importer filtered on a chemical that is not available, so that it never imports actively, next to a separate subnetwork that actively exports chemicals into it. The two networks are not connected, as both cables hold a part on their touching face.
      Returns:
      The position of the importer part.
    • testChemicalPassiveImporterIgnoreFilter

      public void testChemicalPassiveImporterIgnoreFilter(net.minecraft.gametest.framework.GameTestHelper helper)
    • testChemicalPassiveImporterRespectFilter

      public void testChemicalPassiveImporterRespectFilter(net.minecraft.gametest.framework.GameTestHelper helper)
    • testChemicalPassiveImporterDisabled

      public void testChemicalPassiveImporterDisabled(net.minecraft.gametest.framework.GameTestHelper helper)
    • setupPassiveExporter

      protected static org.cyclops.integrateddynamics.api.part.PartPos setupPassiveExporter(net.minecraft.gametest.framework.GameTestHelper helper)
      Setup a chemical exporter filtered on a chemical that is not available, so that it never exports actively, next to a separate subnetwork that actively imports chemicals out of it. The two networks are not connected, as both cables hold a part on their touching face.
      Returns:
      The position of the exporter part.
    • testChemicalPassiveExporterIgnoreFilter

      public void testChemicalPassiveExporterIgnoreFilter(net.minecraft.gametest.framework.GameTestHelper helper)
    • testChemicalPassiveExporterRespectFilter

      public void testChemicalPassiveExporterRespectFilter(net.minecraft.gametest.framework.GameTestHelper helper)
    • testChemicalPassiveExporterDisabled

      public void testChemicalPassiveExporterDisabled(net.minecraft.gametest.framework.GameTestHelper helper)