Class GameTestsVanillaCapabilitiesWorker
java.lang.Object
org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtestBlockWorkerCapBlastFurnaceOff(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockWorkerCapBlastFurnaceOn(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockWorkerCapBrewingstandFueled(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockWorkerCapBrewingstandOff(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockWorkerCapBrewingstandValidInput(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockWorkerCapCampfireFilled(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockWorkerCapCampfireOff(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockWorkerCapCampfireOn(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockWorkerCapFurnaceLit(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockWorkerCapFurnaceOff(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockWorkerCapFurnaceOn(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockWorkerCapSmokerOff(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockWorkerCapSmokerOn(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)
-