Class TorchTestSuite

java.lang.Object
io.github.realguyman.totally_lit.gametest.TorchTestSuite

public class TorchTestSuite extends Object
  • 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)