package techreborn.tiles; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.tileentity.TileEntity; import java.util.List; public class TileMachineBase extends TileEntity { @SideOnly(Side.CLIENT) public void addWailaInfo(List info) { } }