What IS a "ticking entity", anyway?

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

NoElement

New Member
Jul 29, 2019
232
0
0
While im no specialist at java, me and a few others got curious on what a "ticking entity" even is. I would have guessed that it is a object (may it player or block) that causes an eternal loop, but that is pretty much my best guess. Would someone care to explain, please?
 
it means that each game tick the entity runs some code. A lit furnace for example is an ticking tile entity as each game tick it needs to increase its progress, lower its heat level and maybe even give output if an item is done.
 
  • Like
Reactions: NoElement