package com.harry9137.ct.tileentity; public interface ITickUpdater { public void updateEntity(); }