Class GameTestsTunnelChemical
java.lang.Object
org.cyclops.integratedmekanism.gametest.GameTestsTunnelChemical
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.core.BlockPos
static final String
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic mekanism.common.tile.TileEntityChemicalTank
setTank
(net.minecraft.gametest.framework.GameTestHelper helper, net.minecraft.core.BlockPos pos) void
testChemicalImporterToInterfaceBoolean
(net.minecraft.gametest.framework.GameTestHelper helper) void
testChemicalImporterToInterfaceToExporterBoolean
(net.minecraft.gametest.framework.GameTestHelper helper) void
testChemicalInterfaceToExporterBoolean
(net.minecraft.gametest.framework.GameTestHelper helper) void
testChemicalInterfaceToExporterChemicalFromSubnet
(net.minecraft.gametest.framework.GameTestHelper helper) void
testChemicalsImporterToFilteredInterfaceBoolean
(net.minecraft.gametest.framework.GameTestHelper helper) void
testChemicalsImporterToFilteredInterfaceChemicalCorrect
(net.minecraft.gametest.framework.GameTestHelper helper) void
testChemicalsImporterToFilteredInterfaceChemicalIncorrect
(net.minecraft.gametest.framework.GameTestHelper helper) void
testChemicalsImporterToInterfaceChemicalCorrect
(net.minecraft.gametest.framework.GameTestHelper helper) void
testChemicalsImporterToInterfaceChemicalIncorrect
(net.minecraft.gametest.framework.GameTestHelper helper) void
testChemicalsImporterToInterfaceChemicalListBlacklistCorrect
(net.minecraft.gametest.framework.GameTestHelper helper) void
testChemicalsImporterToInterfaceChemicalListBlacklistIncorrect
(net.minecraft.gametest.framework.GameTestHelper helper) void
testChemicalsImporterToInterfaceChemicalListCorrect
(net.minecraft.gametest.framework.GameTestHelper helper) void
testChemicalsImporterToInterfaceChemicalListIncorrect
(net.minecraft.gametest.framework.GameTestHelper helper) void
testChemicalWorldImporterToInterfaceBoolean
(net.minecraft.gametest.framework.GameTestHelper helper)
-
Field Details
-
TEMPLATE_EMPTY
- See Also:
-
TIMEOUT
public static final int TIMEOUT- 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)
-