Class GameTestsCrafting
java.lang.Object
org.cyclops.integratedmekanism.gametest.GameTestsCrafting
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.core.BlockPosstatic final Stringstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidenableChemicalRecipeInWriter(net.minecraft.gametest.framework.GameTestHelper helper, org.cyclops.integrateddynamics.api.part.PartPos writerPos, org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeDefinition recipe) static voidenableIo(mekanism.common.tile.prefab.TileEntityConfigurableMachine blockEntity) static mekanism.common.tile.prefab.TileEntityConfigurableMachinegetMachine(net.minecraft.gametest.framework.GameTestHelper helper, org.cyclops.integratedcrafting.gametest.GameTestHelpersIntegratedCrafting.INetworkPositions<org.cyclops.integratedcrafting.part.PartTypeInterfaceCrafting.State> positions) static mekanism.common.tile.TileEntityChemicalTanksetChemicalTank(net.minecraft.gametest.framework.GameTestHelper helper, net.minecraft.core.BlockPos pos) static mekanism.common.tile.TileEntityFluidTanksetFluidTank(net.minecraft.gametest.framework.GameTestHelper helper, net.minecraft.core.BlockPos pos) voidtestCraftingCrystalizeBrineToSalt(net.minecraft.gametest.framework.GameTestHelper helper) voidtestCraftingRotaryWaterVapor(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
-
GameTestsCrafting
public GameTestsCrafting()
-
-
Method Details
-
setChemicalTank
public static mekanism.common.tile.TileEntityChemicalTank setChemicalTank(net.minecraft.gametest.framework.GameTestHelper helper, net.minecraft.core.BlockPos pos) -
setFluidTank
public static mekanism.common.tile.TileEntityFluidTank setFluidTank(net.minecraft.gametest.framework.GameTestHelper helper, net.minecraft.core.BlockPos pos) -
enableIo
public static void enableIo(mekanism.common.tile.prefab.TileEntityConfigurableMachine blockEntity) -
getMachine
public static mekanism.common.tile.prefab.TileEntityConfigurableMachine getMachine(net.minecraft.gametest.framework.GameTestHelper helper, org.cyclops.integratedcrafting.gametest.GameTestHelpersIntegratedCrafting.INetworkPositions<org.cyclops.integratedcrafting.part.PartTypeInterfaceCrafting.State> positions) -
enableChemicalRecipeInWriter
public static void enableChemicalRecipeInWriter(net.minecraft.gametest.framework.GameTestHelper helper, org.cyclops.integrateddynamics.api.part.PartPos writerPos, org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeDefinition recipe) -
testCraftingCrystalizeBrineToSalt
public void testCraftingCrystalizeBrineToSalt(net.minecraft.gametest.framework.GameTestHelper helper) -
testCraftingRotaryWaterVapor
public void testCraftingRotaryWaterVapor(net.minecraft.gametest.framework.GameTestHelper helper)
-