Class LanternTestSuite

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

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