Class GameTestsVanillaCapabilitiesWorker
java.lang.Object
org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
testBlockWorkerCapBlastFurnaceOff
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockWorkerCapBlastFurnaceOn
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockWorkerCapBrewingstandFueled
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockWorkerCapBrewingstandOff
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockWorkerCapBrewingstandValidInput
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockWorkerCapCampfireFilled
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockWorkerCapCampfireOff
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockWorkerCapCampfireOn
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockWorkerCapFurnaceLit
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockWorkerCapFurnaceOff
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockWorkerCapFurnaceOn
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockWorkerCapSmokerOff
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockWorkerCapSmokerOn
(net.minecraft.gametest.framework.GameTestHelper helper)
-
Field Details
-
TEMPLATE_EMPTY
- See Also:
-
POS
public static final net.minecraft.core.BlockPos POS
-
-
Constructor Details
-
GameTestsVanillaCapabilitiesWorker
public GameTestsVanillaCapabilitiesWorker()
-
-
Method Details
-
testBlockWorkerCapFurnaceOff
public void testBlockWorkerCapFurnaceOff(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockWorkerCapFurnaceOn
public void testBlockWorkerCapFurnaceOn(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockWorkerCapFurnaceLit
public void testBlockWorkerCapFurnaceLit(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockWorkerCapBlastFurnaceOff
public void testBlockWorkerCapBlastFurnaceOff(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockWorkerCapBlastFurnaceOn
public void testBlockWorkerCapBlastFurnaceOn(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockWorkerCapSmokerOff
public void testBlockWorkerCapSmokerOff(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockWorkerCapSmokerOn
public void testBlockWorkerCapSmokerOn(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockWorkerCapCampfireOff
public void testBlockWorkerCapCampfireOff(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockWorkerCapCampfireOn
public void testBlockWorkerCapCampfireOn(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockWorkerCapCampfireFilled
public void testBlockWorkerCapCampfireFilled(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockWorkerCapBrewingstandOff
public void testBlockWorkerCapBrewingstandOff(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockWorkerCapBrewingstandFueled
public void testBlockWorkerCapBrewingstandFueled(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockWorkerCapBrewingstandValidInput
public void testBlockWorkerCapBrewingstandValidInput(net.minecraft.gametest.framework.GameTestHelper helper)
-