Class GameTestsTunnelChemical
java.lang.Object
org.cyclops.integratedmekanism.gametest.GameTestsTunnelChemical
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.core.BlockPosstatic final Stringstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic mekanism.common.tile.TileEntityChemicalTanksetTank(net.minecraft.gametest.framework.GameTestHelper helper, net.minecraft.core.BlockPos pos) protected static org.cyclops.integrateddynamics.api.part.PartPossetupPassiveExporter(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.protected static org.cyclops.integrateddynamics.api.part.PartPossetupPassiveImporter(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.voidtestChemicalImporterToInterfaceBoolean(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalImporterToInterfaceToExporterBoolean(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalInterfaceToExporterBoolean(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalInterfaceToExporterChemicalFromSubnet(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalPassiveExporterDisabled(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalPassiveExporterIgnoreFilter(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalPassiveExporterRespectFilter(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalPassiveImporterDisabled(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalPassiveImporterIgnoreFilter(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalPassiveImporterRespectFilter(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalsImporterToFilteredInterfaceBoolean(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalsImporterToFilteredInterfaceChemicalCorrect(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalsImporterToFilteredInterfaceChemicalIncorrect(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalsImporterToInterfaceChemicalCorrect(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalsImporterToInterfaceChemicalIncorrect(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalsImporterToInterfaceChemicalListBlacklistCorrect(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalsImporterToInterfaceChemicalListBlacklistIncorrect(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalsImporterToInterfaceChemicalListCorrect(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalsImporterToInterfaceChemicalListIncorrect(net.minecraft.gametest.framework.GameTestHelper helper) voidtestChemicalWorldImporterToInterfaceBoolean(net.minecraft.gametest.framework.GameTestHelper helper)
-
Field Details
-
TEMPLATE_EMPTY
- See Also:
-
TIMEOUT
public static final int TIMEOUT- See Also:
-
TICKS_PASSIVE_INTERACTION
public static final int TICKS_PASSIVE_INTERACTION- See Also:
-
POS
public static final net.minecraft.core.BlockPos POS
-
-
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)
-