Class GameTestsVanillaCapabilitiesRecipeHandler
java.lang.Object
org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesRecipeHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtestBlockRecipeHandlerCapBlastFurnace(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockRecipeHandlerCapBrewingStand(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockRecipeHandlerCapCampFire(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockRecipeHandlerCapCrafingTable(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockRecipeHandlerCapFurnace(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockRecipeHandlerCapSmithingTable(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockRecipeHandlerCapSmoker(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockRecipeHandlerCapStoneCutter(net.minecraft.gametest.framework.GameTestHelper helper)
-
Field Details
-
TEMPLATE_EMPTY
- See Also:
-
POS
public static final net.minecraft.core.BlockPos POS
-
-
Constructor Details
-
GameTestsVanillaCapabilitiesRecipeHandler
public GameTestsVanillaCapabilitiesRecipeHandler()
-
-
Method Details
-
testBlockRecipeHandlerCapBrewingStand
public void testBlockRecipeHandlerCapBrewingStand(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerCapFurnace
public void testBlockRecipeHandlerCapFurnace(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerCapBlastFurnace
public void testBlockRecipeHandlerCapBlastFurnace(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerCapSmoker
public void testBlockRecipeHandlerCapSmoker(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerCapCampFire
public void testBlockRecipeHandlerCapCampFire(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerCapCrafingTable
public void testBlockRecipeHandlerCapCrafingTable(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerCapStoneCutter
public void testBlockRecipeHandlerCapStoneCutter(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockRecipeHandlerCapSmithingTable
public void testBlockRecipeHandlerCapSmithingTable(net.minecraft.gametest.framework.GameTestHelper helper)
-