Class GameTestsVanillaCapabilitiesRecipeHandler
java.lang.Object
org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesRecipeHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
testBlockRecipeHandlerCapBlastFurnace
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerCapBrewingStand
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerCapCampFire
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerCapCrafingTable
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerCapFurnace
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerCapSmithingTable
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerCapSmoker
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockRecipeHandlerCapStoneCutter
(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)
-