Class GameTestsCrafting

java.lang.Object
org.cyclops.integratedmekanism.gametest.GameTestsCrafting

public class GameTestsCrafting extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.core.BlockPos
     
    static final String
     
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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)