Class GameTestsTunnelChemical
java.lang.Object
org.cyclops.integratedmekanism.gametest.GameTestsTunnelChemical
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.core.BlockPosstatic final Stringstatic 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) 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) 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:
-
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)
-