Class GameTestsAdvancements
java.lang.Object
org.cyclops.integratedmekanism.gametest.GameTestsAdvancements
Game tests for all advancements in Integrated Mekanism.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.core.BlockPosstatic final Stringstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtestAdvancementChemicalRadioactive(net.minecraft.gametest.framework.GameTestHelper helper) voidtestAdvancementChemicalRadioactiveNegative(net.minecraft.gametest.framework.GameTestHelper helper) voidtestAdvancementChemicalTankChemical(net.minecraft.gametest.framework.GameTestHelper helper) voidtestAdvancementChemicalTankChemicalNegative(net.minecraft.gametest.framework.GameTestHelper helper) voidtestAdvancementChemicalTankEmpty(net.minecraft.gametest.framework.GameTestHelper helper) voidtestAdvancementChemicalTankEmptyNegative(net.minecraft.gametest.framework.GameTestHelper helper) voidtestAdvancementExportChemical(net.minecraft.gametest.framework.GameTestHelper helper) voidtestAdvancementExportChemicalNegative(net.minecraft.gametest.framework.GameTestHelper helper) voidtestAdvancementImportAllChemicals(net.minecraft.gametest.framework.GameTestHelper helper) voidtestAdvancementImportAllChemicalsNegative(net.minecraft.gametest.framework.GameTestHelper helper) voidtestAdvancementInterfaceChemical(net.minecraft.gametest.framework.GameTestHelper helper) voidtestAdvancementInterfaceChemicalNegative(net.minecraft.gametest.framework.GameTestHelper helper) voidtestAdvancementReader(net.minecraft.gametest.framework.GameTestHelper helper) voidtestAdvancementReaderNegative(net.minecraft.gametest.framework.GameTestHelper helper) voidtestAdvancementRoot(net.minecraft.gametest.framework.GameTestHelper helper) voidtestAdvancementRootNegative(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
-
GameTestsAdvancements
public GameTestsAdvancements()
-
-
Method Details
-
testAdvancementRoot
public void testAdvancementRoot(net.minecraft.gametest.framework.GameTestHelper helper) -
testAdvancementRootNegative
public void testAdvancementRootNegative(net.minecraft.gametest.framework.GameTestHelper helper) -
testAdvancementReader
public void testAdvancementReader(net.minecraft.gametest.framework.GameTestHelper helper) -
testAdvancementReaderNegative
public void testAdvancementReaderNegative(net.minecraft.gametest.framework.GameTestHelper helper) -
testAdvancementInterfaceChemical
public void testAdvancementInterfaceChemical(net.minecraft.gametest.framework.GameTestHelper helper) -
testAdvancementInterfaceChemicalNegative
public void testAdvancementInterfaceChemicalNegative(net.minecraft.gametest.framework.GameTestHelper helper) -
testAdvancementChemicalTankChemical
public void testAdvancementChemicalTankChemical(net.minecraft.gametest.framework.GameTestHelper helper) -
testAdvancementChemicalTankChemicalNegative
public void testAdvancementChemicalTankChemicalNegative(net.minecraft.gametest.framework.GameTestHelper helper) -
testAdvancementChemicalTankEmpty
public void testAdvancementChemicalTankEmpty(net.minecraft.gametest.framework.GameTestHelper helper) -
testAdvancementChemicalTankEmptyNegative
public void testAdvancementChemicalTankEmptyNegative(net.minecraft.gametest.framework.GameTestHelper helper) -
testAdvancementChemicalRadioactive
public void testAdvancementChemicalRadioactive(net.minecraft.gametest.framework.GameTestHelper helper) -
testAdvancementChemicalRadioactiveNegative
public void testAdvancementChemicalRadioactiveNegative(net.minecraft.gametest.framework.GameTestHelper helper) -
testAdvancementImportAllChemicals
public void testAdvancementImportAllChemicals(net.minecraft.gametest.framework.GameTestHelper helper) -
testAdvancementImportAllChemicalsNegative
public void testAdvancementImportAllChemicalsNegative(net.minecraft.gametest.framework.GameTestHelper helper) -
testAdvancementExportChemical
public void testAdvancementExportChemical(net.minecraft.gametest.framework.GameTestHelper helper) -
testAdvancementExportChemicalNegative
public void testAdvancementExportChemicalNegative(net.minecraft.gametest.framework.GameTestHelper helper)
-