Class GameTestsChemicalRecipeHandler
java.lang.Object
org.cyclops.integratedmekanism.gametest.GameTestsChemicalRecipeHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
testBlockRecipeHandlerAntiprotonic
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerChemicalCrystalizer
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerChemicalDissolutionChamber
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerChemicalInfuser
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerChemicalInjectionChamber
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerChemicalInjectionChamberFactories
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerChemicalOxidizer
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerCombiner
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerCombinerFactories
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerCrusher
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerCrusherFactories
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerElectrolyticSeparator
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerEnergizedSmelter
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerEnergizedSmelterFactories
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerEnrichmentChamber
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerEnrichmentChamberFactories
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerIsotopicCentrifige
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerMetallurgicInfuser
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerMetallurgicInfuserFactories
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerOsmiumCompressor
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerOsmiumCompressorFactories
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerPaining
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerPigmentExtractor
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerPigmentMixer
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerPurificationChamber
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerPurificationChamberFactories
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerReaction
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerRotary
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerSawmill
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerSawmillFactories
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerSolarNeutronActivator
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerThermalEvaporationController
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerThermalEvaporationValve
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerWasher
(net.minecraft.gametest.framework.GameTestHelper helper) protected static void
testMachine
(net.minecraft.gametest.framework.GameTestHelper helper, net.minecraft.world.level.block.Block block, Set<org.cyclops.commoncapabilities.api.ingredient.IngredientComponent<?, ?>> inputComponents, Set<org.cyclops.commoncapabilities.api.ingredient.IngredientComponent<?, ?>> outputComponents, int minRecipes) protected static void
testMachineFactories
(net.minecraft.gametest.framework.GameTestHelper helper, mekanism.common.content.blocktype.FactoryType factoryType, Set<org.cyclops.commoncapabilities.api.ingredient.IngredientComponent<?, ?>> inputComponents, Set<org.cyclops.commoncapabilities.api.ingredient.IngredientComponent<?, ?>> outputComponents, int minRecipes)
-
Field Details
-
TEMPLATE_EMPTY
- See Also:
-
POS
public static final net.minecraft.core.BlockPos POS
-
-
Constructor Details
-
GameTestsChemicalRecipeHandler
public GameTestsChemicalRecipeHandler()
-
-
Method Details
-
testMachine
protected static void testMachine(net.minecraft.gametest.framework.GameTestHelper helper, net.minecraft.world.level.block.Block block, Set<org.cyclops.commoncapabilities.api.ingredient.IngredientComponent<?, ?>> inputComponents, Set<org.cyclops.commoncapabilities.api.ingredient.IngredientComponent<?, ?>> outputComponents, int minRecipes) -
testMachineFactories
protected static void testMachineFactories(net.minecraft.gametest.framework.GameTestHelper helper, mekanism.common.content.blocktype.FactoryType factoryType, Set<org.cyclops.commoncapabilities.api.ingredient.IngredientComponent<?, ?>> inputComponents, Set<org.cyclops.commoncapabilities.api.ingredient.IngredientComponent<?, ?>> outputComponents, int minRecipes) -
testBlockRecipeHandlerCrusher
public void testBlockRecipeHandlerCrusher(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerCrusherFactories
public void testBlockRecipeHandlerCrusherFactories(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerEnrichmentChamber
public void testBlockRecipeHandlerEnrichmentChamber(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerEnrichmentChamberFactories
public void testBlockRecipeHandlerEnrichmentChamberFactories(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerEnergizedSmelter
public void testBlockRecipeHandlerEnergizedSmelter(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerEnergizedSmelterFactories
public void testBlockRecipeHandlerEnergizedSmelterFactories(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerChemicalInfuser
public void testBlockRecipeHandlerChemicalInfuser(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerCombiner
public void testBlockRecipeHandlerCombiner(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerCombinerFactories
public void testBlockRecipeHandlerCombinerFactories(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerElectrolyticSeparator
public void testBlockRecipeHandlerElectrolyticSeparator(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerWasher
public void testBlockRecipeHandlerWasher(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerThermalEvaporationController
public void testBlockRecipeHandlerThermalEvaporationController(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerThermalEvaporationValve
public void testBlockRecipeHandlerThermalEvaporationValve(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerSolarNeutronActivator
public void testBlockRecipeHandlerSolarNeutronActivator(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerIsotopicCentrifige
public void testBlockRecipeHandlerIsotopicCentrifige(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerChemicalCrystalizer
public void testBlockRecipeHandlerChemicalCrystalizer(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerChemicalDissolutionChamber
public void testBlockRecipeHandlerChemicalDissolutionChamber(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerOsmiumCompressor
public void testBlockRecipeHandlerOsmiumCompressor(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerOsmiumCompressorFactories
public void testBlockRecipeHandlerOsmiumCompressorFactories(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerPurificationChamber
public void testBlockRecipeHandlerPurificationChamber(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerPurificationChamberFactories
public void testBlockRecipeHandlerPurificationChamberFactories(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerChemicalInjectionChamber
public void testBlockRecipeHandlerChemicalInjectionChamber(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerChemicalInjectionChamberFactories
public void testBlockRecipeHandlerChemicalInjectionChamberFactories(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerAntiprotonic
public void testBlockRecipeHandlerAntiprotonic(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerChemicalOxidizer
public void testBlockRecipeHandlerChemicalOxidizer(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerPigmentExtractor
public void testBlockRecipeHandlerPigmentExtractor(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerPigmentMixer
public void testBlockRecipeHandlerPigmentMixer(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerMetallurgicInfuser
public void testBlockRecipeHandlerMetallurgicInfuser(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerMetallurgicInfuserFactories
public void testBlockRecipeHandlerMetallurgicInfuserFactories(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerPaining
public void testBlockRecipeHandlerPaining(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerReaction
public void testBlockRecipeHandlerReaction(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerRotary
public void testBlockRecipeHandlerRotary(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerSawmill
public void testBlockRecipeHandlerSawmill(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerSawmillFactories
public void testBlockRecipeHandlerSawmillFactories(net.minecraft.gametest.framework.GameTestHelper helper)
-