package de.ellpeck.naturesaura.blocks.tiles; // TODO actually call this from the base entity block thing, and possibly others if not all use the base one! public interface ITickableBlockEntity { void tick(); }