Class LanternTestSuite
java.lang.Object
io.github.realguyman.totally_lit.gametest.LanternTestSuite
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlanternBlockDoesExtinguishOverTime(net.minecraft.gametest.framework.GameTestHelper context) voidlanternItemEntityDoesExtinguishWhenSubmergedInWater(net.minecraft.gametest.framework.GameTestHelper context) voidlanternWaterloggedBlockDoesExtinguishWhenRandomlyTicked(net.minecraft.gametest.framework.GameTestHelper context) voidplayerCanIgniteUnlitLanternOnGroundWithFlintAndSteelInHand(net.minecraft.gametest.framework.GameTestHelper context) voidunwaxedCopperLanternBlockDoesExtinguishOverTime(net.minecraft.gametest.framework.GameTestHelper context) voidwaxedCopperLanternBlockDoesExtinguishOverTime(net.minecraft.gametest.framework.GameTestHelper context)
-
Constructor Details
-
LanternTestSuite
public LanternTestSuite()
-
-
Method Details
-
lanternBlockDoesExtinguishOverTime
@GameTest(maxTicks=168000) public void lanternBlockDoesExtinguishOverTime(net.minecraft.gametest.framework.GameTestHelper context) -
unwaxedCopperLanternBlockDoesExtinguishOverTime
@GameTest(maxTicks=168000) public void unwaxedCopperLanternBlockDoesExtinguishOverTime(net.minecraft.gametest.framework.GameTestHelper context) -
waxedCopperLanternBlockDoesExtinguishOverTime
@GameTest(maxTicks=168000) public void waxedCopperLanternBlockDoesExtinguishOverTime(net.minecraft.gametest.framework.GameTestHelper context) -
lanternItemEntityDoesExtinguishWhenSubmergedInWater
@GameTest public void lanternItemEntityDoesExtinguishWhenSubmergedInWater(net.minecraft.gametest.framework.GameTestHelper context) -
lanternWaterloggedBlockDoesExtinguishWhenRandomlyTicked
@GameTest public void lanternWaterloggedBlockDoesExtinguishWhenRandomlyTicked(net.minecraft.gametest.framework.GameTestHelper context) -
playerCanIgniteUnlitLanternOnGroundWithFlintAndSteelInHand
@GameTest public void playerCanIgniteUnlitLanternOnGroundWithFlintAndSteelInHand(net.minecraft.gametest.framework.GameTestHelper context)
-