Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractBlockMixin - Class in io.github.realguyman.totally_lit.mixin.campfire
- AbstractBlockMixin - Class in io.github.realguyman.totally_lit.mixin.candle
- AbstractBlockMixin - Class in io.github.realguyman.totally_lit.mixin.jack_o_lantern
- AbstractBlockMixin - Class in io.github.realguyman.totally_lit.mixin.lantern
- AbstractBlockMixin - Class in io.github.realguyman.totally_lit.mixin.torch
- AbstractBlockMixin() - Constructor for class io.github.realguyman.totally_lit.mixin.campfire.AbstractBlockMixin
- AbstractBlockMixin() - Constructor for class io.github.realguyman.totally_lit.mixin.candle.AbstractBlockMixin
- AbstractBlockMixin() - Constructor for class io.github.realguyman.totally_lit.mixin.jack_o_lantern.AbstractBlockMixin
- AbstractBlockMixin() - Constructor for class io.github.realguyman.totally_lit.mixin.lantern.AbstractBlockMixin
- AbstractBlockMixin() - Constructor for class io.github.realguyman.totally_lit.mixin.torch.AbstractBlockMixin
- abstractCandleBlockDoesExtinguishOverTime(GameTestHelper, AbstractCandleBlock) - Static method in class io.github.realguyman.totally_lit.util.TestUtil
- AbstractChestBoatEntityMixin - Class in io.github.realguyman.totally_lit.mixin
- AbstractChestBoatEntityMixin() - Constructor for class io.github.realguyman.totally_lit.mixin.AbstractChestBoatEntityMixin
- addJackOLantern(Block, Block) - Method in interface io.github.realguyman.totally_lit.api.TotallyLitEntrypoint
-
Correlate a lit jack o'lantern to an unlit jack o'lantern.
- addLantern(Block, Block) - Method in interface io.github.realguyman.totally_lit.api.TotallyLitEntrypoint
-
Correlate a lit lantern to an unlit lantern.
- addTorch(Block, Block) - Method in interface io.github.realguyman.totally_lit.api.TotallyLitEntrypoint
-
Correlate a lit torch to an unlit torch.
- animateTick(BlockState, Level, BlockPos, RandomSource) - Method in class io.github.realguyman.totally_lit.api.block.NoParticleTorchBlock
- animateTick(BlockState, Level, BlockPos, RandomSource) - Method in class io.github.realguyman.totally_lit.api.block.NoParticleWallTorchBlock
B
- blockDoesExtinguishOverTime(GameTestHelper, Block, Block) - Static method in class io.github.realguyman.totally_lit.util.TestUtil
- BlockMixin - Class in io.github.realguyman.totally_lit.mixin.candle
- BlockMixin - Class in io.github.realguyman.totally_lit.mixin.jack_o_lantern
- BlockMixin - Class in io.github.realguyman.totally_lit.mixin.lantern
- BlockMixin - Class in io.github.realguyman.totally_lit.mixin.torch
- BlockMixin() - Constructor for class io.github.realguyman.totally_lit.mixin.candle.BlockMixin
- BlockMixin() - Constructor for class io.github.realguyman.totally_lit.mixin.jack_o_lantern.BlockMixin
- BlockMixin() - Constructor for class io.github.realguyman.totally_lit.mixin.lantern.BlockMixin
- BlockMixin() - Constructor for class io.github.realguyman.totally_lit.mixin.torch.BlockMixin
- BlockRegistry - Class in io.github.realguyman.totally_lit.registry
- BlockRegistry() - Constructor for class io.github.realguyman.totally_lit.registry.BlockRegistry
- buildMap() - Method in interface io.github.realguyman.totally_lit.api.TotallyLitEntrypoint
-
Build a map correlating lit blocks and items to their unlit counterparts.
- buildMap() - Method in class io.github.realguyman.totally_lit.TotallyLitVanillaMap
- BundleContentsComponentBuilderMixin - Class in io.github.realguyman.totally_lit.mixin
- BundleContentsComponentBuilderMixin() - Constructor for class io.github.realguyman.totally_lit.mixin.BundleContentsComponentBuilderMixin
- burnDuration - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel.Campfires
- burnDuration - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel.Candles
- burnDuration - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel.JackOLanterns
- burnDuration - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel.Lanterns
- burnDuration - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel.Torches
C
- CACHED_CARETAKER_BLOCKS - Static variable in class io.github.realguyman.totally_lit.TotallyLit
- CAMPFIRE_BLOCKS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- CAMPFIRE_IGNITER_BLOCKS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- CAMPFIRE_IGNITER_FLUIDS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- CAMPFIRE_IGNITER_ITEMS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- CAMPFIRE_ITEMS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- campfireBlockDoesExtinguishOverTime(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.CampfireTestSuite
- CampfireBlockEntityAccess - Interface in io.github.realguyman.totally_lit.access
- CampfireBlockEntityMixin - Class in io.github.realguyman.totally_lit.mixin.campfire
- CampfireBlockEntityMixin() - Constructor for class io.github.realguyman.totally_lit.mixin.campfire.CampfireBlockEntityMixin
- CampfireBlockMixin - Class in io.github.realguyman.totally_lit.mixin.campfire
- CampfireBlockMixin(BlockBehaviour.Properties) - Constructor for class io.github.realguyman.totally_lit.mixin.campfire.CampfireBlockMixin
- campfires - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel
- Campfires() - Constructor for class io.github.realguyman.totally_lit.TotallyLitConfigModel.Campfires
- CampfireTestSuite - Class in io.github.realguyman.totally_lit.gametest
- CampfireTestSuite() - Constructor for class io.github.realguyman.totally_lit.gametest.CampfireTestSuite
- CANDLE_BLOCKS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- CANDLE_IGNITER_BLOCKS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- CANDLE_IGNITER_FLUIDS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- CANDLE_IGNITER_ITEMS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- CANDLE_ITEMS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- candleBlockDoesExtinguishOverTime(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.CandleTestSuite
- candleCakeBlockDoesExtinguishOverTime(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.CandleCakeTestSuite
- CandleCakeTestSuite - Class in io.github.realguyman.totally_lit.gametest
- CandleCakeTestSuite() - Constructor for class io.github.realguyman.totally_lit.gametest.CandleCakeTestSuite
- candles - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel
- Candles() - Constructor for class io.github.realguyman.totally_lit.TotallyLitConfigModel.Candles
- CandleTestSuite - Class in io.github.realguyman.totally_lit.gametest
- CandleTestSuite() - Constructor for class io.github.realguyman.totally_lit.gametest.CandleTestSuite
- caretakerCheckRadius - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel
- CARETAKERS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- CaretakerTestSuite - Class in io.github.realguyman.totally_lit.gametest
- CaretakerTestSuite() - Constructor for class io.github.realguyman.totally_lit.gametest.CaretakerTestSuite
- CONFIG - Static variable in class io.github.realguyman.totally_lit.TotallyLit
- copperTorchBlockDoesExtinguishInRain(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.TorchTestSuite
- copperTorchBlockDoesExtinguishOverTime(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.TorchTestSuite
- copperTorchItemDoesNotExtinguishWhenSubmergedInWater(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.TorchTestSuite
- copperTorchItemEntityDoesExtinguishWhenSubmergedInWater(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.TorchTestSuite
D
- defaultLitStateWhenPlaced - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel.Campfires
E
- EnderChestInventoryMixin - Class in io.github.realguyman.totally_lit.mixin
- EnderChestInventoryMixin() - Constructor for class io.github.realguyman.totally_lit.mixin.EnderChestInventoryMixin
- extinguishInRainChance - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel.Campfires
- extinguishInRainChance - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel.Candles
- extinguishInRainChance - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel.JackOLanterns
- extinguishInRainChance - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel.Lanterns
- extinguishInRainChance - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel.Torches
- extinguishOverTime - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel.Campfires
- extinguishOverTime - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel.Candles
- extinguishOverTime - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel.JackOLanterns
- extinguishOverTime - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel.Lanterns
- extinguishOverTime - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel.Torches
F
- fireAspectIgnitesUnlitVariants - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel
G
- getItem() - Method in class io.github.realguyman.totally_lit.mixin.ItemEntityMixin
- GLOWSTONE_LANTERN - Static variable in class io.github.realguyman.totally_lit.registry.BlockRegistry
- GLOWSTONE_LANTERN - Static variable in class io.github.realguyman.totally_lit.registry.ItemRegistry
- GLOWSTONE_TORCH - Static variable in class io.github.realguyman.totally_lit.registry.BlockRegistry
- GLOWSTONE_TORCH - Static variable in class io.github.realguyman.totally_lit.registry.ItemRegistry
- GLOWSTONE_WALL_TORCH - Static variable in class io.github.realguyman.totally_lit.registry.BlockRegistry
I
- io.github.realguyman.totally_lit - package io.github.realguyman.totally_lit
- io.github.realguyman.totally_lit.access - package io.github.realguyman.totally_lit.access
- io.github.realguyman.totally_lit.api - package io.github.realguyman.totally_lit.api
- io.github.realguyman.totally_lit.api.block - package io.github.realguyman.totally_lit.api.block
- io.github.realguyman.totally_lit.gametest - package io.github.realguyman.totally_lit.gametest
- io.github.realguyman.totally_lit.mixin - package io.github.realguyman.totally_lit.mixin
- io.github.realguyman.totally_lit.mixin.campfire - package io.github.realguyman.totally_lit.mixin.campfire
- io.github.realguyman.totally_lit.mixin.candle - package io.github.realguyman.totally_lit.mixin.candle
- io.github.realguyman.totally_lit.mixin.jack_o_lantern - package io.github.realguyman.totally_lit.mixin.jack_o_lantern
- io.github.realguyman.totally_lit.mixin.lantern - package io.github.realguyman.totally_lit.mixin.lantern
- io.github.realguyman.totally_lit.mixin.torch - package io.github.realguyman.totally_lit.mixin.torch
- io.github.realguyman.totally_lit.registry - package io.github.realguyman.totally_lit.registry
- io.github.realguyman.totally_lit.util - package io.github.realguyman.totally_lit.util
- isCaretakerPresent(BlockPos, ServerLevel) - Static method in class io.github.realguyman.totally_lit.TotallyLit
- itemEntitiesExtinguishWhenSubmerged - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel
- itemEntityDoesExtinguishWhenSubmergedInWater(GameTestHelper, Item, Item) - Static method in class io.github.realguyman.totally_lit.util.TestUtil
- ItemEntityMixin - Class in io.github.realguyman.totally_lit.mixin
- ItemEntityMixin(EntityType<?>, Level) - Constructor for class io.github.realguyman.totally_lit.mixin.ItemEntityMixin
- ItemMixin - Class in io.github.realguyman.totally_lit.mixin
- ItemMixin() - Constructor for class io.github.realguyman.totally_lit.mixin.ItemMixin
- ItemRegistry - Class in io.github.realguyman.totally_lit.registry
- ItemRegistry() - Constructor for class io.github.realguyman.totally_lit.registry.ItemRegistry
- itemsCanExtinguishInPlayerInventory - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel
J
- JACK_O_LANTERN_BLOCKS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- JACK_O_LANTERN_IGNITER_BLOCKS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- JACK_O_LANTERN_IGNITER_FLUIDS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- JACK_O_LANTERN_IGNITER_ITEMS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- JACK_O_LANTERN_ITEMS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- JACK_O_LANTERN_MAP - Static variable in class io.github.realguyman.totally_lit.TotallyLit
- jackOLanternBlockDoesExtinguishOverTime(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.JackOLanternTestSuite
- jackOLanternItemEntityDoesExtinguishWhenSubmergedInWater(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.JackOLanternTestSuite
- jackOLanterns - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel
- JackOLanterns() - Constructor for class io.github.realguyman.totally_lit.TotallyLitConfigModel.JackOLanterns
- JackOLanternTestSuite - Class in io.github.realguyman.totally_lit.gametest
- JackOLanternTestSuite() - Constructor for class io.github.realguyman.totally_lit.gametest.JackOLanternTestSuite
L
- LANTERN_BLOCKS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- LANTERN_IGNITER_BLOCKS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- LANTERN_IGNITER_FLUIDS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- LANTERN_IGNITER_ITEMS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- LANTERN_ITEMS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- LANTERN_MAP - Static variable in class io.github.realguyman.totally_lit.TotallyLit
- lanternBlockDoesExtinguishOverTime(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.LanternTestSuite
- lanternItemEntityDoesExtinguishWhenSubmergedInWater(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.LanternTestSuite
- lanterns - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel
- Lanterns() - Constructor for class io.github.realguyman.totally_lit.TotallyLitConfigModel.Lanterns
- LanternTestSuite - Class in io.github.realguyman.totally_lit.gametest
- LanternTestSuite() - Constructor for class io.github.realguyman.totally_lit.gametest.LanternTestSuite
- lanternWaterloggedBlockDoesExtinguishWhenRandomlyTicked(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.LanternTestSuite
- LOGGER - Static variable in class io.github.realguyman.totally_lit.TotallyLit
- LootableContainerBlockEntityMixin - Class in io.github.realguyman.totally_lit.mixin
- LootableContainerBlockEntityMixin() - Constructor for class io.github.realguyman.totally_lit.mixin.LootableContainerBlockEntityMixin
M
- MAX_TICKS_TO_BURN_FOR - Static variable in class io.github.realguyman.totally_lit.TotallyLit
- MOD_ID - Static variable in class io.github.realguyman.totally_lit.TotallyLit
N
- NoParticleTorchBlock - Class in io.github.realguyman.totally_lit.api.block
-
Simple torch block that doesn't emit any particles.
- NoParticleTorchBlock(BlockBehaviour.Properties) - Constructor for class io.github.realguyman.totally_lit.api.block.NoParticleTorchBlock
- NoParticleWallTorchBlock - Class in io.github.realguyman.totally_lit.api.block
-
Simple wall torch block that doesn't emit any particles.
- NoParticleWallTorchBlock(BlockBehaviour.Properties) - Constructor for class io.github.realguyman.totally_lit.api.block.NoParticleWallTorchBlock
O
- onInitialize() - Method in class io.github.realguyman.totally_lit.TotallyLit
- OxidizableLanternBlockMixin - Class in io.github.realguyman.totally_lit.mixin.lantern
- OxidizableLanternBlockMixin(BlockBehaviour.Properties) - Constructor for class io.github.realguyman.totally_lit.mixin.lantern.OxidizableLanternBlockMixin
P
- playerCanIgniteUnlitCopperTorchOnGroundWithFlintAndSteelInHand(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.TorchTestSuite
- playerCanIgniteUnlitCopperTorchOnGroundWithLitCopperTorchInHand(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.TorchTestSuite
- playerCanIgniteUnlitLanternOnGroundWithFlintAndSteelInHand(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.LanternTestSuite
- playerCanIgniteUnlitTorchOnGroundWithFlintAndSteelInHand(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.TorchTestSuite
- playerCanIgniteUnlitTorchOnGroundWithLitTorchInHand(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.TorchTestSuite
- PotionEntityMixin - Class in io.github.realguyman.totally_lit.mixin
- PotionEntityMixin(EntityType<? extends ThrowableItemProjectile>, Level) - Constructor for class io.github.realguyman.totally_lit.mixin.PotionEntityMixin
R
- register() - Static method in class io.github.realguyman.totally_lit.registry.ItemRegistry
- replaceWithUnlitVariantsInBundles - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel
- replaceWithUnlitVariantsInContainers - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel
S
- setItem(int, ItemStack) - Method in class io.github.realguyman.totally_lit.mixin.AbstractChestBoatEntityMixin
- setItem(int, ItemStack) - Method in class io.github.realguyman.totally_lit.mixin.EnderChestInventoryMixin
- setItem(int, ItemStack) - Method in class io.github.realguyman.totally_lit.mixin.LootableContainerBlockEntityMixin
- setItem(int, ItemStack) - Method in class io.github.realguyman.totally_lit.mixin.StorageMinecartEntityMixin
- setItem(ItemStack) - Method in class io.github.realguyman.totally_lit.mixin.ItemEntityMixin
- SOUL_FIRE_VARIANT_BLOCKS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- SOUL_FIRE_VARIANT_ITEMS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- soulLanternItemEntityDoesExtinguishWhenSubmergedInWater(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.SoulLanternTestSuite
- SoulLanternTestSuite - Class in io.github.realguyman.totally_lit.gametest
- SoulLanternTestSuite() - Constructor for class io.github.realguyman.totally_lit.gametest.SoulLanternTestSuite
- soulLanternWaterloggedBlockDoesExtinguishWhenRandomlyTicked(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.SoulLanternTestSuite
- soulTorchItemEntityDoesExtinguishWhenSubmergedInWater(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.SoulTorchTestSuite
- SoulTorchTestSuite - Class in io.github.realguyman.totally_lit.gametest
- SoulTorchTestSuite() - Constructor for class io.github.realguyman.totally_lit.gametest.SoulTorchTestSuite
- StorageMinecartEntityMixin - Class in io.github.realguyman.totally_lit.mixin
- StorageMinecartEntityMixin() - Constructor for class io.github.realguyman.totally_lit.mixin.StorageMinecartEntityMixin
T
- TagRegistry - Class in io.github.realguyman.totally_lit.registry
- TagRegistry() - Constructor for class io.github.realguyman.totally_lit.registry.TagRegistry
- TestUtil - Class in io.github.realguyman.totally_lit.util
- tick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in class io.github.realguyman.totally_lit.mixin.candle.AbstractBlockMixin
- tick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in class io.github.realguyman.totally_lit.mixin.jack_o_lantern.AbstractBlockMixin
- tick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in class io.github.realguyman.totally_lit.mixin.lantern.AbstractBlockMixin
- tick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in class io.github.realguyman.totally_lit.mixin.torch.AbstractBlockMixin
- TORCH_BLOCKS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- TORCH_IGNITER_BLOCKS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- TORCH_IGNITER_FLUIDS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- TORCH_IGNITER_ITEMS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- TORCH_ITEMS - Static variable in class io.github.realguyman.totally_lit.registry.TagRegistry
- TORCH_MAP - Static variable in class io.github.realguyman.totally_lit.TotallyLit
- torchBlockDoesExtinguishInRain(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.TorchTestSuite
- torchBlockDoesExtinguishOverTime(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.TorchTestSuite
- torchDoesNotExtinguishOverTimeWhenCaretakerIsPresent(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.CaretakerTestSuite
- torchDoesNotExtinguishWhenRainedOnWhenCaretakerIsPresent(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.CaretakerTestSuite
- torches - Variable in class io.github.realguyman.totally_lit.TotallyLitConfigModel
- Torches() - Constructor for class io.github.realguyman.totally_lit.TotallyLitConfigModel.Torches
- torchItemDoesNotExtinguishWhenSubmergedInWater(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.TorchTestSuite
- torchItemEntityDoesExtinguishWhenSubmergedInWater(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.TorchTestSuite
- TorchTestSuite - Class in io.github.realguyman.totally_lit.gametest
- TorchTestSuite() - Constructor for class io.github.realguyman.totally_lit.gametest.TorchTestSuite
- totally_lit$getTicksBurntFor() - Method in interface io.github.realguyman.totally_lit.access.CampfireBlockEntityAccess
- totally_lit$getTicksBurntFor() - Method in class io.github.realguyman.totally_lit.mixin.campfire.CampfireBlockEntityMixin
- totally_lit$setTicksBurntFor(int) - Method in interface io.github.realguyman.totally_lit.access.CampfireBlockEntityAccess
- totally_lit$setTicksBurntFor(int) - Method in class io.github.realguyman.totally_lit.mixin.campfire.CampfireBlockEntityMixin
- TotallyLit - Class in io.github.realguyman.totally_lit
- TotallyLit() - Constructor for class io.github.realguyman.totally_lit.TotallyLit
- TotallyLitConfigModel - Class in io.github.realguyman.totally_lit
- TotallyLitConfigModel() - Constructor for class io.github.realguyman.totally_lit.TotallyLitConfigModel
- TotallyLitConfigModel.Campfires - Class in io.github.realguyman.totally_lit
- TotallyLitConfigModel.Candles - Class in io.github.realguyman.totally_lit
- TotallyLitConfigModel.JackOLanterns - Class in io.github.realguyman.totally_lit
- TotallyLitConfigModel.Lanterns - Class in io.github.realguyman.totally_lit
- TotallyLitConfigModel.Torches - Class in io.github.realguyman.totally_lit
- TotallyLitEntrypoint - Interface in io.github.realguyman.totally_lit.api
- TotallyLitVanillaMap - Class in io.github.realguyman.totally_lit
- TotallyLitVanillaMap() - Constructor for class io.github.realguyman.totally_lit.TotallyLitVanillaMap
U
- UNLIT_COPPER_LANTERNS - Static variable in class io.github.realguyman.totally_lit.registry.BlockRegistry
- UNLIT_COPPER_LANTERNS - Static variable in class io.github.realguyman.totally_lit.registry.ItemRegistry
- UNLIT_COPPER_TORCH - Static variable in class io.github.realguyman.totally_lit.registry.BlockRegistry
- UNLIT_COPPER_TORCH - Static variable in class io.github.realguyman.totally_lit.registry.ItemRegistry
- UNLIT_COPPER_WALL_TORCH - Static variable in class io.github.realguyman.totally_lit.registry.BlockRegistry
- UNLIT_JACK_O_LANTERN - Static variable in class io.github.realguyman.totally_lit.registry.BlockRegistry
- UNLIT_JACK_O_LANTERN - Static variable in class io.github.realguyman.totally_lit.registry.ItemRegistry
- UNLIT_LANTERN - Static variable in class io.github.realguyman.totally_lit.registry.BlockRegistry
- UNLIT_LANTERN - Static variable in class io.github.realguyman.totally_lit.registry.ItemRegistry
- UNLIT_SOUL_LANTERN - Static variable in class io.github.realguyman.totally_lit.registry.BlockRegistry
- UNLIT_SOUL_LANTERN - Static variable in class io.github.realguyman.totally_lit.registry.ItemRegistry
- UNLIT_SOUL_TORCH - Static variable in class io.github.realguyman.totally_lit.registry.BlockRegistry
- UNLIT_SOUL_TORCH - Static variable in class io.github.realguyman.totally_lit.registry.ItemRegistry
- UNLIT_SOUL_WALL_TORCH - Static variable in class io.github.realguyman.totally_lit.registry.BlockRegistry
- UNLIT_TORCH - Static variable in class io.github.realguyman.totally_lit.registry.BlockRegistry
- UNLIT_TORCH - Static variable in class io.github.realguyman.totally_lit.registry.ItemRegistry
- UNLIT_WALL_TORCH - Static variable in class io.github.realguyman.totally_lit.registry.BlockRegistry
- unwaxedCopperLanternBlockDoesExtinguishOverTime(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.LanternTestSuite
W
- waterloggedBlockDoesExtinguishWhenRandomlyTicked(GameTestHelper, Block, Block) - Static method in class io.github.realguyman.totally_lit.util.TestUtil
- waxedCopperLanternBlockDoesExtinguishOverTime(GameTestHelper) - Method in class io.github.realguyman.totally_lit.gametest.LanternTestSuite
All Classes and Interfaces|All Packages|Constant Field Values