Class TorchTestSuite
java.lang.Object
io.github.realguyman.totally_lit.gametest.TorchTestSuite
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopperTorchBlockDoesExtinguishInRain(net.minecraft.gametest.framework.GameTestHelper context) voidcopperTorchBlockDoesExtinguishOverTime(net.minecraft.gametest.framework.GameTestHelper context) voidcopperTorchItemDoesNotExtinguishWhenSubmergedInWater(net.minecraft.gametest.framework.GameTestHelper context) voidcopperTorchItemEntityDoesExtinguishWhenSubmergedInWater(net.minecraft.gametest.framework.GameTestHelper context) voidplayerCanIgniteUnlitCopperTorchOnGroundWithFlintAndSteelInHand(net.minecraft.gametest.framework.GameTestHelper context) voidplayerCanIgniteUnlitCopperTorchOnGroundWithLitCopperTorchInHand(net.minecraft.gametest.framework.GameTestHelper context) voidplayerCanIgniteUnlitTorchOnGroundWithFlintAndSteelInHand(net.minecraft.gametest.framework.GameTestHelper context) voidplayerCanIgniteUnlitTorchOnGroundWithLitTorchInHand(net.minecraft.gametest.framework.GameTestHelper context) voidtorchBlockDoesExtinguishInRain(net.minecraft.gametest.framework.GameTestHelper context) voidtorchBlockDoesExtinguishOverTime(net.minecraft.gametest.framework.GameTestHelper context) voidtorchItemDoesNotExtinguishWhenSubmergedInWater(net.minecraft.gametest.framework.GameTestHelper context) voidtorchItemEntityDoesExtinguishWhenSubmergedInWater(net.minecraft.gametest.framework.GameTestHelper context)
-
Constructor Details
-
TorchTestSuite
public TorchTestSuite()
-
-
Method Details
-
torchBlockDoesExtinguishOverTime
@GameTest(maxTicks=168000) public void torchBlockDoesExtinguishOverTime(net.minecraft.gametest.framework.GameTestHelper context) -
copperTorchBlockDoesExtinguishOverTime
@GameTest(maxTicks=168000) public void copperTorchBlockDoesExtinguishOverTime(net.minecraft.gametest.framework.GameTestHelper context) -
torchItemEntityDoesExtinguishWhenSubmergedInWater
@GameTest public void torchItemEntityDoesExtinguishWhenSubmergedInWater(net.minecraft.gametest.framework.GameTestHelper context) -
copperTorchItemEntityDoesExtinguishWhenSubmergedInWater
@GameTest public void copperTorchItemEntityDoesExtinguishWhenSubmergedInWater(net.minecraft.gametest.framework.GameTestHelper context) -
torchItemDoesNotExtinguishWhenSubmergedInWater
@GameTest public void torchItemDoesNotExtinguishWhenSubmergedInWater(net.minecraft.gametest.framework.GameTestHelper context) -
copperTorchItemDoesNotExtinguishWhenSubmergedInWater
@GameTest public void copperTorchItemDoesNotExtinguishWhenSubmergedInWater(net.minecraft.gametest.framework.GameTestHelper context) -
torchBlockDoesExtinguishInRain
@GameTest(skyAccess=true) public void torchBlockDoesExtinguishInRain(net.minecraft.gametest.framework.GameTestHelper context) -
copperTorchBlockDoesExtinguishInRain
@GameTest(skyAccess=true) public void copperTorchBlockDoesExtinguishInRain(net.minecraft.gametest.framework.GameTestHelper context) -
playerCanIgniteUnlitTorchOnGroundWithLitTorchInHand
@GameTest public void playerCanIgniteUnlitTorchOnGroundWithLitTorchInHand(net.minecraft.gametest.framework.GameTestHelper context) -
playerCanIgniteUnlitTorchOnGroundWithFlintAndSteelInHand
@GameTest public void playerCanIgniteUnlitTorchOnGroundWithFlintAndSteelInHand(net.minecraft.gametest.framework.GameTestHelper context) -
playerCanIgniteUnlitCopperTorchOnGroundWithLitCopperTorchInHand
@GameTest public void playerCanIgniteUnlitCopperTorchOnGroundWithLitCopperTorchInHand(net.minecraft.gametest.framework.GameTestHelper context) -
playerCanIgniteUnlitCopperTorchOnGroundWithFlintAndSteelInHand
@GameTest public void playerCanIgniteUnlitCopperTorchOnGroundWithFlintAndSteelInHand(net.minecraft.gametest.framework.GameTestHelper context)
-