package net.minecraft.world.level.block.entity;

public interface ITickable {

    void tick();
}
