Class GameTestsVanillaCapabilitiesTemperature
java.lang.Object
org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesTemperature
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
testBlockTemperatureCapBlastFurnaceOff
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockTemperatureCapBlastFurnaceOn
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockTemperatureCapCampfireOff
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockTemperatureCapCampfireOn
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockTemperatureCapFurnaceOff
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockTemperatureCapFurnaceOn
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockTemperatureCapSmokerOff
(net.minecraft.gametest.framework.GameTestHelper helper) void
testBlockTemperatureCapSmokerOn
(net.minecraft.gametest.framework.GameTestHelper helper) void
testItemTemperatureCapBucketEmpty
(net.minecraft.gametest.framework.GameTestHelper helper) void
testItemTemperatureCapBucketLava
(net.minecraft.gametest.framework.GameTestHelper helper) void
testItemTemperatureCapBucketWater
(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)
-