Class GameTestsVanillaCapabilitiesTemperature
java.lang.Object
org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesTemperature
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtestBlockTemperatureCapBlastFurnaceOff(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockTemperatureCapBlastFurnaceOn(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockTemperatureCapCampfireOff(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockTemperatureCapCampfireOn(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockTemperatureCapFurnaceOff(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockTemperatureCapFurnaceOn(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockTemperatureCapSmokerOff(net.minecraft.gametest.framework.GameTestHelper helper) voidtestBlockTemperatureCapSmokerOn(net.minecraft.gametest.framework.GameTestHelper helper) voidtestItemTemperatureCapBucketEmpty(net.minecraft.gametest.framework.GameTestHelper helper) voidtestItemTemperatureCapBucketLava(net.minecraft.gametest.framework.GameTestHelper helper) voidtestItemTemperatureCapBucketWater(net.minecraft.gametest.framework.GameTestHelper helper)
-
Field Details
-
TEMPLATE_EMPTY
- See Also:
-
POS
public static final net.minecraft.core.BlockPos POS
-
-
Constructor Details
-
GameTestsVanillaCapabilitiesTemperature
public GameTestsVanillaCapabilitiesTemperature()
-
-
Method Details
-
testBlockTemperatureCapFurnaceOff
public void testBlockTemperatureCapFurnaceOff(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockTemperatureCapFurnaceOn
public void testBlockTemperatureCapFurnaceOn(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockTemperatureCapBlastFurnaceOff
public void testBlockTemperatureCapBlastFurnaceOff(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockTemperatureCapBlastFurnaceOn
public void testBlockTemperatureCapBlastFurnaceOn(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockTemperatureCapSmokerOff
public void testBlockTemperatureCapSmokerOff(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockTemperatureCapSmokerOn
public void testBlockTemperatureCapSmokerOn(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockTemperatureCapCampfireOff
public void testBlockTemperatureCapCampfireOff(net.minecraft.gametest.framework.GameTestHelper helper) -
testBlockTemperatureCapCampfireOn
public void testBlockTemperatureCapCampfireOn(net.minecraft.gametest.framework.GameTestHelper helper) -
testItemTemperatureCapBucketEmpty
public void testItemTemperatureCapBucketEmpty(net.minecraft.gametest.framework.GameTestHelper helper) -
testItemTemperatureCapBucketWater
public void testItemTemperatureCapBucketWater(net.minecraft.gametest.framework.GameTestHelper helper) -
testItemTemperatureCapBucketLava
public void testItemTemperatureCapBucketLava(net.minecraft.gametest.framework.GameTestHelper helper)
-