package de.ellpeck.naturesaura.blocks.tiles; public interface ITickableBlockEntity { void tick(); }