Class GameTestsCrafting
java.lang.Object
org.cyclops.integratedmekanism.gametest.GameTestsCrafting
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.core.BlockPos
static final String
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
enableChemicalRecipeInWriter
(net.minecraft.gametest.framework.GameTestHelper helper, org.cyclops.integrateddynamics.api.part.PartPos writerPos, org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeDefinition recipe) static void
enableIo
(mekanism.common.tile.prefab.TileEntityConfigurableMachine blockEntity) 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) static mekanism.common.tile.TileEntityChemicalTank
setChemicalTank
(net.minecraft.gametest.framework.GameTestHelper helper, net.minecraft.core.BlockPos pos) static mekanism.common.tile.TileEntityFluidTank
setFluidTank
(net.minecraft.gametest.framework.GameTestHelper helper, net.minecraft.core.BlockPos pos) void
testCraftingCrystalizeBrineToSalt
(net.minecraft.gametest.framework.GameTestHelper helper) void
testCraftingRotaryWaterVapor
(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)
-